mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 23:27:57 -05:00
shader_recompiler: skip sampler for buffer textures (#11435)
This commit is contained in:
@ -206,7 +206,6 @@ public:
|
||||
Id output_u32{};
|
||||
|
||||
Id image_buffer_type{};
|
||||
Id sampled_texture_buffer_type{};
|
||||
Id image_u32{};
|
||||
|
||||
std::array<UniformDefinitions, Info::MAX_CBUFS> cbufs{};
|
||||
|
Reference in New Issue
Block a user