|
Blender V4.3
|
#include <attribute_convert.hh>
Public Types | |
| using | VBOType = VecBase<int, COMPONENT_LEN_SCALAR> |
Static Public Member Functions | |
| static VBOType | convert (const bool &value) |
Static Public Attributes | |
| static constexpr GPUVertCompType | gpu_component_type = GPU_COMP_I32 |
| static constexpr int | gpu_component_len = COMPONENT_LEN_SCALAR |
| static constexpr GPUVertFetchMode | gpu_fetch_mode = GPU_FETCH_INT_TO_FLOAT |
Definition at line 39 of file attribute_convert.hh.
| using blender::draw::AttributeConverter< bool >::VBOType = VecBase<int, COMPONENT_LEN_SCALAR> |
Definition at line 40 of file attribute_convert.hh.
|
inlinestatic |
Definition at line 44 of file attribute_convert.hh.
|
staticconstexpr |
Definition at line 42 of file attribute_convert.hh.
|
staticconstexpr |
Definition at line 41 of file attribute_convert.hh.
|
staticconstexpr |
Definition at line 43 of file attribute_convert.hh.