Enum ZClip
Determines whether the default projection matrices will project to a clip space whose depth range is [0 .. 1] or [-1 .. 1]. Default is [0 .. 1] but can be changed by setting version(GfxMathDepthMinusOneToOne) Z points into the screen in both cases.
						
				enum ZClip
				 : int { ... }
						
					
				Enum members
| Name | Description | 
|---|---|
								minusOneToOne
							 | 
							Depth range is [-1 .. 1] | 
								zeroToOne
							 | 
							Depth range is [0 .. 1] |