PFNGLGETPROGRAMRESOURCEIVPROCDart typedef

PFNGLGETPROGRAMRESOURCEIVPROCDart = void Function(int program, int programInterface, int index, int propCount, Pointer<Uint32> props, int count, Pointer<Uint32> length, Pointer<Int32> params)

Implementation

typedef PFNGLGETPROGRAMRESOURCEIVPROCDart =
    void Function(
      int program,
      int programInterface,
      int index,
      int propCount,
      Pointer<Uint32> props,
      int count,
      Pointer<Uint32> length,
      Pointer<Int32> params,
    );