Specification
C Version:
C Implementation Specific Version:
void wisVKCommandListBeginRenderPass(const WisVKCommandList* self,
void wisDX12CommandListBeginRenderPass(const WisDX12CommandList* self,
C++ Version:
namespace wis{
void CommandList::BeginRenderPass(const wis::RenderPassDesc& desc) const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
void VKCommandList::BeginRenderPass(const wis::RenderPassDesc& desc) const noexcept;
void DX12CommandList::BeginRenderPass(const wis::RenderPassDesc& desc) const noexcept;
}
Parameters
Description
See Also