RadeonRaysContext
Constructor.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.LightTransport
- Assembly: UnityEditor.CoreModule
RadeonRaysContext()
Constructor.
public RadeonRaysContext()
Remarks
Create a new RadeonRaysContext.
using UnityEngine.LightTransport;using var ctx = new RadeonRaysContext();
How to create a RadeonRaysContext.
RadeonRaysContext(IntPtr)
Constructor.
public RadeonRaysContext(nint ptr)
Parameters
Remarks
Create a new RadeonRaysContext.
using UnityEngine.LightTransport;using var ctx = new RadeonRaysContext();
How to create a RadeonRaysContext.