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

Detailed Description

Specification


C Version:

// Provided by Wisdom 0.7.0.
uint64_t wisFenceGetCompletedValue(const WisFence* self);
C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
uint64_t wisVKFenceGetCompletedValue(const WisVKFence* self);
// Provided by Wisdom 0.7.0.
uint64_t wisDX12FenceGetCompletedValue(const WisDX12Fence* self);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint64_t Fence::GetCompletedValue() const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint64_t VKFence::GetCompletedValue() const noexcept;
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint64_t DX12Fence::GetCompletedValue() const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisFence instance.
  • return Value of the fence.

Description


See Also