Readonly
encoderGPU___Encoder
for recording commands into.
Readonly
finishFinish any passes, finish and record any bundles, and finish/return the command buffer. Any errors are ignored and the GPUCommandBuffer (which may be an error buffer) is returned.
Readonly
validateFinish any passes, finish and record any bundles, and finish/return the command buffer. Checks for validation errors in (only) the appropriate finish call.
Readonly
validateFinish the command buffer and submit it. Checks for validation errors in either the submit or the appropriate finish call, depending on the state of a resource used in the encoding.
Readonly
validatevalidateFinishAndSubmit()
based on the state of a resource in the command encoder.
finish()
should fail if the resource is 'invalid'.submit()
should fail if the resource is 'destroyed'.Generated using TypeDoc
See GPUTest.createEncoder().