mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
Some code cleaning for my last commit.
the amount and size of the buffer is now changed to "new hardware" frienly values and will fall back to the right values if hardware does not support them. my next commit will be to a branch, with my ogl work.
This commit is contained in:
parent
f7edfc0118
commit
72cb1734ee
5 changed files with 135 additions and 173 deletions
|
@ -50,8 +50,6 @@ private:
|
|||
UINT m_pointDrawIndex;
|
||||
UINT m_activeVertexBuffer;
|
||||
UINT m_activeIndexBuffer;
|
||||
UINT m_LastVertexBuffer;
|
||||
UINT m_LastIndexBuffer;
|
||||
typedef ID3D11Buffer* PID3D11Buffer;
|
||||
PID3D11Buffer* m_indexBuffers;
|
||||
PID3D11Buffer* m_vertexBuffers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue