Class VkAccelerationStructureInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAccelerationStructureInfoNV extends Struct<VkAccelerationStructureInfoNV> implements NativeResource

 struct VkAccelerationStructureInfoNV {
     VkStructureType sType;
     void const * pNext;
     VkAccelerationStructureTypeNV type;
     VkBuildAccelerationStructureFlagsNV flags;
     uint32_t instanceCount;
     uint32_t geometryCount;
     VkGeometryNV const * pGeometries;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
    • INSTANCECOUNT

      public static final int INSTANCECOUNT
      The struct member offsets.
    • GEOMETRYCOUNT

      public static final int GEOMETRYCOUNT
      The struct member offsets.
    • PGEOMETRIES

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

    • VkAccelerationStructureInfoNV

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