Blender  V3.3
Public Attributes | List of all members
GPUNormal Struct Reference

#include <GPU_vertex_format.h>

Public Attributes

union {
   GPUPackedNormal   low
 
   short   high [3]
 
}; 
 

Detailed Description

Definition at line 159 of file GPU_vertex_format.h.

Member Data Documentation

◆ 

union { ... }

◆ high

short GPUNormal::high[3]

Definition at line 162 of file GPU_vertex_format.h.

Referenced by GPU_normal_convert_v3().

◆ low

GPUPackedNormal GPUNormal::low

Definition at line 161 of file GPU_vertex_format.h.

Referenced by GPU_normal_convert_v3().


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