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:
kd-11 2017-10-02 16:53:27 +03:00
parent 55df3cdf67
commit 3fe37ede97
4 changed files with 59 additions and 21 deletions

View file

@ -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)