summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/chain.h')
-rw-r--r--src/osd/modules/render/bgfx/chain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/render/bgfx/chain.h b/src/osd/modules/render/bgfx/chain.h
index 465e44fea85..4e7a0587cd9 100644
--- a/src/osd/modules/render/bgfx/chain.h
+++ b/src/osd/modules/render/bgfx/chain.h
@@ -35,6 +35,7 @@ public:
// Getters
std::vector<bgfx_slider*>& sliders() { return m_sliders; }
+ std::vector<bgfx_chain_entry*>& entries() { return m_entries; }
uint32_t applicable_passes();
bool transform() { return m_transform; }