CheeseEngine
A 2D Game Engine
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
RenderQueue Class Reference

#include <renderQueue.hpp>

Public Member Functions

void push (RenderCommand command)
 
bool pop (RenderCommand &command)
 

Private Attributes

std::mutex mutex
 
std::queue< RenderCommandqueue
 

Member Function Documentation

◆ pop()

bool RenderQueue::pop ( RenderCommand command)

◆ push()

void RenderQueue::push ( RenderCommand  command)

Member Data Documentation

◆ mutex

std::mutex RenderQueue::mutex
private

◆ queue

std::queue<RenderCommand> RenderQueue::queue
private

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