descriptor
Contains all the information Unity uses to create a GraphicsTexture.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public GraphicsTextureDescriptor descriptor { get; }
Remarks
Getting this property is only possible while the GraphicsTexture is in the state.
InitializedOnRenderThreadAdditional Resources: GraphicsTextureState, GraphicsTexture.state.