PFNGLBINDTEXTURESPROC typedef

PFNGLBINDTEXTURESPROC = Void Function(Uint32 first, Uint32 count, Pointer<Uint32> textures)

Implementation

typedef PFNGLBINDTEXTURESPROC =
    Void Function(Uint32 first, Uint32 count, Pointer<Uint32> textures);