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.
CloseStruct that contains all parameters required to create a ProceduralTextureStack.
MaxNumLayers | Internal limit of maximum number of layers. |
MaxRequestsPerFrameSupported | Internal limit on maximum number of requests per frame. |
height | Height of the virtual UV space the stack has. |
layers | The layers this stack contains. |
maxActiveRequests | How many request do you plan on processing each frame. |
tilesize | Size of a single tile inside the stack. |
width | Width of the virtual UV space the stack has. |