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

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
void wisVKCommandListSetPushDescriptor(const WisVKCommandList* self,
// Provided by Wisdom 0.7.0.
void wisDX12CommandListSetPushDescriptor(const WisDX12CommandList* self,

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
void CommandList::SetPushDescriptor(const wis::PushDescriptorDataDesc& data) const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
void VKCommandList::SetPushDescriptor(const wis::PushDescriptorDataDesc& data) const noexcept;
// Provided by Wisdom 0.7.0.
void DX12CommandList::SetPushDescriptor(const wis::PushDescriptorDataDesc& data) const noexcept;
}

Parameters


Description


See Also