GlNamedBufferDataEXT typedef

GlNamedBufferDataEXT = void Function(int buffer, int size, Pointer<NativeType> data, int usage)

Implementation

typedef GlNamedBufferDataEXT = void Function(
    int buffer, int size, Pointer data, int usage);