I think I know what I am doing. Wait... No, I am not
This commit is contained in:
parent
d364b88db4
commit
0187ed9442
@ -102,10 +102,6 @@ typedef struct{
|
||||
Vecvec3 bullets_stuck_on_ROA;
|
||||
|
||||
MargaretSubbuf sb;
|
||||
|
||||
size_t ROA_count;
|
||||
VkPipeline physics_compute_pipe;
|
||||
|
||||
} R4BetaState;
|
||||
|
||||
/* We are surrounded by a giant cubic mesh of light sources */
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
#version 450
|
||||
|
||||
|
||||
layout(push_constant, std430) uniform pc {
|
||||
float dt;
|
||||
};
|
||||
|
||||
struct ROA_Config {
|
||||
float mass;
|
||||
inertia_moment;
|
||||
vec3 mass_center
|
||||
};
|
||||
|
||||
struct
|
||||
Loading…
x
Reference in New Issue
Block a user