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

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const GeometryStageLayout &b) const
 

Public Attributes

PrimitiveIn primitive_in
 
int invocations
 
PrimitiveOut primitive_out
 
int max_vertices = -1
 

Detailed Description

Definition at line 422 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 429 of file gpu_shader_create_info.hh.

References b, invocations, max_vertices, primitive_in, primitive_out, and TEST_EQUAL.

Member Data Documentation

◆ invocations

◆ max_vertices

int blender::gpu::shader::ShaderCreateInfo::GeometryStageLayout::max_vertices = -1

◆ primitive_in

◆ primitive_out


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