gl: Do not byteswap uint24_8 as it needs a custom 8_24 decoder
This commit is contained in:
@@ -868,7 +868,7 @@ namespace gl
|
|||||||
}
|
}
|
||||||
case CELL_GCM_TEXTURE_DEPTH24_D8:
|
case CELL_GCM_TEXTURE_DEPTH24_D8:
|
||||||
{
|
{
|
||||||
cached.set_format(gl::texture::format::depth_stencil, gl::texture::type::uint_24_8, true);
|
cached.set_format(gl::texture::format::depth_stencil, gl::texture::type::uint_24_8, false);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CELL_GCM_TEXTURE_DEPTH16:
|
case CELL_GCM_TEXTURE_DEPTH16:
|
||||||
|
|||||||
Reference in New Issue
Block a user