GlGetUniformIndicesNative typedef

GlGetUniformIndicesNative = Void Function(Uint32 program, Int32 uniformCount, Pointer<NativeType> uniformNames, Pointer<Uint32> uniformIndices)

Implementation

typedef GlGetUniformIndicesNative = Void Function(Uint32 program,
    Int32 uniformCount, Pointer uniformNames, Pointer<Uint32> uniformIndices);