Struct DispatchRaysDescription
Describes the properties of a ray dispatch operation initiated with a call to DispatchRays.
Inherited Members
Namespace: Evergine.Common.Graphics.Raytracing
Assembly: Evergine.Common.dll
Syntax
public struct DispatchRaysDescription
Fields
Depth
The depth of the generation shader thread grid.
Declaration
public uint Depth
Field Value
Type | Description |
---|---|
uint |
Height
The height of the generation shader thread grid.
Declaration
public uint Height
Field Value
Type | Description |
---|---|
uint |
Width
The width of the generation shader thread grid.
Declaration
public uint Width
Field Value
Type | Description |
---|---|
uint |