|
Blender V4.3
|
#include <GPU_common_types.hh>
Public Member Functions | |
| bool | operator== (const Value &other) const |
Public Attributes | ||
| union { | ||
| uint32_t u | ||
| int32_t i | ||
| float f | ||
| }; | ||
Definition at line 177 of file GPU_common_types.hh.
|
inline |
Definition at line 184 of file GPU_common_types.hh.
References u.
| union { ... } blender::gpu::shader::SpecializationConstant::Value |
| float blender::gpu::shader::SpecializationConstant::Value::f |
Definition at line 181 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::specialization_constant().
| int32_t blender::gpu::shader::SpecializationConstant::Value::i |
Definition at line 180 of file GPU_common_types.hh.
Referenced by blender::gpu::shader::ShaderCreateInfo::specialization_constant().
| uint32_t blender::gpu::shader::SpecializationConstant::Value::u |
Definition at line 179 of file GPU_common_types.hh.
Referenced by operator==(), and blender::gpu::shader::ShaderCreateInfo::specialization_constant().