summaryrefslogtreecommitdiff
path: root/src/resources/fboinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/fboinfo.h')
-rw-r--r--src/resources/fboinfo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h
index ca1dc3ed5..e92659156 100644
--- a/src/resources/fboinfo.h
+++ b/src/resources/fboinfo.h
@@ -40,10 +40,14 @@
struct FBOInfo final
{
constexpr2 FBOInfo() :
- fboId(0), textureId(0), rboId(0)
+ fboId(0),
+ textureId(0),
+ rboId(0)
{
}
+ A_DELETE_COPY(FBOInfo)
+
GLuint fboId;
GLuint textureId;
GLuint rboId;