Blender
V3.3
|
#include <gpu_shader_create_info.hh>
Public Member Functions | |
bool | operator== (const PushConst &b) |
Public Attributes | |
Type | type |
StringRefNull | name |
int | array_size |
Definition at line 465 of file gpu_shader_create_info.hh.
Definition at line 470 of file gpu_shader_create_info.hh.
References array_size, usdtokens::b(), name, TEST_EQUAL, and type.
int blender::gpu::shader::ShaderCreateInfo::PushConst::array_size |
Definition at line 468 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::GLShader::resources_declare().
StringRefNull blender::gpu::shader::ShaderCreateInfo::PushConst::name |
Definition at line 467 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::GLShaderInterface::GLShaderInterface(), operator==(), and blender::gpu::GLShader::resources_declare().
Type blender::gpu::shader::ShaderCreateInfo::PushConst::type |
Definition at line 466 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::GLShader::resources_declare().