VideoBackends:Metal: Use base vertex

This commit is contained in:
TellowKrinkle
2022-06-20 20:24:36 -05:00
parent 5742ccf8de
commit c0fd128171
4 changed files with 41 additions and 44 deletions

View File

@ -26,5 +26,9 @@ protected:
void CommitBuffer(u32 num_vertices, u32 vertex_stride, u32 num_indices, u32* out_base_vertex,
u32* out_base_index) override;
void UploadUniforms() override;
private:
u32 m_vertex_offset;
u32 m_base_vertex;
};
} // namespace Metal