PFNGLFRAMEBUFFERTEXTURE3DEXTPROCDart typedef

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

Implementation

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