Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AllocFromPixelSize(in RenderTextureDescriptor)

Creates a shading rate image. This function performs the conversion from pixel to tile before the allocation.
Read time 1 minuteLast updated 6 days ago

Definition

AllocFromPixelSize(RenderTextureDescriptor)

public static RenderTexture AllocFromPixelSize(in RenderTextureDescriptor rtDesc)

Parameters

Render texture descriptor where width and height are in pixels.

Returns

Type

Description

RenderTextureThe shading rate image for the given size as a render texture.