GlCompileShaderIncludeARB typedef

GlCompileShaderIncludeARB = void Function(int shader, int count, Pointer<NativeType> path, Pointer<Int32> length)

Implementation

typedef GlCompileShaderIncludeARB = void Function(int shader, int count,
    /*List<String>*/ Pointer path, Pointer<Int32> length);