dolphin/Source/Core/VideoCommon/Resources
Joshua Vandaële 55f0715ad4
c++23: Replace Common::ToUnderlying with std::to_underlying
Requires at least GCC 11, Clang 13, MSVC 19.30 (VS2022 17.0), or AppleClang 13.1.6 (XCode 13.3).
2026-01-09 23:49:10 +01:00
..
CustomResourceManager.cpp VideoCommon: clear all compiler work when resource manager shuts down 2025-12-24 01:51:55 -06:00
CustomResourceManager.h VideoCommon: move resource state processing to the resource base class 2025-11-23 11:08:50 -06:00
InvalidTextures.cpp
InvalidTextures.h
MaterialResource.cpp c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
MaterialResource.h
Resource.cpp VideoCommon: move resource state processing to the resource base class 2025-11-23 11:08:50 -06:00
Resource.h VideoCommon: move resource state processing to the resource base class 2025-11-23 11:08:50 -06:00
ShaderResource.cpp VideoCommon: Fix ShaderResource init order warning 2025-12-26 23:15:17 +01:00
ShaderResource.h
TextureAndSamplerResource.cpp
TextureAndSamplerResource.h
TextureDataResource.cpp
TextureDataResource.h
TexturePool.cpp
TexturePool.h