mirror of https://github.com/encounter/SDL.git
WinRT: removed a bit of dead d3d11 code
This commit is contained in:
parent
f0e406e994
commit
b93ab1e6a3
|
@ -601,15 +601,7 @@ SDLPixelFormatToDXGIFormat(Uint32 sdlFormat)
|
|||
default:
|
||||
return DXGI_FORMAT_UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//typedef struct
|
||||
//{
|
||||
// float x, y, z;
|
||||
// DWORD color;
|
||||
// float u, v;
|
||||
//} Vertex;
|
||||
}
|
||||
|
||||
SDL_Renderer *
|
||||
D3D11_CreateRenderer(SDL_Window * window, Uint32 flags)
|
||||
|
|
Loading…
Reference in New Issue