Euphoria
Classes | Namespaces | Functions
statechanger.h File Reference
#include "render/blend.h"
#include "render/compare.h"
#include "render/cullface.h"
#include "render/rendermode.h"
#include "render/stencilaction.h"

Go to the source code of this file.

Classes

struct  eu::render::StateChanger
 A helper class to change both the opengl state and the cache. More...
 

Namespaces

namespace  eu
 
namespace  eu::render
 

Functions

void eu::render::bind_texture_2d (OpenglStates *states, const Uniform &uniform, const Texture2d &texture)
 
void eu::render::bind_texture_2d (OpenglStates *states, const Uniform &uniform, const FrameBuffer &texture)
 
void eu::render::bind_texture_cubemap (OpenglStates *states, const Uniform &uniform, const TextureCubemap &texture)