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

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
WisResult wisVKCommandListEnd(const WisVKCommandList* self);
// Provided by Wisdom 0.7.0.
WisResult wisDX12CommandListEnd(const WisDX12CommandList* self);

C++ Version:

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

Parameters


  • this self self is a pointer to the valid WisCommandList instance.
  • return denoting the outcome of operation.

Description


See Also