Serialize geometry_pipeline

This commit is contained in:
Hamish Milne 2019-12-22 15:53:04 +00:00 committed by zhupengfei
parent acc89b2251
commit c284192a87
6 changed files with 144 additions and 13 deletions

View file

@ -227,7 +227,7 @@ private:
ar & cmd_list.length;
ar & immediate;
ar & gs_unit;
// ar & geometry_pipeline;
ar & geometry_pipeline;
// ar & primitive_assembler;
ar & vs_float_regs_counter;
ar & vs_uniform_write_buffer;