GlNamedStringARBNative typedef

GlNamedStringARBNative = Void Function(Uint32 type, Int32 namelen, Pointer<NativeType> name, Int32 stringlen, Pointer<NativeType> string)

Implementation

typedef GlNamedStringARBNative = Void Function(
    Uint32 type, Int32 namelen, Pointer name, Int32 stringlen, Pointer string);