|
Blender V4.3
|
#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 60 of file GPU_shader_shared.hh.
| float2 GPencilStrokeData::_pad |
Definition at line 70 of file GPU_shader_shared.hh.
| int GPencilStrokeData::caps_end |
Definition at line 67 of file GPU_shader_shared.hh.
| int GPencilStrokeData::caps_start |
Definition at line 66 of file GPU_shader_shared.hh.
| bool32_t GPencilStrokeData::fill_stroke |
Definition at line 69 of file GPU_shader_shared.hh.
| bool32_t GPencilStrokeData::keep_size |
Definition at line 68 of file GPU_shader_shared.hh.
| float GPencilStrokeData::objscale |
Definition at line 63 of file GPU_shader_shared.hh.
| float GPencilStrokeData::pixfactor |
Definition at line 64 of file GPU_shader_shared.hh.
| float GPencilStrokeData::pixsize |
Definition at line 62 of file GPU_shader_shared.hh.
| float2 GPencilStrokeData::viewport |
Definition at line 61 of file GPU_shader_shared.hh.
| int GPencilStrokeData::xraymode |
Definition at line 65 of file GPU_shader_shared.hh.