retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
ErrorService
retrograde
graphics
threedee
opengl
error
Undocumented in source.
version(Have_derelict_gl3)
class
ErrorService {
GLenum
[]
getAllErrors
();
void
throwOnErrors
(string action);
void
logErrorsIfAny
();
}
Members
Functions
getAllErrors
GLenum
[]
getAllErrors
()
Undocumented in source. Be warned that the author may not have intended to support it.
logErrorsIfAny
void
logErrorsIfAny
()
Undocumented in source. Be warned that the author may not have intended to support it.
throwOnErrors
void
throwOnErrors
(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
retrograde
graphics
threedee
opengl
error
classes
ErrorService