ManaPlus
Functions
fboinfo.h File Reference

(986a3bf)

#include "localconsts.h"
#include <SDL_opengl.h>
#include <GL/glext.h>

Go to the source code of this file.

Functions

 PRAGMA45 (GCC diagnostic push) PRAGMA45(GCC diagnostic ignored "-Wredundant-decls") PRAGMA45(GCC diagnostic pop) PRAGMA45(GCC diagnostic push) PRAGMA45(GCC diagnostic ignored "-Wredundant-decls") PRAGMA45(GCC diagnostic pop) struct FBOInfo
 

Function Documentation

◆ PRAGMA45()

PRAGMA45 ( GCC diagnostic  push)

Definition at line 39 of file fboinfo.h.

65 {
66  constexpr2 FBOInfo() :
67  fboId(0),
68  textureId(0),
69  rboId(0)
70  {
71  }
72 
73  A_DELETE_COPY(FBOInfo)
74 
75  GLuint fboId;
76  GLuint textureId;
77  GLuint rboId;
78 };
#define constexpr2
Definition: localconsts.h:49
#define A_DELETE_COPY(func)
Definition: localconsts.h:53

References A_DELETE_COPY, and constexpr2.