GlGetUniformIndices typedef

GlGetUniformIndices = void Function(int program, int uniformCount, Pointer<NativeType> uniformNames, Pointer<Uint32> uniformIndices)

Implementation

typedef GlGetUniformIndices = void Function(int program, int uniformCount,
    /*List<String>*/ Pointer uniformNames, Pointer<Uint32> uniformIndices);