AdvancedOptionalclearthe clear mode to use. Can be true or a CLEAR number 'COLOR | DEPTH | STENCIL' 0b111
Optionalclearthe color to clear to
Optionalflipopt-in Y-orientation toggle. false/omitted is a no-op (the historical !isRoot
behavior); true inverts the orientation, and the winding with it.
Optionalframethe frame to render to, in base mip (mip 0) pixel space. When omitted, a Texture target falls back to its own frame and any other target binds in full.
Optionallayerthe array layer (or slice/face) of the render surface to render to (subresource)
Optionalmipthe mip level to render to (subresource)
the render surface to bind: a texture, canvas, or render target
Options for binding a render surface via RenderTargetSystem.bind: the persistent BindState plus the per-call clear actions.