|
Blender V5.0
|
#include <attribute_convert.hh>
Public Types | |
| using | VBOType = float3 |
Static Public Member Functions | |
| static VBOType | convert (const float3 &value) |
Static Public Attributes | |
| static constexpr GPUVertCompType | gpu_component_type = GPU_COMP_F32 |
| static constexpr int | gpu_component_len = 3 |
| static constexpr GPUVertFetchMode | gpu_fetch_mode = GPU_FETCH_FLOAT |
Definition at line 104 of file attribute_convert.hh.
| using blender::draw::AttributeConverter< float3 >::VBOType = float3 |
Definition at line 105 of file attribute_convert.hh.
|
inlinestatic |
Definition at line 109 of file attribute_convert.hh.
|
staticconstexpr |
Definition at line 107 of file attribute_convert.hh.
|
staticconstexpr |
Definition at line 106 of file attribute_convert.hh.
|
staticconstexpr |
Definition at line 108 of file attribute_convert.hh.