Buffer data now in Levelmesh

This commit is contained in:
RaveYard 2023-08-31 19:28:58 +02:00 committed by Magnus Norddahl
commit 4e57deaf33
2 changed files with 23 additions and 1 deletions

View file

@ -22,7 +22,7 @@ struct SurfaceInfo // This is the structure of the buffer inside the shader
struct PortalInfo // This is the structure of the buffer inside the shader
{
float transformation[16]; // mat4
float transformation[16]; // mat4
};
namespace hwrenderer