PFNGLFRAMEBUFFERTEXTURE1DPROCDart typedef

PFNGLFRAMEBUFFERTEXTURE1DPROCDart = void Function(int target, int attachment, int textarget, int texture, int level)

Implementation

typedef PFNGLFRAMEBUFFERTEXTURE1DPROCDart =
    void Function(
      int target,
      int attachment,
      int textarget,
      int texture,
      int level,
    );