Developer Documentation
|
Public Attributes | |
int | maxUniformBlocks_ |
int | maxTextureImageUnits_ |
int | maxImageUniforms_ |
int | maxSharedMemorySize_ |
int | maxUniformComponents_ |
int | maxAtomicCounterBufs_ |
int | maxAtomicCounters_ |
int | maxCombinedUniformComponents_ |
int | maxWorkGroupInvocations_ |
int | maxWorkGroupCount_ [3] |
int | maxWorkGroupSize_ [3] |
Definition at line 178 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxAtomicCounterBufs_ |
Definition at line 185 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxAtomicCounters_ |
Definition at line 186 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxCombinedUniformComponents_ |
Definition at line 187 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxImageUniforms_ |
Definition at line 182 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxSharedMemorySize_ |
Definition at line 183 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxTextureImageUnits_ |
Definition at line 181 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxUniformBlocks_ |
Definition at line 180 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxUniformComponents_ |
Definition at line 184 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxWorkGroupCount_[3] |
Definition at line 189 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxWorkGroupInvocations_ |
Definition at line 188 of file GLSLShader.hh.
int GLSL::ComputeShader::Caps::maxWorkGroupSize_[3] |
Definition at line 190 of file GLSLShader.hh.