PFNGLSHADERBINARYPROC typedef

PFNGLSHADERBINARYPROC = Void Function(Int32 count, Pointer<Uint32> shaders, Uint32 binaryformat, Pointer<Void> binary, Int32 length)

Implementation

typedef PFNGLSHADERBINARYPROC = Void Function(
    Int32 count,
    Pointer<Uint32> shaders,
    Uint32 binaryformat,
    Pointer<Void> binary,
    Int32 length);