Write z data to the depth buffer.
This commit is contained in:
@@ -255,6 +255,12 @@ namespace OpenRA
|
||||
Device.DisableDepthBuffer();
|
||||
}
|
||||
|
||||
public void ClearDepthBuffer()
|
||||
{
|
||||
Flush();
|
||||
Device.ClearDepthBuffer();
|
||||
}
|
||||
|
||||
public void GrabWindowMouseFocus()
|
||||
{
|
||||
Device.GrabWindowMouseFocus();
|
||||
|
||||
Reference in New Issue
Block a user