GlGetAttachedShaders typedef

GlGetAttachedShaders = void Function(int program, int maxCount, Pointer<Int32> count, Pointer<Uint32> shaders)

Implementation

typedef GlGetAttachedShaders = void Function(
    int program, int maxCount, Pointer<Int32> count, Pointer<Uint32> shaders);