GlNamedBufferStorageEXT typedef

GlNamedBufferStorageEXT = void Function(int buffer, int size, Pointer<NativeType> data, int flags)

Implementation

typedef GlNamedBufferStorageEXT = void Function(
    int buffer, int size, Pointer data, int flags);