D3D12DDIARG_DISPATCH_RAYS_0054 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDIARG_DISPATCH_RAYS_0054 {
  D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE            RayGenerationShaderRecord;
  D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE MissShaderTable;
  D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE HitGroupTable;
  D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE CallableShaderTable;
  UINT                                          Width;
  UINT                                          Height;
  UINT                                          Depth;
} D3D12DDIARG_DISPATCH_RAYS_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddiarg_dispatch_rays_0054)

D3D12DDIARG_DISPATCH_RAYS_0054 structure

Description

Arguments used by the DispatchRays callback function.

Members

RayGenerationShaderRecord

Ray generation shader record.

MissShaderTable

Miss shader table.

HitGroupTable

Hit group table.

CallableShaderTable

Callable shader table.

Width

Width of the ray.

Height

Height of the ray.

Depth

Depth of the ray.

Remarks

See also