Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface TextureCopyPassParameters

    Full selected-subresource copy parameters. Views may have different parent descriptors.

    interface TextureCopyPassParameters {
        destination: RenderGraphTextureAccessHandle;
        source: RenderGraphTextureAccessHandle;
    }
    Index

    Same-format, same-extent single-sample copy destination.

    Initialized single-sample copy source.