runtimePlatform
The platform that the collection is intended to be used with.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
public RuntimePlatform runtimePlatform { get; set; }
Remarks
The same shader variant and graphics state on different platforms can result in different GPU representations. To ensure that the accurate GPU representation is created, it is recommended that a collection is prewarmed on the same platform that it was recorded on.
See RuntimePlatform.