dawn-cmake/generator/templates/wire
Corentin Wallez 40e72d79ca WireCmd: factor code to [de]serialize structs and methods
Methods, when their arguments are stored in a structure, are very
similar to structures (duh?) Take advantage of this to factor the
[de]serialization code between them and not just memcpy structures
around. This will allow structures to contain objects, and pointers to
other structures / array of objects etc.
2018-06-12 14:26:32 -04:00
..
WireClient.cpp Wire: Implement MapWriteAsync 2018-06-09 13:52:45 +02:00
WireCmd.cpp WireCmd: factor code to [de]serialize structs and methods 2018-06-12 14:26:32 -04:00
WireCmd.h Wire: Implement MapWriteAsync 2018-06-09 13:52:45 +02:00
WireServer.cpp Wire: Implement MapWriteAsync 2018-06-09 13:52:45 +02:00