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

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

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