Specification
C Version:
C Implementation Specific Version:
WisResult wisVKCommandListEnd(
const WisVKCommandList* self);
WisResult wisDX12CommandListEnd(
const WisDX12CommandList* self);
C++ Version:
namespace wis{
wis::Result CommandList::End() const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
wis::Result VKCommandList::End() const noexcept;
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