Blender V5.0
blender::draw::AttributeConverter< int8_t > Struct Reference

#include <attribute_convert.hh>

Public Types

using VBOType = VecBase<float, COMPONENT_LEN_SCALAR>

Static Public Member Functions

static VBOType convert (const int8_t &value)

Static Public Attributes

static constexpr GPUVertCompType gpu_component_type = GPU_COMP_F32
static constexpr int gpu_component_len = COMPONENT_LEN_SCALAR
static constexpr GPUVertFetchMode gpu_fetch_mode = GPU_FETCH_FLOAT

Detailed Description

Definition at line 54 of file attribute_convert.hh.

Member Typedef Documentation

◆ VBOType

Definition at line 55 of file attribute_convert.hh.

Member Function Documentation

◆ convert()

VBOType blender::draw::AttributeConverter< int8_t >::convert ( const int8_t & value)
inlinestatic

Definition at line 59 of file attribute_convert.hh.

Member Data Documentation

◆ gpu_component_len

int blender::draw::AttributeConverter< int8_t >::gpu_component_len = COMPONENT_LEN_SCALAR
staticconstexpr

Definition at line 57 of file attribute_convert.hh.

◆ gpu_component_type

GPUVertCompType blender::draw::AttributeConverter< int8_t >::gpu_component_type = GPU_COMP_F32
staticconstexpr

Definition at line 56 of file attribute_convert.hh.

◆ gpu_fetch_mode

GPUVertFetchMode blender::draw::AttributeConverter< int8_t >::gpu_fetch_mode = GPU_FETCH_FLOAT
staticconstexpr

Definition at line 58 of file attribute_convert.hh.


The documentation for this struct was generated from the following file: