Bump GL serialise version for these changes

This commit is contained in:
baldurk
2015-07-11 14:04:01 +02:00
parent 66b73c1784
commit 961820c155
+1 -1
View File
@@ -55,7 +55,7 @@ struct GLInitParams : public RDCInitParams
uint32_t width;
uint32_t height;
static const uint32_t GL_SERIALISE_VERSION = 0x000000E;
static const uint32_t GL_SERIALISE_VERSION = 0x000000F;
// version number internal to opengl stream
uint32_t SerialiseVersion;