mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 22:27:58 -05:00
video_core: Fix SNORM texture buffer emulating error (#9001)
This commit is contained in:
@ -22,6 +22,8 @@ public:
|
||||
|
||||
[[nodiscard]] virtual TextureType ReadTextureType(u32 raw_handle) = 0;
|
||||
|
||||
[[nodiscard]] virtual TexturePixelFormat ReadTexturePixelFormat(u32 raw_handle) = 0;
|
||||
|
||||
[[nodiscard]] virtual u32 ReadViewportTransformState() = 0;
|
||||
|
||||
[[nodiscard]] virtual u32 TextureBoundBuffer() const = 0;
|
||||
|
Reference in New Issue
Block a user