mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
c63d4361a0
* [utils] fixes for MSVC * __mingw_uuidof() does not exists in MSVC * apply GCC pragma only for GCC * added missing header * [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. * [dxbc] fixes for MSVC *added missing header * [dxgi] fixes for MSVC * user __declspec(uuid()) instead of _mingw_uuidof() * [d3d11] fixes for MSVC * replace WINBOOL with BOOL * do not declare D3D11 structs * [meson] fix build scripts for MSVC * change cpp version from 1z to 17 for MSVC * set -DOMINMAX definition for MSVC * disable test and wine_utils for MSVC * use .def files instead of __declspec(dllexport) (bypass 'C2375: redefinition; different linkage' error) |
||
---|---|---|
.. | ||
dxbc_chunk_isgn.cpp | ||
dxbc_chunk_isgn.h | ||
dxbc_chunk_shex.cpp | ||
dxbc_chunk_shex.h | ||
dxbc_common.cpp | ||
dxbc_common.h | ||
dxbc_compiler.cpp | ||
dxbc_compiler.h | ||
dxbc_decoder.cpp | ||
dxbc_decoder.h | ||
dxbc_defs.cpp | ||
dxbc_defs.h | ||
dxbc_enums.h | ||
dxbc_header.cpp | ||
dxbc_header.h | ||
dxbc_include.h | ||
dxbc_module.cpp | ||
dxbc_module.h | ||
dxbc_names.cpp | ||
dxbc_names.h | ||
dxbc_options.cpp | ||
dxbc_options.h | ||
dxbc_reader.cpp | ||
dxbc_reader.h | ||
dxbc_tag.h | ||
dxbc_util.cpp | ||
dxbc_util.h | ||
meson.build |