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

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
WisResult wisVKSwapchainUpdate(const WisVKSwapchain* self,
const WisSwapchainUpdateDesc* desc);
// Provided by Wisdom 0.7.0.
WisResult wisDX12SwapchainUpdate(const WisDX12Swapchain* self,
const WisSwapchainUpdateDesc* desc);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
wis::Result Swapchain::Update(const wis::SwapchainUpdateDesc& desc) const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
wis::Result VKSwapchain::Update(const wis::SwapchainUpdateDesc& desc) const noexcept;
// Provided by Wisdom 0.7.0.
wis::Result DX12Swapchain::Update(const wis::SwapchainUpdateDesc& desc) const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisSwapchain instance.
  • desc indicates a pointer to WisSwapchainUpdateDesc, which describes the new swapchain parameters.
  • return denoting the outcome of operation.

Description


See Also