class in UnityEngine.Experimental.Rendering
A data structure used to represent the Renderers in the Scene for GPU ray tracing.
RayTracingAccelerationStructure | Creates a RayTracingAccelerationStructure with the given RayTracingAccelerationStructure.RASSettings. |
AddInstance | Add an instance to this RayTracingAccelerationStructure. Instance geometry can be either a Renderer or a GraphicsBuffer that includes a number of axis-aligned bounding boxes. |
Build | Builds this RayTracingAccelerationStructure on the GPU. |
Dispose | Destroys this RayTracingAccelerationStructure. |
GetSize | Returns the total size of this RayTracingAccelerationStructure on the GPU in bytes. |
Release | See Also: RayTracingAccelerationStructure.Dispose. |
UpdateInstanceTransform | Updates the transform of the instance associated with the given Renderer for this RayTracingAccelerationStructure. |