More linux changes

This commit is contained in:
2023-10-09 17:20:30 +02:00
parent 4aacdce41f
commit a47f17481b
15 changed files with 379 additions and 271 deletions
+4 -2
View File
@@ -2,9 +2,11 @@ import Scene;
interface VertexAttributes
{
float4 getPosition();
float2 getTexCoord();
float3 getWorldPosition();
float2 getTexCoords();
float3 getNormal();
float3 getTangent();
float3 getBiTangent();
}
interface VertexData