PFNGLSHADERBINARYPROC typedef

PFNGLSHADERBINARYPROC = Void Function(Uint32 count, Pointer<Uint32> shaders, Uint32 binaryFormat, Pointer<NativeType> binary, Uint32 length)

Implementation

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