mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
VideoCommon: expose index generator data so it can be hashed
This commit is contained in:
parent
1c63a87c42
commit
745f1b971c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
u32 GetNumVerts() const { return m_base_index; }
|
||||
u32 GetIndexLen() const { return static_cast<u32>(m_index_buffer_current - m_base_index_ptr); }
|
||||
u32 GetRemainingIndices(OpcodeDecoder::Primitive primitive) const;
|
||||
u16* GetIndexDataStart() const { return m_base_index_ptr; }
|
||||
|
||||
private:
|
||||
u16* m_index_buffer_current = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue