summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/bgfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/src/bgfx.cpp')
-rw-r--r--3rdparty/bgfx/src/bgfx.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/bgfx.cpp b/3rdparty/bgfx/src/bgfx.cpp
index 3a839c82815..3c91a05e5a5 100644
--- a/3rdparty/bgfx/src/bgfx.cpp
+++ b/3rdparty/bgfx/src/bgfx.cpp
@@ -1151,6 +1151,10 @@ namespace bgfx
}
BX_TRACE("Max FB attachments: %d", g_caps.maxFBAttachments);
+ BX_TRACE("NDC depth [%d, 1], origin %s left."
+ , g_caps.homogeneousDepth ? -1 : 0
+ , g_caps.originBottomLeft ? "bottom" : "top"
+ );
}
TextureFormat::Enum getViableTextureFormat(const ImageContainer& _imageContainer)