Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::gpu::shader::ShaderCreateInfo::PushConst Struct Reference

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const PushConst &b)
 

Public Attributes

Type type
 
StringRefNull name
 
int array_size
 

Detailed Description

Definition at line 465 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

bool blender::gpu::shader::ShaderCreateInfo::PushConst::operator== ( const PushConst b)
inline

Definition at line 470 of file gpu_shader_create_info.hh.

References array_size, usdtokens::b(), name, TEST_EQUAL, and type.

Member Data Documentation

◆ array_size

int blender::gpu::shader::ShaderCreateInfo::PushConst::array_size

◆ name

StringRefNull blender::gpu::shader::ShaderCreateInfo::PushConst::name

◆ type

Type blender::gpu::shader::ShaderCreateInfo::PushConst::type

The documentation for this struct was generated from the following file: