rasterizer_cache: Touch up MatchFlags comments

This commit is contained in:
emufan4568
2022-09-06 22:32:16 +03:00
committed by GPUCode
parent 1d4f8db60d
commit 937c7e67a4
4 changed files with 26 additions and 44 deletions

View File

@ -49,6 +49,8 @@ struct TextureCubeConfig {
[[nodiscard]] ClearValue MakeClearValue(Aspect aspect, PixelFormat format, const u8* fill_data);
[[nodiscard]] Aspect ToAspect(SurfaceType type);
} // namespace OpenGL
namespace std {