Class SpvcCombinedImageSampler

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SpvcCombinedImageSampler extends Struct<SpvcCombinedImageSampler> implements NativeResource

 struct spvc_combined_image_sampler {
     spvc_variable_id combined_id;
     spvc_variable_id image_id;
     spvc_variable_id sampler_id;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int COMBINED_ID
      The struct member offsets.
    • IMAGE_ID

      public static final int IMAGE_ID
      The struct member offsets.
    • SAMPLER_ID

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

    • SpvcCombinedImageSampler

      public SpvcCombinedImageSampler(ByteBuffer container)
      Creates a SpvcCombinedImageSampler 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