|
Blender V5.0
|
#include <GPU_shader_shared.hh>
Public Attributes | |
| float2 | viewport |
| float | pixsize |
| float | objscale |
| float | pixfactor |
| int | xraymode |
| int | caps_start |
| int | caps_end |
| bool32_t | keep_size |
| bool32_t | fill_stroke |
| float2 | _pad |
Definition at line 83 of file GPU_shader_shared.hh.
| float2 GPencilStrokeData::_pad |
Definition at line 93 of file GPU_shader_shared.hh.
| int GPencilStrokeData::caps_end |
Definition at line 90 of file GPU_shader_shared.hh.
| int GPencilStrokeData::caps_start |
Definition at line 89 of file GPU_shader_shared.hh.
| bool32_t GPencilStrokeData::fill_stroke |
Definition at line 92 of file GPU_shader_shared.hh.
| bool32_t GPencilStrokeData::keep_size |
Definition at line 91 of file GPU_shader_shared.hh.
| float GPencilStrokeData::objscale |
Definition at line 86 of file GPU_shader_shared.hh.
| float GPencilStrokeData::pixfactor |
Definition at line 87 of file GPU_shader_shared.hh.
| float GPencilStrokeData::pixsize |
Definition at line 85 of file GPU_shader_shared.hh.
| float2 GPencilStrokeData::viewport |
Definition at line 84 of file GPU_shader_shared.hh.
| int GPencilStrokeData::xraymode |
Definition at line 88 of file GPU_shader_shared.hh.