VkGetRayTracingShaderGroupHandlesKHRNative typedef

VkGetRayTracingShaderGroupHandlesKHRNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkPipeline> pipeline, Uint32 firstGroup, Uint32 groupCount, Uint64 dataSize, Pointer<NativeType> pData)

Implementation

typedef VkGetRayTracingShaderGroupHandlesKHRNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkPipeline> pipeline,
    Uint32 firstGroup,
    Uint32 groupCount,
    Uint64 dataSize,
    Pointer pData);