Class SpvcReflectedBuiltinResource

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

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

Layout


 struct spvc_reflected_builtin_resource {
     SpvBuiltIn builtin();
     spvc_type_id value_type_id();
     spvc_reflected_resource resource();
 }
  • Field Details

    • SIZEOF

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

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

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

      public static final int VALUE_TYPE_ID
      The struct member offsets.
    • RESOURCE

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

    • SpvcReflectedBuiltinResource

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