Closed SirNate0 closed 1 year ago
Commit 6d08bcd added an #ifdef _WIN32 around the #include "../Graphics/Texture2D.h" for no apparent reason. This caused an incomplete type error where Texture2D is registered when I was testing the Diligent backend.
#ifdef _WIN32
#include "../Graphics/Texture2D.h"
Commit 6d08bcd added an
#ifdef _WIN32
around the#include "../Graphics/Texture2D.h"
for no apparent reason. This caused an incomplete type error where Texture2D is registered when I was testing the Diligent backend.