Struct RenderGraphResource
Handle to a read-only Render Graph resource.
Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
Syntax
public struct RenderGraphResource
Methods
IsValid()
Is the resource valid?
Declaration
public bool IsValid()
Returns
Type | Description |
---|---|
Boolean | True if the resource is valid. |