Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DLSSTextureTable

The set of texture slots available for the DLSSContext.
Read time 1 minuteLast updated 5 days ago

Definition

public struct DLSSTextureTable

Remarks

Additional Resources: GraphicsDevice.ExecuteDLSS

Properties

Property

Description

biasColorMaskA mask, same size as colorInput, preferably of format R8_UNORM that informs DLSS of possible moving pixels.
colorInputThe input color buffer to upsample for DLSSContext.
colorOutputThe output color buffer to write the upsampling result for DLSSContext.
depthThe input depth buffer.
exposureTextureA 1x1 texture with pre-exposure values.
motionVectorsThe motion vectors requested by the DLSSContext.
transparencyMaskA transparency bit mask.