Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Rewrite Abstraction/GPUBuffer for GPU Access #125

Open Behemyth opened 6 years ago

Behemyth commented 6 years ago

The current GPUBuffer is not easily accessible from the GPU. Nested pointers, [] operator, and a different frontend makes management hard.