mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
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:
@@ -678,8 +678,6 @@ namespace MG_EGL::Diligent {
|
|||||||
|
|
||||||
::Diligent::SwapChainDesc SCDesc;
|
::Diligent::SwapChainDesc SCDesc;
|
||||||
SCDesc.ColorBufferFormat = TEX_FORMAT_RGBA8_UNORM;
|
SCDesc.ColorBufferFormat = TEX_FORMAT_RGBA8_UNORM;
|
||||||
SCDesc.PreTransform = SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180;
|
|
||||||
|
|
||||||
MG_Util::Debug::LogD("Creating Vulkan device and contexts");
|
MG_Util::Debug::LogD("Creating Vulkan device and contexts");
|
||||||
pFactoryVk->CreateDeviceAndContextsVk(
|
pFactoryVk->CreateDeviceAndContextsVk(
|
||||||
EngineCI, &MG_Diligent::g_pDevice, &MG_Diligent::g_pContext);
|
EngineCI, &MG_Diligent::g_pDevice, &MG_Diligent::g_pContext);
|
||||||
|
|||||||
Reference in New Issue
Block a user