Specification
C Version:
C Implementation Specific Version:
WisResult wisVKCommandAllocatorReset(
const WisVKCommandAllocator* self);
WisResult wisDX12CommandAllocatorReset(
const WisDX12CommandAllocator* self);
C++ Version:
namespace wis{
wis::Result CommandAllocator::Reset() const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
wis::Result VKCommandAllocator::Reset() const noexcept;
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