Antkeeper  0.0.1
Namespaces | Functions
graphics.hpp File Reference
#include "game/game.hpp"
#include <engine/render/anti-aliasing-method.hpp>

Go to the source code of this file.

Namespaces

 graphics
 

Functions

void graphics::create_framebuffers (::game &ctx)
 
void graphics::destroy_framebuffers (::game &ctx)
 
void graphics::change_render_resolution (::game &ctx, float scale)
 
void graphics::save_screenshot (::game &ctx)
 
void graphics::toggle_bloom (::game &ctx, bool enabled)
 
void graphics::select_anti_aliasing_method (::game &ctx, render::anti_aliasing_method method)