Revert "[TEST] Another miscellaneous change 2"

This commit is contained in:
CamilleLaVey
2026-07-28 01:23:39 -04:00
parent bf13e7ce1d
commit 77ffefbbbf
8 changed files with 17 additions and 116 deletions
-5
View File
@@ -29,9 +29,6 @@ class Memorymanager;
namespace VideoCommon {
[[nodiscard]] u32 ResolveBindlessHandleTable(Tegra::MemoryManager& gpu_memory, GPUVAddr record_addr,
u32 raw_handle, u32 tic_index, u32 tic_limit);
class GenericEnvironment : public Shader::Environment {
public:
explicit GenericEnvironment() = default;
@@ -143,8 +140,6 @@ public:
u32 ReadCbufValue(u32 cbuf_index, u32 cbuf_offset) override;
u32 ResolveBindlessHandle(u32 cbuf_index, u32 cbuf_offset, u32 raw_handle) override;
Shader::TextureType ReadTextureType(u32 handle) override;
Shader::TexturePixelFormat ReadTexturePixelFormat(u32 handle) override;