Class MSDFGenMultichannelConfig

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<MSDFGenMultichannelConfig>
org.lwjgl.util.msdfgen.MSDFGenMultichannelConfig
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class MSDFGenMultichannelConfig extends org.lwjgl.system.Struct<MSDFGenMultichannelConfig> implements org.lwjgl.system.NativeResource

Layout


 struct msdf_multichannel_config {
     int overlap_support;
     int mode();
     int distance_check_mode();
     double min_deviation_ratio;
     double min_improve_ratio;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • OVERLAP_SUPPORT

      public static final int OVERLAP_SUPPORT
      The struct member offsets.
    • MODE

      public static final int MODE
      The struct member offsets.
    • DISTANCE_CHECK_MODE

      public static final int DISTANCE_CHECK_MODE
      The struct member offsets.
    • MIN_DEVIATION_RATIO

      public static final int MIN_DEVIATION_RATIO
      The struct member offsets.
    • MIN_IMPROVE_RATIO

      public static final int MIN_IMPROVE_RATIO
      The struct member offsets.
  • Constructor Details

    • MSDFGenMultichannelConfig

      public MSDFGenMultichannelConfig(ByteBuffer container)
      Creates a MSDFGenMultichannelConfig instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details