From 5651b71788487e986ea945d76cbaf647d4554813 Mon Sep 17 00:00:00 2001 From: LaG1924 Date: Sun, 14 Nov 2021 16:23:15 +0500 Subject: Added dynamic textures for Gal --- src/Gal.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Gal.hpp') 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 CreateInstance(std::vector, std::shared_ptr>> &&buffers) = 0; + virtual void SetDynamicTexture(std::string_view name, std::shared_ptr texture) = 0; + virtual void SetShaderParameter(std::string_view name, float value) = 0; virtual void SetShaderParameter(std::string_view name, double value) = 0; -- cgit v1.2.3