mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx: Fixups
- gl: Remove redundant texstorage1D call - gl: Disable the wcb scaling code as it doesnt work right yet [WIP] - vk: Fix wcb reads
This commit is contained in:
parent
55df3cdf67
commit
3fe37ede97
4 changed files with 59 additions and 21 deletions
|
@ -350,7 +350,6 @@ namespace gl
|
|||
|
||||
if (dim == rsx::texture_dimension_extended::texture_dimension_1d)
|
||||
{
|
||||
glTexStorage1D(GL_TEXTURE_1D, mipmap_count, get_sized_internal_format(format), width);
|
||||
if (!is_compressed_format(format))
|
||||
{
|
||||
for (const rsx_subresource_layout &layout : input_layouts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue