mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
parent
3597921ec5
commit
d5a962cb81
@ -7,6 +7,7 @@
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <boost/serialization/access.hpp>
|
||||
#include <boost/serialization/array.hpp>
|
||||
#include "video_core/regs_pipeline.h"
|
||||
|
||||
namespace Pica {
|
||||
@ -69,7 +70,7 @@ private:
|
||||
void serialize(Archive& ar, const unsigned int version) {
|
||||
ar& topology;
|
||||
ar& buffer_index;
|
||||
ar& buffer;
|
||||
ar& boost::serialization::make_array(buffer.data(), buffer.size());
|
||||
ar& strip_ready;
|
||||
ar& winding;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user