TombEngine/TR5Main/Renderer/StaticBuffer.h
TokyoSU b615a98c46 (Broken) Deleted Global Folder
- No more enums.h, constants.h, macro.h, etc...
- moved all structure in types.h to there respective file.
2020-05-30 15:55:23 +02:00

8 lines
102 B
C

#pragma once
struct alignas(16) CStaticBuffer
{
Matrix World;
Vector4 Position;
Vector4 Color;
};