wisdom
Loading...
Searching...
No Matches
wisDescriptorHeapWriteAccelerationStructure Struct Reference

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
WisResult wisVKDescriptorHeapWriteAccelerationStructure(const WisVKDescriptorHeap* self,
uint64_t address,
uint32_t index);
// Provided by Wisdom 0.7.0.
WisResult wisDX12DescriptorHeapWriteAccelerationStructure(const WisDX12DescriptorHeap* self,
uint64_t address,
uint32_t index);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
wis::Result DescriptorHeap::WriteAccelerationStructure(std::uint64_t address,
std::uint32_t index) const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
wis::Result VKDescriptorHeap::WriteAccelerationStructure(std::uint64_t address,
std::uint32_t index) const noexcept;
// Provided by Wisdom 0.7.0.
wis::Result DX12DescriptorHeap::WriteAccelerationStructure(std::uint64_t address,
std::uint32_t index) const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisDescriptorHeap instance.
  • address specifies GPU address of a raytracing acceleration structure.
  • index defines the index in the descriptor heap to write the descriptor to.
  • return denoting the outcome of operation.

Description


See Also