GPUTextureStackRequestParameters

struct in UnityEngine.Rendering.VirtualTexturing

/

Implemented in:UnityEngine.VirtualTexturingModule

Description

A single procedural virtual texture tile generation request, to be filled in GPU memory.

Properties

heightHeight of the requested rectangle.
levelMiplevel of the requested rectangle.
numLayersNumber of layers inside the request.
widthWidth of the requested rectangle.
xX offset of the requested rectangle.
yY offset of the requested rectangle.

Public Methods

GetLayerGet the request properties of one of the requested layers.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答