opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
vertex_attribute_format.h
Go to the documentation of this file.
1#pragma once
2
3namespace osc
4{
6 // two single-precision floats
8
9 // three single-precision floats
11
12 // four single-precision floats
14
15 // four unsigned bytes, [0, 255], converted to floats [0.0, 1.0] when loaded into a shader
17
18 // four signed bytes, [-128, 127], converted to floats [-1.0f, 1.0f] when loaded into a shader
20
22 };
23}
Definition custom_decoration_generator.h:5
VertexAttributeFormat
Definition vertex_attribute_format.h:5