Open ImSapphire opened 3 days ago
I'm on Windows and I tried to build from the instructions provided by the source code too, but trying to build the executable led to several errors that I didn't know how to or want to fix them. trying to add the header mentioned in that file helps clear the errors and completes the build, but trying to run the executable after building it crashes immediately and leaves a dump file.
ArmorPaint version:
74e08bd2528555bbb56b5a7cd8e98fd8919946a1
OS / GPU model: Windows 10 Version 21H2
Issue description: Windows D3D11 build fails with the errors below. Adding
#include <kinc/graphics4/texture.h>
at the top ofarmorcore/sources/backends/direct3d11/kinc/backend/graphics4/Direct3D11.c.h
allows the build to succeed