Blender V4.3
blender::gpu::shader::ShaderCreateInfo::PushConst Struct Reference

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const PushConst &b) const
 

Public Attributes

Type type
 
StringRefNull name
 
int array_size
 

Detailed Description

Definition at line 588 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 593 of file gpu_shader_create_info.hh.

References array_size, b, and TEST_EQUAL.

Member Data Documentation

◆ array_size

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

Definition at line 591 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ name

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

Definition at line 590 of file gpu_shader_create_info.hh.

◆ type

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

Definition at line 589 of file gpu_shader_create_info.hh.


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