Revert "vulkan: add initial Windows64 renderer backend and chunk texturing fixes"

This reverts commit 495f88bf7a254a5ee3054c8bdfc4ccaa2748e7e2
This commit is contained in:
kit rae
2026-03-06 02:15:13 +00:00
committed by Kitrae
parent abc5fae7f2
commit da40192913
6 changed files with 1 additions and 4860 deletions

View File

@@ -231,12 +231,7 @@ void Tesselator::useProjectedTexture(bool enable)
void Tesselator::useCompactVertices(bool enable)
{
#if defined(_WIN32) && !defined(_XBOX) && !defined(_XBOX_ONE)
// windows vulkan: keep compact off for now, decoder not finished.
useCompactFormat360 = false;
#else
useCompactFormat360 = enable;
#endif
}
bool Tesselator::getCompactVertices()
@@ -1082,4 +1077,4 @@ bool Tesselator::hasMaxVertices()
#else
return false;
#endif
}
}