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

Detailed Description

Specification


C Version:

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

C++ Version:

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

Parameters


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

Description


See Also