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

#include <GPU_shader_shared.h>

Public Attributes

float2 viewport
 
float pixsize
 
float objscale
 
float pixfactor
 
int xraymode
 
int caps_start
 
int caps_end
 
bool1 keep_size
 
bool1 fill_stroke
 
float2 _pad
 

Detailed Description

Definition at line 36 of file GPU_shader_shared.h.

Member Data Documentation

◆ _pad

float2 GPencilStrokeData::_pad

Definition at line 46 of file GPU_shader_shared.h.

◆ caps_end

int GPencilStrokeData::caps_end

Definition at line 43 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ caps_start

int GPencilStrokeData::caps_start

Definition at line 42 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ fill_stroke

bool1 GPencilStrokeData::fill_stroke

Definition at line 45 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ keep_size

bool1 GPencilStrokeData::keep_size

Definition at line 44 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ objscale

float GPencilStrokeData::objscale

Definition at line 39 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ pixfactor

float GPencilStrokeData::pixfactor

Definition at line 40 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ pixsize

float GPencilStrokeData::pixsize

Definition at line 38 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ viewport

float2 GPencilStrokeData::viewport

Definition at line 37 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().

◆ xraymode

int GPencilStrokeData::xraymode

Definition at line 41 of file GPU_shader_shared.h.

Referenced by gpencil_draw_stroke_3d().


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