Blender V4.5
CurvesInfos Struct Reference

#include <draw_shader_shared.hh>

Inherited by blender::draw::UniformBuffer< CurvesInfos >.

Public Attributes

uint4uint4 is_point_attribute [DRW_ATTRIBUTE_PER_CURVES_MAX]

Detailed Description

Definition at line 251 of file draw_shader_shared.hh.

Member Data Documentation

◆ is_point_attribute

uint4uint4 CurvesInfos::is_point_attribute[DRW_ATTRIBUTE_PER_CURVES_MAX]

Per attribute scope, follows loading order.

Note
uint as bool in GLSL is 4 bytes.
GLSL pad arrays of scalar to 16 bytes (std140).

Definition at line 255 of file draw_shader_shared.hh.

Referenced by blender::draw::curves_sub_pass_setup_implementation().


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