Zen 0.3.0
Loading...
Searching...
No Matches
Zen::RenderCommand Class Reference

Static Public Member Functions

static void setClearColour (const glm::vec4 &colour)
static void clear ()
static void drawIndexed (const std::shared_ptr< VertexArray > &vertexArray)
static void setViewport (int width, int height)

Detailed Description

Definition at line 6 of file ZEN_RenderCommand.h.

Member Function Documentation

◆ clear()

void Zen::RenderCommand::clear ( )
inlinestatic

Definition at line 10 of file ZEN_RenderCommand.h.

◆ drawIndexed()

void Zen::RenderCommand::drawIndexed ( const std::shared_ptr< VertexArray > & vertexArray)
inlinestatic

Definition at line 12 of file ZEN_RenderCommand.h.

◆ setClearColour()

void Zen::RenderCommand::setClearColour ( const glm::vec4 & colour)
inlinestatic

Definition at line 8 of file ZEN_RenderCommand.h.

◆ setViewport()

void Zen::RenderCommand::setViewport ( int width,
int height )
inlinestatic

Definition at line 16 of file ZEN_RenderCommand.h.


The documentation for this class was generated from the following files: