logger_component.cpp file
Implements the logger component functions.
Contents
- Reference
Functions
- auto toHex(int decimal) -> int
- Converts a decimal to a hexadecimal.
- void GLClearError()
- Clear all OpenGL error flags.
- void DevILClearError()
- Clears the DevIL error stack.
Function documentation
int toHex(int decimal)
Converts a decimal to a hexadecimal.
| Parameters | |
|---|---|
| decimal | The decimal. |
| Returns | Decimal as an int. |