Developer Documentation
GLSL::ComputeShader::Caps Struct Reference

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]
 

Detailed Description

Definition at line 178 of file GLSLShader.hh.

Member Data Documentation

◆ maxAtomicCounterBufs_

int GLSL::ComputeShader::Caps::maxAtomicCounterBufs_

Definition at line 185 of file GLSLShader.hh.

◆ maxAtomicCounters_

int GLSL::ComputeShader::Caps::maxAtomicCounters_

Definition at line 186 of file GLSLShader.hh.

◆ maxCombinedUniformComponents_

int GLSL::ComputeShader::Caps::maxCombinedUniformComponents_

Definition at line 187 of file GLSLShader.hh.

◆ maxImageUniforms_

int GLSL::ComputeShader::Caps::maxImageUniforms_

Definition at line 182 of file GLSLShader.hh.

◆ maxSharedMemorySize_

int GLSL::ComputeShader::Caps::maxSharedMemorySize_

Definition at line 183 of file GLSLShader.hh.

◆ maxTextureImageUnits_

int GLSL::ComputeShader::Caps::maxTextureImageUnits_

Definition at line 181 of file GLSLShader.hh.

◆ maxUniformBlocks_

int GLSL::ComputeShader::Caps::maxUniformBlocks_

Definition at line 180 of file GLSLShader.hh.

◆ maxUniformComponents_

int GLSL::ComputeShader::Caps::maxUniformComponents_

Definition at line 184 of file GLSLShader.hh.

◆ maxWorkGroupCount_

int GLSL::ComputeShader::Caps::maxWorkGroupCount_[3]

Definition at line 189 of file GLSLShader.hh.

◆ maxWorkGroupInvocations_

int GLSL::ComputeShader::Caps::maxWorkGroupInvocations_

Definition at line 188 of file GLSLShader.hh.

◆ maxWorkGroupSize_

int GLSL::ComputeShader::Caps::maxWorkGroupSize_[3]

Definition at line 190 of file GLSLShader.hh.


The documentation for this struct was generated from the following file: