opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
vertex_attribute.h
Go to the documentation of this file.
1#pragma once
2
3namespace osc
4{
5 // denotes which vertex attribute a VertexAttributeDescriptor is describing
6 //
7 // the order of elements in this enum matches the order of data within a
8 // vertex buffer
9 enum class VertexAttribute {
11 Normal,
12 Tangent,
13 Color,
16 };
17}
Definition custom_decoration_generator.h:5
VertexAttribute
Definition vertex_attribute.h:9
Rgba< float > Color
Definition color.h:11