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

Detailed Description

Specification


C Version:

// Provided by Wisdom 0.7.0.
uint32_t* index);
C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
WisResult wisVKSwapchainGetCurrentIndex(const WisVKSwapchain* self,
uint32_t* index);
// Provided by Wisdom 0.7.0.
WisResult wisDX12SwapchainGetCurrentIndex(const WisDX12Swapchain* self,
uint32_t* index);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint32_t Swapchain::GetCurrentIndex(wis::Result& out_result) const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint32_t VKSwapchain::GetCurrentIndex(wis::Result& out_result) const noexcept;
// Provided by Wisdom 0.7.0.
WIS_NODISCARD std::uint32_t DX12Swapchain::GetCurrentIndex(wis::Result& out_result) const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisSwapchain instance.
  • index Index of the current backbuffer.
  • return denoting the outcome of operation.

Description


See Also