Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RadeonRaysContext

Constructor.
Read time 1 minuteLast updated 12 days ago

Definition

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.