Skip to content

Instantly share code, notes, and snippets.

@kg
Created May 2, 2011 22:51
Show Gist options
  • Save kg/952524 to your computer and use it in GitHub Desktop.
Save kg/952524 to your computer and use it in GitHub Desktop.
public class MaterialSet : Squared.Render.MaterialSetBase {
public Squared.Render.MaterialDictionary<BlendModes> Geometry, TexturedGeometry, ScreenSpaceGeometry;
public Squared.Render.MaterialDictionary<BlendModes> Bitmap, ScreenSpaceBitmap;
public DelegateMaterial Glimmer;
public DelegateMaterial Text;
public DelegateMaterial BlurredTile;
public DelegateMaterial Clear;
public DelegateMaterial FlipRB;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment