mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 22:02:25 -06:00
gl: Fix image creation for virtual formats
This commit is contained in:
parent
599f1dd157
commit
ebad08aa97
@ -64,7 +64,7 @@ namespace gl
|
||||
m_mipmaps = mipmaps;
|
||||
m_aspect_flags = image_aspect::color;
|
||||
|
||||
switch (sized_format)
|
||||
switch (storage_fmt)
|
||||
{
|
||||
case GL_DEPTH_COMPONENT16:
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user