|
Blender V5.0
|
#include <GPU_common_types.hh>
Public Member Functions | |
| bool | operator== (const CompilationConstant &b) const |
Public Attributes | |
| Type | type |
| StringRefNull | name |
| SpecializationConstant::Value | value |
Definition at line 264 of file GPU_common_types.hh.
|
inline |
Definition at line 270 of file GPU_common_types.hh.
References b.
| StringRefNull blender::gpu::shader::CompilationConstant::name |
Definition at line 266 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::compilation_constant(), blender::gpu::generate_compilation_constant_declarations(), and blender::gpu::GLShader::resources_declare().
| Type blender::gpu::shader::CompilationConstant::type |
Definition at line 265 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::compilation_constant(), blender::gpu::generate_compilation_constant_declarations(), and blender::gpu::GLShader::resources_declare().
| SpecializationConstant::Value blender::gpu::shader::CompilationConstant::value |
Definition at line 268 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::compilation_constant(), blender::gpu::generate_compilation_constant_declarations(), and blender::gpu::GLShader::resources_declare().