GfxBackend.setDepthMask

Set false depth mask to disable writing to depth buffer, render stuff that shouldn't influence the depth buffer then set true to enable it again. Returns reference to this so it can be used in a stream.

class GfxBackend
typeof(this)
setDepthMask
(
bool value = true
)

Meta