Class SpvcHlslVertexAttributeRemap

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

public class SpvcHlslVertexAttributeRemap extends org.lwjgl.system.Struct<SpvcHlslVertexAttributeRemap> implements org.lwjgl.system.NativeResource
Interface which remaps vertex inputs to a fixed semantic name to make linking easier.

Layout


 struct spvc_hlsl_vertex_attribute_remap {
     unsigned int location;
     char const * semantic;
 }
  • 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.
    • SEMANTIC

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

    • SpvcHlslVertexAttributeRemap

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