mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Windows Fixes; D3D depth support
This commit is contained in:
@@ -153,7 +153,7 @@ void CTextRenderBuffer::Render(const zeus::CColor& col, float time) const
|
||||
{
|
||||
((CTextRenderBuffer*)this)->CommitResources();
|
||||
|
||||
BooUniform uniforms = {CGraphics::GetPerspectiveProjectionMatrix() *
|
||||
BooUniform uniforms = {CGraphics::GetPerspectiveProjectionMatrix(true) *
|
||||
CGraphics::g_GXModelView.toMatrix4f(), col};
|
||||
m_uniBuf->load(&uniforms, sizeof(uniforms));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user