|
Blender V4.3
|
#include <GPU_vertex_format.hh>
Public Attributes | ||
| union { | ||
| GPUPackedNormal low | ||
| short high [4] | ||
| }; | ||
Definition at line 158 of file GPU_vertex_format.hh.
| union { ... } GPUNormal |
| short GPUNormal::high[4] |
Definition at line 161 of file GPU_vertex_format.hh.
Referenced by GPU_normal_convert_v3().
| GPUPackedNormal GPUNormal::low |
Definition at line 160 of file GPU_vertex_format.hh.
Referenced by GPU_normal_convert_v3().