glFreeObjectBufferAti function
void
glFreeObjectBufferAti(
- int buffer
)
define glFreeObjectBufferATI GLEW_GET_FUN(__glewFreeObjectBufferATI)
GLEW_FUN_EXPORT PFNGLFREEOBJECTBUFFERATIPROC __glewFreeObjectBufferATI
typedef void (GLAPIENTRY * PFNGLFREEOBJECTBUFFERATIPROC) (GLuint buffer)
Implementation
void glFreeObjectBufferAti(int buffer) {
final glFreeObjectBufferAtiAsFunction = _glFreeObjectBufferAti
.cast<NativeFunction<Void Function(Uint32 buffer)>>()
.asFunction<void Function(int buffer)>();
return glFreeObjectBufferAtiAsFunction(buffer);
}