dolphin/Source/Core/VideoBackends
Lioncash 6d9ed9dc32 OGL/TextureCache: Move file statics to the TextureCache class
These rely on instance state, or are used within instance-based class
member functions, so they should belong to the instance itself instead
of being file statics.
2017-09-17 02:33:56 -04:00
..
D3D VideoBackends: Move SamplerState to common 2017-09-11 20:01:54 +10:00
Null Renderer: Move cull mode to a rasterization state object 2017-09-11 20:01:45 +10:00
OGL OGL/TextureCache: Move file statics to the TextureCache class 2017-09-17 02:33:56 -04:00
Software Software/TextureSampler: const correctness 2017-09-11 20:13:47 -04:00
Vulkan VideoBackends: Move SamplerState to common 2017-09-11 20:01:54 +10:00
CMakeLists.txt CMake: remove references to D3D12 2017-05-26 01:16:04 -07:00