mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibGL: Implement glHint()
This commit is contained in:
parent
2a16c8bdb8
commit
eed0bcaf42
5 changed files with 55 additions and 3 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
virtual void gl_blend_func(GLenum src_factor, GLenum dst_factor) = 0;
|
||||
virtual void gl_shade_model(GLenum mode) = 0;
|
||||
virtual void gl_alpha_func(GLenum func, GLclampf ref) = 0;
|
||||
virtual void gl_hint(GLenum target, GLenum mode) = 0;
|
||||
|
||||
virtual void present() = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue