Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
载入中...
搜索中...
未找到
VKCommandBuffer 成员列表

成员的完整列表,这些成员属于 VKCommandBuffer,包括所有继承而来的类成员

begin() overrideVKCommandBuffervirtual
begin_render_pass() override (定义于 VKCommandBuffer)VKCommandBuffervirtual
clear(uint8_t flags) overrideVKCommandBuffervirtual
create() (定义于 CommandBuffer)CommandBufferstatic
draw(uint32_t vertex_count, uint32_t first_vertex) override (定义于 VKCommandBuffer)VKCommandBuffervirtual
draw_indexed(uint32_t index_count, uint32_t first_index) override (定义于 VKCommandBuffer)VKCommandBuffervirtual
end() overrideVKCommandBuffervirtual
end_render_pass() override (定义于 VKCommandBuffer)VKCommandBuffervirtual
operator VkCommandBuffer() const (定义于 VKCommandBuffer)VKCommandBuffer
set_clear_color(const Vector4 &color) overrideVKCommandBuffervirtual
set_clear_depth(float depth) overrideVKCommandBuffervirtual
set_clear_stencil(uint32_t value) overrideVKCommandBuffervirtual
set_index_buffer(std::shared_ptr< IndexBuffer > index_buffer) override (定义于 VKCommandBuffer)VKCommandBuffervirtual
set_pipeline(std::shared_ptr< Pipeline > pipeline) override (定义于 VKCommandBuffer)VKCommandBuffervirtual
set_texture(std::shared_ptr< Texture > texture, unsigned int slot) override (定义于 VKCommandBuffer)VKCommandBuffervirtual
set_vertex_buffer(std::shared_ptr< VertexBuffer > vertex_buffer) override (定义于 VKCommandBuffer)VKCommandBuffervirtual
set_viewport(const Viewport &viewport) override (定义于 VKCommandBuffer)VKCommandBuffervirtual
VKCommandBuffer() (定义于 VKCommandBuffer)VKCommandBuffer
~VKCommandBuffer() (定义于 VKCommandBuffer)VKCommandBuffervirtual