Blender
V3.3
|
#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 |
Definition at line 36 of file GPU_shader_shared.h.
float2 GPencilStrokeData::_pad |
Definition at line 46 of file GPU_shader_shared.h.
int GPencilStrokeData::caps_end |
Definition at line 43 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
int GPencilStrokeData::caps_start |
Definition at line 42 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
bool1 GPencilStrokeData::fill_stroke |
Definition at line 45 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
bool1 GPencilStrokeData::keep_size |
Definition at line 44 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
float GPencilStrokeData::objscale |
Definition at line 39 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
float GPencilStrokeData::pixfactor |
Definition at line 40 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
float GPencilStrokeData::pixsize |
Definition at line 38 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
float2 GPencilStrokeData::viewport |
Definition at line 37 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().
int GPencilStrokeData::xraymode |
Definition at line 41 of file GPU_shader_shared.h.
Referenced by gpencil_draw_stroke_3d().