Descritpor stuff

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-11 11:31:27 +02:00
parent be453697f0
commit f8aa685b8a
3 changed files with 73 additions and 4 deletions

View File

@@ -46,4 +46,13 @@ struct GPUMeshBuffers {
VkDeviceAddress vertex_buffer_address;
};
struct GPUSceneData {
smath::Mat4 view;
smath::Mat4 proj;
smath::Mat4 viewport;
smath::Vec4 ambient_color;
smath::Vec4 sunlight_direction;
smath::Vec4 sunlight_color;
};
} // namespace Lunar