I think I know what I am doing. Wait... No, I am not

This commit is contained in:
Андреев Григорий 2026-02-16 00:14:52 +03:00
parent d364b88db4
commit 0187ed9442
2 changed files with 0 additions and 18 deletions

View File

@ -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 */

View File

@ -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