summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/effect.h')
-rw-r--r--src/osd/modules/render/bgfx/effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/render/bgfx/effect.h b/src/osd/modules/render/bgfx/effect.h
index f4af231dd6b..b44b6a8fb72 100644
--- a/src/osd/modules/render/bgfx/effect.h
+++ b/src/osd/modules/render/bgfx/effect.h
@@ -26,6 +26,7 @@ public:
void submit(int view, uint64_t blend = 0L);
bgfx_uniform* uniform(std::string name);
+ bool has_uniform(std::string name);
private:
uint64_t m_state;