Add files to Griffin
This commit is contained in:
parent
6319dbcc8a
commit
0ec2ae1e97
|
@ -347,10 +347,17 @@ VIDEO DRIVER
|
|||
|
||||
#if defined(HAVE_D3D11)
|
||||
#include "../gfx/drivers/d3d11.c"
|
||||
#include "../gfx/common/d3d11_common.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_D3D12)
|
||||
#include "../gfx/drivers/d3d12.c"
|
||||
#include "../gfx/common/d3d12_common.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_D3D11) || defined(HAVE_D3D12)
|
||||
#include "../gfx/common/d3dcompiler_common.c"
|
||||
#include "../gfx/common/dxgi_common.c"
|
||||
#endif
|
||||
|
||||
#if defined(GEKKO)
|
||||
|
|
Loading…
Reference in New Issue