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

Detailed Description

Specification


C Version:

// Provided by Wisdom 0.7.0.
uint64_t wisBufferGetGPUAddress(const WisBuffer* self);
C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
uint64_t wisVKBufferGetGPUAddress(const WisVKBuffer* self);
// Provided by Wisdom 0.7.0.
uint64_t wisDX12BufferGetGPUAddress(const WisDX12Buffer* self);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint64_t Buffer::GetGPUAddress() const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint64_t VKBuffer::GetGPUAddress() const noexcept;
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint64_t DX12Buffer::GetGPUAddress() const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisBuffer instance.
  • return Address of the buffer on GPU.

Description


See Also