struct in UnityEngine.Rendering.VirtualTexturing
/
Implemented in:UnityEngine.VirtualTexturingModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
ClosePer-layer properties of a ProceduralTextureRequest.
mipScanlineSize | Datasize (in bytes) of a single scanline of the tile's lower-resolution mip data for this layer, used for trilinear filtering. |
requiresCachedMip | Indicates that this request needs both the actual tile data as well as the corresponding data at the next lower-resolution mip. |
scanlineSize | Datasize (in bytes) of a single scanline of the tile data for this layer. |
GetData | Get a reference to the tile layer data to write texture data to. |
GetMipData | Get a reference to the tile layer mip date to write texture data to. |