RenderPass class base

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindIndexBuffer(BufferView bufferView, IndexType indexType, int indexCount) → void
bindPipeline(RenderPipeline pipeline) → void
bindTexture(UniformSlot slot, Texture texture, {SamplerOptions? sampler}) → void
bindUniform(UniformSlot slot, BufferView bufferView) → void
bindVertexBuffer(BufferView bufferView, int vertexCount) → void
clearBindings() → void
draw() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setColorBlendEnable(bool enable, {int colorAttachmentIndex = 0}) → void
setColorBlendEquation(ColorBlendEquation equation, {int colorAttachmentIndex = 0}) → void
setCullMode(CullMode cullMode) → void
setDepthCompareOperation(CompareFunction compareFunction) → void
setDepthWriteEnable(bool enable) → void
setPrimitiveType(PrimitiveType primitiveType) → void
setStencilConfig(StencilConfig configuration, {StencilFace targetFace = StencilFace.both}) → void
setStencilReference(int referenceValue) → void
setWindingOrder(WindingOrder windingOrder) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited