|
Blender V4.3
|
#include <GPU_common_types.hh>
Classes | |
| struct | Value |
Public Member Functions | |
| SpecializationConstant () | |
| SpecializationConstant (const char *name, uint32_t value) | |
| SpecializationConstant (const char *name, int value) | |
| SpecializationConstant (const char *name, float value) | |
| SpecializationConstant (const char *name, bool value) | |
| bool | operator== (const SpecializationConstant &b) const |
Public Attributes | |
| Type | type |
| StringRefNull | name |
| Value | value |
Definition at line 176 of file GPU_common_types.hh.
|
inline |
Definition at line 194 of file GPU_common_types.hh.
|
inline |
Definition at line 196 of file GPU_common_types.hh.
References value.
|
inline |
Definition at line 201 of file GPU_common_types.hh.
References value.
|
inline |
Definition at line 206 of file GPU_common_types.hh.
References value.
|
inline |
Definition at line 211 of file GPU_common_types.hh.
|
inline |
Definition at line 216 of file GPU_common_types.hh.
References b.
| StringRefNull blender::gpu::shader::SpecializationConstant::name |
Definition at line 191 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::specialization_constant().
| Type blender::gpu::shader::SpecializationConstant::type |
Definition at line 190 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::specialization_constant().
| Value blender::gpu::shader::SpecializationConstant::value |
Definition at line 192 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::specialization_constant(), SpecializationConstant(), SpecializationConstant(), and SpecializationConstant().