PFNGLGETPROGRAMRESOURCEIVPROC typedef

PFNGLGETPROGRAMRESOURCEIVPROC = Void Function(Uint32 program, Uint32 programInterface, Uint32 index, Int32 propCount, Pointer<Uint32> props, Int32 bufSize, Pointer<Int32> length, Pointer<Int32> params)

Implementation

typedef PFNGLGETPROGRAMRESOURCEIVPROC = Void Function(
    Uint32 program,
    Uint32 programInterface,
    Uint32 index,
    Int32 propCount,
    Pointer<Uint32> props,
    Int32 bufSize,
    Pointer<Int32> length,
    Pointer<Int32> params);