GPUDepthStencilState
12 items
constructorGPUDepthStencilState
constructor(format: String, depthWriteEnabled: Boolean? = null, depthCompare: String? = null, stencilFront: GPUStencilFaceState? = null, stencilBack: GPUStencilFaceState? = null, stencilReadMask: Int? = null, stencilWriteMask: Int? = null, depthBias: Int? = null, depthBiasSlopeScale: Float? = null, depthBiasClamp: Float? = null)
var depthBiasClamp: Float?
var depthBiasSlopeScale: Float?
vardepthCompare
var depthCompare: String?
var depthWriteEnabled: Boolean?
varstencilBack
var stencilBack: GPUStencilFaceState?
varstencilFront
var stencilFront: GPUStencilFaceState?
var stencilReadMask: Int?
var stencilWriteMask: Int?