Ajout de Jolt Physics + 1ere version des factory entitecomposants - camera, transform, rigidbody, collider, renderer
This commit is contained in:
7
lib/All/JoltPhysics/Assets/Shaders/VK/VertexConstants.h
Normal file
7
lib/All/JoltPhysics/Assets/Shaders/VK/VertexConstants.h
Normal file
@@ -0,0 +1,7 @@
|
||||
layout(binding = 0) uniform VertexShaderConstantBuffer
|
||||
{
|
||||
mat4 View;
|
||||
mat4 Projection;
|
||||
mat4 LightView;
|
||||
mat4 LightProjection;
|
||||
} c;
|
||||
Reference in New Issue
Block a user