API Documentation

class PipelineState

package kha.graphics4

extends PipelineStateBase

Constructor

new ()

Methods

compile ():Void

delete ():Void

getConstantLocation (name:String):ConstantLocation

getTextureUnit (name:String):TextureUnit

set ():Void

Inherited Variables

Defined by PipelineStateBase

alphaBlendDestination:BlendingFactor

alphaBlendOperation:BlendingOperation

alphaBlendSource:BlendingFactor

blendDestination:BlendingFactor

blendOperation:BlendingOperation

blendSource:BlendingFactor

write onlycolorWriteMask:Bool

colorWriteMaskAlpha:Bool

colorWriteMaskBlue:Bool

colorWriteMaskGreen:Bool

colorWriteMaskRed:Bool

conservativeRasterization:Bool

cullMode:CullMode

depthMode:CompareMode

depthWrite:Bool

fragmentShader:FragmentShader

geometryShader:GeometryShader

inputLayout:Array<VertexStructure>

stencilBothPass:StencilAction

stencilDepthFail:StencilAction

stencilFail:StencilAction

stencilMode:CompareMode

stencilReadMask:Int

stencilReferenceValue:Int

stencilWriteMask:Int

tessellationControlShader:TessellationControlShader

tessellationEvaluationShader:TessellationEvaluationShader

vertexShader:VertexShader

Inherited Methods

© 2018