forked from eden-emu/eden
shader_recompiler: use float image operations on load/store when required
This commit is contained in:
parent
3d268b8480
commit
9e9aed41be
10 changed files with 184 additions and 39 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
|
||||
[[nodiscard]] virtual TexturePixelFormat ReadTexturePixelFormat(u32 raw_handle) = 0;
|
||||
|
||||
[[nodiscard]] virtual bool IsTexturePixelFormatInteger(u32 raw_handle) = 0;
|
||||
|
||||
[[nodiscard]] virtual u32 ReadViewportTransformState() = 0;
|
||||
|
||||
[[nodiscard]] virtual u32 TextureBoundBuffer() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue