Blender V4.3
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.

Member Data Documentation

◆ local_size_x

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

Definition at line 441 of file gpu_shader_create_info.hh.

◆ local_size_y

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

Definition at line 442 of file gpu_shader_create_info.hh.

◆ local_size_z

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

Definition at line 443 of file gpu_shader_create_info.hh.


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