GLAllocationParamsFreeFunc

Free any dynamically allocated data. The subclass must call the superclass' free.

alias GLAllocationParamsFreeFunc = void delegate
(
void* params
)