mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
GL: remove another unused format
This commit is contained in:
parent
fcfeda653d
commit
9e607fdeb1
@ -1212,7 +1212,6 @@ void OpenGLContext::GetFramebufferDimensions(Framebuffer *fbo, int *w, int *h) {
|
||||
|
||||
uint32_t OpenGLContext::GetDataFormatSupport(DataFormat fmt) const {
|
||||
switch (fmt) {
|
||||
case DataFormat::B8G8R8A8_UNORM:
|
||||
case DataFormat::B4G4R4A4_UNORM_PACK16:
|
||||
case DataFormat::B5G6R5_UNORM_PACK16:
|
||||
case DataFormat::B5G5R5A1_UNORM_PACK16:
|
||||
|
Loading…
Reference in New Issue
Block a user