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

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const ComputeStageLayout &b)
 

Public Attributes

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

Detailed Description

Definition at line 350 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ local_size_x

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

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