Version: 2023.1
言語: 日本語

XRBlitParams

struct in UnityEngine.XR

マニュアルに切り替える

説明

This struct holds data for a single blit operation.

変数

destRectDestination Rect area that the blit operation wants to blit to.
foveatedRenderingInfoA pointer to a native struct containing platform-specific data for foveated rendering.
srcHdrColorGamutThe ColorGamut of the source texture if srcHdrEncoded is true.
srcHdrEncodedSpecifies whether the source texture is encoded for use with an HDR display and might require decoding during the blit process.
srcHdrMaxLuminanceThe maximum luminance in nits of the encoding used for the source texture if srcHdrEncoded is true.
srcRectSource Rect area that the blit operation wants to blit from.
srcTexSource render texture that the blit operation wants to blit from.
srcTexArraySliceDescribes source texture's desired array slice. Texture2D will have array slice 1.