#include <PipelineResourceSignatureGLImpl.hpp>
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.