MCPcopy Create free account
hub / github.com/carbonengine/trinity / Save

Method Save

shadercompiler/EffectData.h:464–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462{
463 template <typename T>
464 void Save( T& stream )
465 {
466 stream.Save( name );
467 stream.Save( registerIndex );
468 stream.Save( index );
469 stream.Save( usedMask );
470 stream.Save( type );
471 stream.Save( dimension );
472 }
473
474 bool operator==( const PipelineInputDescription& other ) const
475 {

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.45

Tested by

no test coverage detected