Class GlyphStrike

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

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

    • GlyphStrike

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

    • getGlyph

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

      public @NonNull StrikeDesc getStrikeDesc()