Graphics: Add support for draw call data (texture overlay)
This commit is contained in:
@@ -42,8 +42,8 @@ namespace Nz
|
||||
|
||||
struct TextureBinding
|
||||
{
|
||||
Texture* texture;
|
||||
TextureSampler* sampler;
|
||||
const Texture* texture;
|
||||
const TextureSampler* sampler;
|
||||
};
|
||||
|
||||
struct UniformBufferBinding
|
||||
|
||||
Reference in New Issue
Block a user