Graphics: Add support for draw call data (texture overlay)

This commit is contained in:
Jérôme Leclercq
2021-09-05 18:26:12 +02:00
parent 26e5a41dce
commit abdcd63058
16 changed files with 160 additions and 18 deletions

View File

@@ -42,8 +42,8 @@ namespace Nz
struct TextureBinding
{
Texture* texture;
TextureSampler* sampler;
const Texture* texture;
const TextureSampler* sampler;
};
struct UniformBufferBinding