dolphin/Source/Core/VideoBackends/D3DCommon
Lioncash e60268bd42 VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
Greatly simplifies the overall interface when it comes to compiling
shaders. Also allows getting rid of a std::string overload of the same
name. Now std::string and const char* both go through the same function.
2019-05-30 03:29:35 -04:00
..
CMakeLists.txt VideoBackends/D3DCommon: Fix linking against self 2019-05-08 20:59:15 +02:00
Common.cpp
Common.h
D3DCommon.vcxproj
D3DCommon.vcxproj.filters
Shader.cpp VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
Shader.h VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
SwapChain.cpp
SwapChain.h