Engine API Reference - v2.22.0-beta.3
    Preparing search index...

    Variable RENDERTARGET_ORIGIN_NATIVEConst

    RENDERTARGET_ORIGIN_NATIVE: "native" = 'native'

    The render target stores the image in the native orientation of the graphics API - bottom-up on WebGL2, top-down on WebGPU - so the stored row order differs between the APIs. This is the default. See the origin option of the RenderTarget constructor for guidance on which origin to use.