GL: Added clip control support.

This commit is contained in:
Branimir Karadžić
2016-04-01 12:40:18 -07:00
parent cfa8224404
commit c4fa56092b
5 changed files with 35 additions and 0 deletions

View File

@@ -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)