Blender V5.0
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
ResourceString name
int array_size

Detailed Description

Definition at line 969 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 974 of file gpu_shader_create_info.hh.

References array_size, b, name, TEST_EQUAL, and type.

Member Data Documentation

◆ array_size

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

◆ name

ResourceString 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: