This commit is contained in:
2025-07-09 23:02:19 +06:00
parent 2eb48d12a8
commit c0989a53ea
13 changed files with 59 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
layout(location = 0) in FragmentObj {
vec3 GeoPos; // Реальная позиция в мире
uint Texture; // Текстура
flat uint Texture; // Текстура
vec2 UV;
} Fragment;