Class GlyphStrike

java.lang.Object
icyllis.arc3d.granite.GlyphStrike

public class GlyphStrike extends Object
The GPU GlyphStrike holds GPU Glyphs for a Strike.
  • Constructor Details

    • GlyphStrike

      public GlyphStrike(StrikeDesc desc)
      desc must be immutable, no copy will be made.
  • Method Details

    • getGlyph

      @Nonnull public BakedGlyph getGlyph(int glyphID)
      Find or create Glyph and returns a pointer to it.
    • getStrikeDesc

      public StrikeDesc getStrikeDesc()