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

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
void wisVKCommandListEndRenderPass(const WisVKCommandList* self);
// Provided by Wisdom 0.7.0.
void wisDX12CommandListEndRenderPass(const WisDX12CommandList* self);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
void CommandList::EndRenderPass() const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
void VKCommandList::EndRenderPass() const noexcept;
// Provided by Wisdom 0.7.0.
void DX12CommandList::EndRenderPass() const noexcept;
}

Parameters


Description


See Also