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

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const ComputeStageLayout &b) const
 

Public Attributes

int local_size_x = -1
 
int local_size_y = -1
 
int local_size_z = -1
 

Detailed Description

Definition at line 440 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 445 of file gpu_shader_create_info.hh.

References b, local_size_x, local_size_y, local_size_z, and TEST_EQUAL.

Member Data Documentation

◆ local_size_x

◆ local_size_y

int blender::gpu::shader::ShaderCreateInfo::ComputeStageLayout::local_size_y = -1

◆ local_size_z

int blender::gpu::shader::ShaderCreateInfo::ComputeStageLayout::local_size_z = -1

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