Fix up the replay proxy serialising functions

* Also add some compile time asserts to try and help keep them working.
This commit is contained in:
baldurk
2015-01-28 12:34:12 +00:00
parent 1b4bf97574
commit c9f106b0cb
4 changed files with 450 additions and 175 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ struct GLPipelineState
struct VertexInput
{
VertexInput() {}
VertexInput() :
ibuffer(), primitiveRestart(false),
restartIndex(0), provokingVertexLast(false) {}
struct VertexAttribute
{