diff options
Diffstat (limited to 'src/Gal.hpp')
-rw-r--r-- | src/Gal.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gal.hpp b/src/Gal.hpp index 0f2d162..ec00442 100644 --- a/src/Gal.hpp +++ b/src/Gal.hpp @@ -172,6 +172,8 @@ namespace Gal { virtual std::shared_ptr<PipelineInstance> CreateInstance(std::vector<std::pair<std::shared_ptr<BufferBinding>, std::shared_ptr<Buffer>>> &&buffers) = 0; + virtual void SetDynamicTexture(std::string_view name, std::shared_ptr<Texture> texture) = 0; + virtual void SetShaderParameter(std::string_view name, float value) = 0; virtual void SetShaderParameter(std::string_view name, double value) = 0; |