Properly add float3
This commit is contained in:
parent
b2981727aa
commit
ac628b2f59
1 changed files with 3 additions and 5 deletions
|
|
@ -6,11 +6,9 @@ const Vector2 = rl.Vector2;
|
||||||
const Vector3 = rl.Vector3;
|
const Vector3 = rl.Vector3;
|
||||||
const Vector4 = rl.Vector4;
|
const Vector4 = rl.Vector4;
|
||||||
|
|
||||||
// Undefined, see "technical restrictions" in README.md
|
pub const float3 = extern struct {
|
||||||
const float3 = rl.float3;
|
v: [3]f32,
|
||||||
// pub const float3 = extern struct {
|
};
|
||||||
// v: [3]f32,
|
|
||||||
// };
|
|
||||||
|
|
||||||
pub const float16 = extern struct {
|
pub const float16 = extern struct {
|
||||||
v: [16]f32,
|
v: [16]f32,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue