This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-03-10 10:14:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
VideoBackends
/
D3DCommon
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
…
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
…