| 24 | * A FunctionCall represents a function call of an OpenGL API function, including the parameter and return values |
| 25 | */ |
| 26 | class GLBINDING_API FunctionCall |
| 27 | { |
| 28 | public: |
| 29 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected