Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShadingRateInfo

Encapsulate the informations and capabilities related to variable rate shading. Additional Resources: Variable Rate Shading.
Read time 1 minuteLast updated 5 days ago

Definition

public static class ShadingRateInfo

Static Properties

Property

Description

availableFragmentSizesGet the supported shading rate fragment sizes by the current platform.
graphicsFormatGet the shading rate graphics format used by the current platform.
imageTileSizeGet the shading rate image tile size used by the current platform.
supportsPerDrawCallReturns true if variable fragment shading rates per draw call are supported by the current graphics card for variable rate shading.
supportsPerImageTileReturns true if image-based fragment shading rates are supported by the current graphics card for variable rate shading.

Static Methods

Method

Description

QueryNativeValueGet the native graphics API value for ShadingRateFragmentSize.