aconstlink / motor

Software Framework for Audio/Visual/Interactive Real-Time Applications
MIT License
1 stars 0 forks source link

OpenGL Uniform Buffers #67

Open aconstlink opened 3 months ago

aconstlink commented 3 months ago

The d3d11 implementation uses constant buffers already.

Evaluate Uniform Buffers (UBO) for the gl implementations. This also effects the msl code generators.

At the moment, the GL4 implementation uses glUniform* which might cause stuttering during rendering.