Skip to content

Instantly share code, notes, and snippets.

View dmikoss's full-sized avatar
🎯
Focusing

Dmitry Kostenkov dmikoss

🎯
Focusing
View GitHub Profile
@dmikoss
dmikoss / gapi.hpp
Created March 7, 2014 19:42 — forked from zeux/gapi.hpp
class Renderbuffer: public Resource
{
public:
Texture::Format getFormat() const { return format; }
unsigned int getWidth() const { return width; }
unsigned int getHeight() const { return height; }
};
class Framebuffer: public Resource