Blender  V3.3
Public Attributes | List of all members
OVERLAY_GridData Struct Reference

#include <overlay_shader_shared.h>

Public Attributes

float4 steps [OVERLAY_GRID_STEPS_LEN]
 
float4 size
 
float distance
 
float line_size
 
float zoom_factor
 
float _pad0
 

Detailed Description

Definition at line 45 of file overlay_shader_shared.h.

Member Data Documentation

◆ _pad0

float OVERLAY_GridData::_pad0

Definition at line 51 of file overlay_shader_shared.h.

◆ distance

float OVERLAY_GridData::distance

Definition at line 48 of file overlay_shader_shared.h.

Referenced by OVERLAY_grid_init().

◆ line_size

float OVERLAY_GridData::line_size

Definition at line 49 of file overlay_shader_shared.h.

Referenced by OVERLAY_grid_init().

◆ size

float4 OVERLAY_GridData::size

Definition at line 47 of file overlay_shader_shared.h.

Referenced by OVERLAY_grid_cache_init(), and OVERLAY_grid_init().

◆ steps

float4 OVERLAY_GridData::steps[OVERLAY_GRID_STEPS_LEN]

Definition at line 46 of file overlay_shader_shared.h.

Referenced by OVERLAY_grid_init().

◆ zoom_factor

float OVERLAY_GridData::zoom_factor

Definition at line 50 of file overlay_shader_shared.h.

Referenced by OVERLAY_grid_init().


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