Create a new transient virtual texture. Returns a v0 handle.
Create a new transient virtual buffer. Returns a v0 handle.
Declare a read of the supplied handle at its current version.
Declare a write to the supplied handle. Returns a new handle with version incremented; downstream passes that consume this write must use the returned handle, not the original.
Optionalattachment: AttachmentOptionsRegister the pass's execute callback. Must be called exactly once.
Builder handed to the pass's setup function. Declares how the pass uses resources and registers its execute callback. Each call to write returns a fresh handle whose
versionis incremented; the compiler uses these versions to wire dependencies precisely.