Tramway SDK v0.1.1
Namespaces | Functions
texture.cpp File Reference
#include <render/opengl/texture.h>
#include <config.h>
#include <GL/gl.h>
#include <GLES3/gl3.h>

Namespaces

namespace  tram
 Serialization, i.e.
 
namespace  tram::Render
 High-level Render system API.
 
namespace  tram::Render::API
 Rendering backend API.
 

Functions

texturehandle_t tram::Render::API::CreateTexture (ColorMode color_mode, TextureFilter texture_filter, uint32_t width, uint32_t height, void *data)