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

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
WisResult wisVKCommandAllocatorReset(const WisVKCommandAllocator* self);
// Provided by Wisdom 0.7.0.
WisResult wisDX12CommandAllocatorReset(const WisDX12CommandAllocator* self);

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
wis::Result CommandAllocator::Reset() const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
wis::Result VKCommandAllocator::Reset() const noexcept;
// Provided by Wisdom 0.7.0.
wis::Result DX12CommandAllocator::Reset() const noexcept;
}

Parameters


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

Description


See Also