[TEST] Another miscellaneous change 2

This commit is contained in:
CamilleLaVey
2026-07-28 01:09:16 -04:00
parent 3cd17ec392
commit bf13e7ce1d
8 changed files with 116 additions and 17 deletions
+5
View File
@@ -78,6 +78,11 @@ public:
[[nodiscard]] virtual TextureType ReadTextureType(u32 raw_handle) = 0;
[[nodiscard]] virtual u32 ResolveBindlessHandle(u32 cbuf_index, u32 cbuf_offset,
u32 raw_handle) {
return raw_handle;
}
[[nodiscard]] virtual TexturePixelFormat ReadTexturePixelFormat(u32 raw_handle) = 0;
[[nodiscard]] virtual bool IsTexturePixelFormatInteger(u32 raw_handle) = 0;