mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 01:19:18 +02:00
multisampling
This commit is contained in:
@@ -11,7 +11,7 @@ namespace gl
|
||||
renderbuffer();
|
||||
~renderbuffer();
|
||||
|
||||
void alloc(GLuint format, int width, int height);
|
||||
void alloc(GLuint format, int width, int height, int samples = 1);
|
||||
|
||||
static void bind(GLuint id);
|
||||
using bindable::bind;
|
||||
|
||||
Reference in New Issue
Block a user