Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::InlineConstantBufferAttribsGL Struct Reference

#include <PipelineResourceSignatureGLImpl.hpp>

Detailed Description

Attributes of an inline constant buffer in OpenGL. OpenGL does not support push constants, so inline constants are emulated using a shared dynamic UBO that is updated before each draw/dispatch.