Adding bindless material descriptors

This commit is contained in:
Dynamitos
2024-06-18 19:19:05 +02:00
parent cff14981ff
commit f6ebbc2067
23 changed files with 387 additions and 274 deletions
+3
View File
@@ -22,6 +22,9 @@ class VertexData {
public:
struct DrawCallOffsets {
uint32 instanceOffset = 0;
uint32 textureOffset = 0;
uint32 samplerOffset = 0;
uint32 floatOffset = 0;
};
struct MeshletCullingInfo {