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