This commit is contained in:
2025-02-18 07:34:16 +06:00
parent 5e42628595
commit 0368e3d654
14 changed files with 238 additions and 106 deletions

View File

@@ -4,6 +4,7 @@ layout(location = 0) in Fragment {
vec3 GeoPos; // Реальная позиция в мире
uint VoxMTL; // Материал вокселя
vec2 LUV;
uint Place;
} fragment;
layout(location = 0) out vec4 Frame;