|
Blender V5.0
|
Functions | |
| void | barrier () |
| void | memoryBarrier () |
| void | memoryBarrierShared () |
| void | memoryBarrierImage () |
| void | memoryBarrierBuffer () |
| void | groupMemoryBarrier () |
Variables | |
| const uint3 | gl_NumWorkGroups |
| const uint3 | gl_WorkGroupID |
| const uint3 | gl_LocalInvocationID |
| const uint3 | gl_GlobalInvocationID |
| const uint | gl_LocalInvocationIndex |
| void gl_ComputeShader::barrier | ( | ) |
Definition at line 230 of file gpu_shader_cxx_builtin.hh.
| void gl_ComputeShader::groupMemoryBarrier | ( | ) |
Definition at line 235 of file gpu_shader_cxx_builtin.hh.
| void gl_ComputeShader::memoryBarrier | ( | ) |
Definition at line 231 of file gpu_shader_cxx_builtin.hh.
| void gl_ComputeShader::memoryBarrierBuffer | ( | ) |
Definition at line 234 of file gpu_shader_cxx_builtin.hh.
| void gl_ComputeShader::memoryBarrierImage | ( | ) |
Definition at line 233 of file gpu_shader_cxx_builtin.hh.
| void gl_ComputeShader::memoryBarrierShared | ( | ) |
Definition at line 232 of file gpu_shader_cxx_builtin.hh.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |