mirror of
https://github.com/encounter/SDL.git
synced 2025-06-09 16:13:33 +00:00
Removed unused variable
This commit is contained in:
parent
67cb3874ef
commit
cb46e1b3f0
@ -2256,7 +2256,6 @@ D3D12_UpdateVertexBuffer(SDL_Renderer *renderer,
|
||||
D3D12_RenderData *rendererData = (D3D12_RenderData *) renderer->driverdata;
|
||||
HRESULT result = S_OK;
|
||||
const int vbidx = rendererData->currentVertexBuffer;
|
||||
const UINT stride = sizeof(VertexPositionColor);
|
||||
UINT8* vertexBufferData = NULL;
|
||||
D3D12_RANGE range;
|
||||
ID3D12Resource *vertexBuffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user