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

    Interface TextureCopyPassParameters

    Full-subresource texture copy parameters. Both textures must have matching descriptors.

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

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

    Initialized single-sample copy source.