mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-13 14:48:32 +09:00
[Fix] (MG_Backend/DirectVulkan): misc fixes
This commit is contained in:
@@ -316,7 +316,7 @@ namespace MobileGL {
|
||||
m_renderState.SetClearStencil(stencil);
|
||||
}
|
||||
|
||||
Int GLContext::GetClearStencil() const {
|
||||
Uint32 GLContext::GetClearStencil() const {
|
||||
return m_renderState.GetClearStencil();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user