glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
State.h
Go to the documentation of this file.
1
2#pragma once
3
4
6
7
8namespace glbinding
9{
10
11
17class GLBINDING_API State : public AbstractState
18{
19public:
24 State() = default;
25
33 virtual void resolve(const char * name) override;
34};
35
36
37} // namespace glbinding
The State struct represents the configuration of a single OpenGL function for one thread....
Definition AbstractState.h:21
The State class represents the configuration of a function for one thread. This includes the driver f...
Definition State.h:18
State()=default
Constructor.
virtual void resolve(const char *name) override
Resolve a function and save its address.
Contains all the classes of glbinding.