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

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

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