Class SpvcMslShaderInterfaceVar2

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SpvcMslShaderInterfaceVar2 extends Struct<SpvcMslShaderInterfaceVar2> implements NativeResource

 struct spvc_msl_shader_interface_var_2 {
     unsigned location;
     spvc_msl_shader_variable_format format;
     SpvBuiltIn builtin;
     unsigned vecsize;
     spvc_msl_shader_variable_rate rate;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int LOCATION
      The struct member offsets.
    • FORMAT

      public static final int FORMAT
      The struct member offsets.
    • BUILTIN

      public static final int BUILTIN
      The struct member offsets.
    • VECSIZE

      public static final int VECSIZE
      The struct member offsets.
    • RATE

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

    • SpvcMslShaderInterfaceVar2

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