C# Class CSharpGL.DepthMaskState

Toggle of depth mask.
Inheritance: GLState
Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
DepthMaskState ( bool writable = false )

Toggle of depth mask.

ToString ( ) : string

Protected Methods

Method Description
StateOff ( ) : void

StateOn ( ) : void

Method Details

DepthMaskState() public method

Toggle of depth mask.
public DepthMaskState ( bool writable = false )
writable bool Writable when this switch is turned on?

StateOff() protected method

protected StateOff ( ) : void
return void

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string