mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 23:55:52 +00:00
D3D: Support compiling compute shaders
This commit is contained in:
parent
aaea515d71
commit
e8ff2b2006
4 changed files with 99 additions and 3 deletions
|
@ -69,6 +69,7 @@ D3DTexture2D* GetBackBuffer();
|
|||
const char* PixelShaderVersionString();
|
||||
const char* GeometryShaderVersionString();
|
||||
const char* VertexShaderVersionString();
|
||||
const char* ComputeShaderVersionString();
|
||||
bool BGRATexturesSupported();
|
||||
bool AllowTearingSupported();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue