mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Add vertex shader point and line expansion
This commit is contained in:
@ -23,7 +23,7 @@ public:
|
||||
// returns numprimitives
|
||||
u32 GetNumVerts() const { return m_base_index; }
|
||||
u32 GetIndexLen() const { return static_cast<u32>(m_index_buffer_current - m_base_index_ptr); }
|
||||
u32 GetRemainingIndices() const;
|
||||
u32 GetRemainingIndices(OpcodeDecoder::Primitive primitive) const;
|
||||
|
||||
private:
|
||||
u16* m_index_buffer_current = nullptr;
|
||||
|
Reference in New Issue
Block a user