GlGetProgramResourcefvNVNative typedef

GlGetProgramResourcefvNVNative = Void Function(Uint32 program, Uint32 programInterface, Uint32 index, Int32 propCount, Pointer<Uint32> props, Int32 count, Pointer<Int32> length, Pointer<Float> params)

Implementation

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