Rework API graphique Vulkan - EnTT pour ECS + Chargement modèle 3D assimp + SDL3 pour events input et fenetre + mesh texture camera transform ok + attention tous les assets nouveaus ne sont pas commités et il y a du code test en dur dans scene addentity + restructuration globale
This commit is contained in:
9
lib/All/SPIRV-Reflect/tests/glsl/built_in_format.glsl
Normal file
9
lib/All/SPIRV-Reflect/tests/glsl/built_in_format.glsl
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450
|
||||
#pragma shader_stage(vertex)
|
||||
|
||||
layout (location = 0) out vec3 texcoord;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(gl_VertexIndex, 0, 0, 1);
|
||||
texcoord = vec3(0,0,0);
|
||||
}
|
||||
Reference in New Issue
Block a user