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

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
void* wisVKDescriptorHeapGetCPUHandle(const WisVKDescriptorHeap* self);
// Provided by Wisdom 0.7.0.
void* wisDX12DescriptorHeapGetCPUHandle(const WisDX12DescriptorHeap* self);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD void* DescriptorHeap::GetCPUHandle() const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD void* VKDescriptorHeap::GetCPUHandle() const noexcept;
// Provided by Wisdom 0.7.0.
WIS_NODISCARD void* DX12DescriptorHeap::GetCPUHandle() const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisDescriptorHeap instance.
  • return CPU descriptor handle for the descriptor heap.

Description


See Also