Revert "[Fix] (EGL_impl.cpp): make swapchain rotation right"

This reverts commit db93ddd280.

# Conflicts:
#	MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.cpp
This commit is contained in:
BZLZHH
2025-06-20 16:50:29 +08:00
parent e77b56c9ad
commit 832fc56a1b
@@ -678,8 +678,6 @@ namespace MG_EGL::Diligent {
::Diligent::SwapChainDesc SCDesc;
SCDesc.ColorBufferFormat = TEX_FORMAT_RGBA8_UNORM;
SCDesc.PreTransform = SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180;
MG_Util::Debug::LogD("Creating Vulkan device and contexts");
pFactoryVk->CreateDeviceAndContextsVk(
EngineCI, &MG_Diligent::g_pDevice, &MG_Diligent::g_pContext);