This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
dxvk
Watch
1
Star
0
Fork
0
You've already forked dxvk
mirror of
https://github.com/doitsujin/dxvk.git
synced
2024-12-14 18:23:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a82dbf6200
dxvk
/
src
/
d3d11
/
d3d11.def
6 lines
110 B
Modula-2
Raw
Normal View
History
Unescape
Escape
Add support for MSVC, attempt 3 (#130) * [dxvk] fixes for MSVC * nullptr -> int is illegal conversion for MSVC. nullptr was replaced with VK_NULL_HANDLE * MSVC does not support source code strings longer than 65535 chars. String was replaced with array of chars. * [utils] fixes for MSVC * __mingw_uuidof() does not exists in MSVC * apply GCC pragma only for GCC * added missing header * [dxbc] fixes for MSVC *added missing header * [dxgi] fixes for MSVC * user __declspec(uuid()) instead of _mingw_uuidof() * do not use DLLEXPORT macro for MSVC * [d3d11] fixes for MSVC * replace WINBOOL with BOOL * do not declare D3D11 structs for MSVC * do not use DLLEXPORT macro for MSVC * [meson] fix build scripts for MSVC * change cpp version from c++1z to c++latest for MSVC * set -DOMINMAX definition for MSVC * disable test and wine_utils for MSVC * use .def files instead of __declspec(dllexport) for MSVC (bypass 'C2375: redefinition; different linkage' error) * fix .def files for MinGW * add --enable-stdcall-fixup linker flag for MinGW
2018-03-06 18:34:34 +01:00
LIBRARY
D3D11
.
DLL
EXPORTS
[d3d11] Implement D3D11CoreCreateDevice Some applications need this function to be present and it's better to fail for them with an error code rather than crash because the entry point does not exist in our DLLs.
2018-05-07 14:06:52 +02:00
D3D11CoreCreateDevice
Add support for MSVC, attempt 3 (#130) * [dxvk] fixes for MSVC * nullptr -> int is illegal conversion for MSVC. nullptr was replaced with VK_NULL_HANDLE * MSVC does not support source code strings longer than 65535 chars. String was replaced with array of chars. * [utils] fixes for MSVC * __mingw_uuidof() does not exists in MSVC * apply GCC pragma only for GCC * added missing header * [dxbc] fixes for MSVC *added missing header * [dxgi] fixes for MSVC * user __declspec(uuid()) instead of _mingw_uuidof() * do not use DLLEXPORT macro for MSVC * [d3d11] fixes for MSVC * replace WINBOOL with BOOL * do not declare D3D11 structs for MSVC * do not use DLLEXPORT macro for MSVC * [meson] fix build scripts for MSVC * change cpp version from c++1z to c++latest for MSVC * set -DOMINMAX definition for MSVC * disable test and wine_utils for MSVC * use .def files instead of __declspec(dllexport) for MSVC (bypass 'C2375: redefinition; different linkage' error) * fix .def files for MinGW * add --enable-stdcall-fixup linker flag for MinGW
2018-03-06 18:34:34 +01:00
D3D11CreateDevice
D3D11CreateDeviceAndSwapChain
Reference in New Issue
Copy Permalink