Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Finished implementation of techniques. Quite a lot of refactoring in …
Browse files Browse the repository at this point in the history
…order to keep the code under control. Had to change most of the code generation. Added some examples of the new .stitchedeffect format(s) in the demo project. Closes #1.
  • Loading branch information
Tim Jones committed Nov 27, 2010
1 parent 0b294bb commit 7351c20
Show file tree
Hide file tree
Showing 37 changed files with 1,006 additions and 444 deletions.

This file was deleted.

This file was deleted.

Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace StitchUp.Content.Pipeline.FragmentLinking.CodeModel
public class TechniquePassNode : ParseNode public class TechniquePassNode : ParseNode
{ {
public string Name { get; set; } public string Name { get; set; }
public List<string> FragmentIdentifiers { get; set; } public List<Token> Fragments { get; set; }
} }
} }
Loading

0 comments on commit 7351c20

Please sign in to comment.