mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 17:44:34 +00:00
Revert "vulkan: add initial Windows64 renderer backend and chunk texturing fixes"
This reverts commit 495f88bf7a254a5ee3054c8bdfc4ccaa2748e7e2
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user