SPARK  0.1.0
A general purpose game engine written in C++.
Loading...
Searching...
No Matches
spark::render::ICommandBuffer Member List

This is the complete list of members for spark::render::ICommandBuffer, including all inherited members.

begin() const =0spark::render::ICommandBufferpure virtual
bind(const IDescriptorSet &descriptor_set) constspark::render::ICommandBufferinline
bind(const IDescriptorSet &descriptor_set, const IPipeline &pipeline) const noexceptspark::render::ICommandBufferinline
bind(const IVertexBuffer &vertex_buffer) const noexceptspark::render::ICommandBufferinline
bind(const IIndexBuffer &index_buffer) const noexceptspark::render::ICommandBufferinline
dispatch() const noexcept=0spark::render::ICommandBufferpure virtual
draw(unsigned int vertices, unsigned int instances=1, unsigned int first_vertex=0, unsigned int first_instance=0) const noexceptspark::render::ICommandBufferinline
draw(const IVertexBuffer &vertex_buffer, unsigned int instances=1, unsigned int first_vertex=0, unsigned int first_instance=0) const noexceptspark::render::ICommandBufferinline
drawIndexed(unsigned int indices, unsigned int instances=1, unsigned int first_index=0, int vertex_offset=0, unsigned int first_instance=0) const noexceptspark::render::ICommandBufferinline
drawIndexed(const IIndexBuffer &index_buffer, unsigned int instances=1, unsigned int first_index=0, int vertex_offset=0, unsigned int first_instance=0) const noexceptspark::render::ICommandBufferinline
drawIndexed(const IVertexBuffer &vertex_buffer, const IIndexBuffer &index_buffer, unsigned int instances=1, unsigned int first_index=0, int vertex_offset=0, unsigned int first_instance=0) const noexceptspark::render::ICommandBufferinline
end() const =0spark::render::ICommandBufferpure virtual
execute(std::shared_ptr< const ICommandBuffer > command_buffer) constspark::render::ICommandBufferinline
execute(const std::vector< std::shared_ptr< const ICommandBuffer > > &command_buffers) constspark::render::ICommandBufferinline
isRecording() const noexcept=0spark::render::ICommandBufferpure virtual
isSecondary() const noexcept=0spark::render::ICommandBufferpure virtual
pushConstants(const IPushConstantsLayout &layout, const void *const memory) const noexceptspark::render::ICommandBufferinline
releaseSharedState() const =0spark::render::ICommandBufferpure virtual
setBlendFactors(const math::Vector4< float > &blend_factors) const noexcept=0spark::render::ICommandBufferpure virtual
setScissor(const IScissor *scissor) const noexcept=0spark::render::ICommandBufferpure virtual
setScissors(std::span< const IScissor * > scissors) const noexcept=0spark::render::ICommandBufferpure virtual
setStencilRef(unsigned int stencil_ref) const noexcept=0spark::render::ICommandBufferpure virtual
setViewport(const IViewport *viewport) const noexcept=0spark::render::ICommandBufferpure virtual
setViewports(std::span< const IViewport * > viewports) const noexcept=0spark::render::ICommandBufferpure virtual
transfer(IBuffer &source, IBuffer &target, unsigned int source_element=0, unsigned int target_element=0, unsigned int elements=1) constspark::render::ICommandBufferinline
transfer(std::shared_ptr< IBuffer > source, IBuffer &target, unsigned int source_element=0, unsigned int target_element=0, unsigned int elements=1) constspark::render::ICommandBufferinline
transfer(IBuffer &source, IImage &target, unsigned int source_element=0, unsigned int first_subresource=0, unsigned int elements=1) constspark::render::ICommandBufferinline
transfer(std::shared_ptr< IBuffer > source, IImage &target, unsigned int source_element=0, unsigned int first_subresource=0, unsigned int elements=1) constspark::render::ICommandBufferinline
transfer(IImage &source, IImage &target, unsigned int source_subresource=0, unsigned int target_subresource=0, unsigned int subresources=1) constspark::render::ICommandBufferinline
transfer(std::shared_ptr< IImage > source, IImage &target, unsigned int source_subresource=0, unsigned int target_subresource=0, unsigned int subresources=1) constspark::render::ICommandBufferinline
transfer(IImage &source, IBuffer &target, unsigned int first_subresource=0, unsigned int target_element=0, unsigned int subresources=1) constspark::render::ICommandBufferinline
transfer(std::shared_ptr< IImage > source, IBuffer &target, unsigned int first_subresource=0, unsigned int target_element=0, unsigned int subresources=1) constspark::render::ICommandBufferinline
use(const IPipeline &pipeline) const noexceptspark::render::ICommandBufferinline
~ICommandBuffer() noexcept=default (defined in spark::render::ICommandBuffer)spark::render::ICommandBuffervirtual