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

Detailed Description

Specification


C Version:

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

C++ Version:

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

Parameters


Description


See Also