(QB) Add HAVE_DIRECT3D11/HAVE_DIRECT3D12 (disabled by default
for now)
This commit is contained in:
parent
8bc1d9965d
commit
c24e66e61c
|
@ -36,6 +36,8 @@ HAVE_MINIUPNPC=auto # Mini UPnP client library (for NAT traversal)
|
|||
HAVE_BUILTINMINIUPNPC=yes # Bake in Mini UPnP client library (for NAT traversal)
|
||||
C89_BUILTINMINIUPNPC=no
|
||||
HAVE_D3D9=yes # Direct3D 9 support
|
||||
HAVE_D3D11=no # Direct3D 11 support
|
||||
HAVE_D3D12=no # Direct3D 11 support
|
||||
HAVE_D3DX=yes # Direct3DX support
|
||||
HAVE_OPENGL=auto # OpenGL support
|
||||
HAVE_MALI_FBDEV=no # Mali fbdev context support
|
||||
|
|
Loading…
Reference in New Issue