|
Blender V5.0
|
#include <gpu_shader_create_info.hh>
Public Member Functions | |
| bool | operator== (const PushConst &b) const |
Public Attributes | |
| Type | type |
| ResourceString | name |
| int | array_size |
Definition at line 969 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 974 of file gpu_shader_create_info.hh.
References array_size, b, name, TEST_EQUAL, and type.
| int blender::gpu::shader::ShaderCreateInfo::PushConst::array_size |
Definition at line 972 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::init_constant(), operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| ResourceString blender::gpu::shader::ShaderCreateInfo::PushConst::name |
Definition at line 971 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::init_struct(), operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| Type blender::gpu::shader::ShaderCreateInfo::PushConst::type |
Definition at line 970 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::init_constant(), operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().