This website requires JavaScript.
Explore
Help
Sign In
preserve-emulation
/
dolphin
Watch
1
Star
0
Fork
0
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-09-26 14:25:46 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8fc2f0ff2d283e32404f7c34ec3fe30652f350dc
dolphin
/
Source
/
Core
/
VideoBackends
/
D3DCommon
T
History
Lioncash
aca02f9734
D3DCommon/Shader: Use std::optional with CompileShader()
...
Allows removing the use of an out parameter, making it nicer to use.
2019-07-26 20:06:14 -04:00
..
CMakeLists.txt
…
Common.cpp
…
Common.h
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
2019-07-16 20:54:34 -04:00
D3DCommon.vcxproj
…
D3DCommon.vcxproj.filters
…
Shader.cpp
D3DCommon/Shader: Use std::optional with CompileShader()
2019-07-26 20:06:14 -04:00
Shader.h
D3DCommon/Shader: Use std::optional with CompileShader()
2019-07-26 20:06:14 -04:00
SwapChain.cpp
…
SwapChain.h
…