CommandBuffer class base
Properties
Methods
-
copyBufferToTexture(
BufferView source, TextureRegion destination) → void -
Copies tightly packed texel data from
sourceintodestination. -
copyTextureToBuffer(
TextureRegion source, BufferView destination) → void -
Copies a texture region into a tightly packed
destinationbuffer view. -
copyTextureToTexture(
TextureRegion source, TextureDestinationRegion destination) → void -
Copies pixels from
sourceintodestination. -
createRenderPass(
RenderTarget renderTarget) → RenderPass -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
submit(
{CompletionCallback? completionCallback}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited