You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i686-w64-mingw32-g++ -Isrc/d3d11/d3d11.dll.p -Isrc/d3d11 -I../dxvk-2.5/src/d3d11 -I../dxvk-2.5/include -I../dxvk-2.5/include/vulkan/include -I../dxvk-2.5/include/spirv/include -fdiagnostics-color=always -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENI
NG_MODE_FAST -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c++17 -msse -msse2 -msse3 -mfpmath=sse -Wimplicit-fallthrough -Wno-missing-field-initializers -Wno-unused-parameter -Wno-cast-function-type -Wno-unused-private-field -Wno-mic
rosoft-exception-spec -Wno-extern-c-compat -Wno-unused-const-variable -Wno-missing-braces -DNOMINMAX -D_WIN32_WINNT=0xa00 -DDXVK_WSI_WIN32 -march=znver4 -mtune=znver4 -O3 -pipe -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-plt
-mno-avx -MD -MQ src/d3d11/d3d11.dll.p/d3d11_device.cpp.obj -MF src/d3d11/d3d11.dll.p/d3d11_device.cpp.obj.d -o src/d3d11/d3d11.dll.p/d3d11_device.cpp.obj -c ../dxvk-2.5/src/d3d11/d3d11_device.cpp
In file included from ../dxvk-2.5/src/d3d11/d3d11_device.cpp:4:
In file included from ../dxvk-2.5/src/d3d11/../dxgi/dxgi_monitor.h:6:
In file included from ../dxvk-2.5/src/d3d11/../dxgi/dxgi_interfaces.h:9:
In file included from ../dxvk-2.5/src/d3d11/../dxgi/dxgi_format.h:5:
In file included from ../dxvk-2.5/src/d3d11/../dxgi/../dxvk/dxvk_device.h:4:
In file included from ../dxvk-2.5/src/d3d11/../dxgi/../dxvk/dxvk_buffer.h:9:
../dxvk-2.5/src/d3d11/../dxgi/../dxvk/dxvk_memory.h:78:3: warning: 'DxvkMemoryChunk' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
78 | struct DxvkMemoryChunk {
| ^
../dxvk-2.5/src/d3d11/../dxgi/../dxvk/dxvk_memory.h:16:3: note: did you mean struct here?
16 | class DxvkMemoryChunk;
| ^~~~~
| struct
In file included from ../dxvk-2.5/src/d3d11/d3d11_device.cpp:13:
In file included from ../dxvk-2.5/src/d3d11/d3d11_context_def.h:3:
In file included from ../dxvk-2.5/src/d3d11/d3d11_cmdlist.h:5:
In file included from ../dxvk-2.5/src/d3d11/d3d11_context.h:21:
../dxvk-2.5/src/d3d11/d3d11_texture.h:88:54: error: integer value 4294967295 is outside the valid range of values [0, 7] for the enumeration type 'D3D11_MAP' [-Wenum-constexpr-conversion]
88 | static constexpr D3D11_MAP UnmappedSubresource = D3D11_MAP(-1u);
| ^
1 warning and 1 error generated.
The text was updated successfully, but these errors were encountered:
sigh... there's no reason why this should be an error but i guess fun isn't allowed and we just have to manually cast every single thing to u32 instead.
The text was updated successfully, but these errors were encountered: