PFNGLFRAMEBUFFERTEXTURE3DPROCDart typedef

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

Implementation

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