Package org.lwjgl.vulkan
Class VkGeometryAABBNV
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkGeometryAABBNV>
org.lwjgl.vulkan.VkGeometryAABBNV
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkGeometryAABBNV
extends org.lwjgl.system.Struct<VkGeometryAABBNV>
implements org.lwjgl.system.NativeResource
Structure specifying axis-aligned bounding box geometry in a bottom-level acceleration structure.
Description
The AABB data in memory is six 32-bit floats consisting of the minimum x, y, and z values followed by the maximum x, y, and z values.
Valid Usage
offsetmust be less than the size ofaabbDataoffsetmust be a multiple of 8stridemust be a multiple of 8
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_GEOMETRY_AABB_NVpNextmust beNULL- If
aabbDatais notNULL_HANDLE,aabbDatamust be a validVkBufferhandle
See Also
Layout
struct VkGeometryAABBNV {
VkStructureType sType();
void const * pNext();
VkBuffer aabbData();
uint32_t numAABBs();
uint32_t stride();
VkDeviceSize offset();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct member offsets.static final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkGeometryAABBNV(ByteBuffer container) Creates aVkGeometryAABBNVinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionlongaabbData()the buffer containing axis-aligned bounding box data.aabbData(long value) Sets the specified value to theaabbData()field.static VkGeometryAABBNVcalloc()Returns a newVkGeometryAABBNVinstance allocated withmemCalloc.static VkGeometryAABBNV.Buffercalloc(int capacity) Returns a newVkGeometryAABBNV.Bufferinstance allocated withmemCalloc.static VkGeometryAABBNV.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkGeometryAABBNV.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkGeometryAABBNVcalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkGeometryAABBNVinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkGeometryAABBNVDeprecated.static VkGeometryAABBNV.BuffercallocStack(int capacity) Deprecated.static VkGeometryAABBNV.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkGeometryAABBNVcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static VkGeometryAABBNVcreate()Returns a newVkGeometryAABBNVinstance allocated withBufferUtils.static VkGeometryAABBNV.Buffercreate(int capacity) Returns a newVkGeometryAABBNV.Bufferinstance allocated withBufferUtils.static VkGeometryAABBNVcreate(long address) Returns a newVkGeometryAABBNVinstance for the specified memory address.static VkGeometryAABBNV.Buffercreate(long address, int capacity) Create aVkGeometryAABBNV.Bufferinstance at the specified memory.static @Nullable VkGeometryAABBNVcreateSafe(long address) static @Nullable VkGeometryAABBNV.BuffercreateSafe(long address, int capacity) static VkGeometryAABBNVmalloc()Returns a newVkGeometryAABBNVinstance allocated withmemAlloc.static VkGeometryAABBNV.Buffermalloc(int capacity) Returns a newVkGeometryAABBNV.Bufferinstance allocated withmemAlloc.static VkGeometryAABBNV.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkGeometryAABBNV.Bufferinstance allocated on the specifiedMemoryStack.static VkGeometryAABBNVmalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkGeometryAABBNVinstance allocated on the specifiedMemoryStack.static VkGeometryAABBNVDeprecated.static VkGeometryAABBNV.BuffermallocStack(int capacity) Deprecated.static VkGeometryAABBNV.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkGeometryAABBNVmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static longnaabbData(long struct) Unsafe version ofaabbData().static voidnaabbData(long struct, long value) Unsafe version ofaabbData.static intnnumAABBs(long struct) Unsafe version ofnumAABBs().static voidnnumAABBs(long struct, int value) Unsafe version ofnumAABBs.static longnoffset(long struct) Unsafe version ofoffset().static voidnoffset(long struct, long value) Unsafe version ofoffset.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnstride(long struct) Unsafe version ofstride().static voidnstride(long struct, int value) Unsafe version ofstride.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.intnumAABBs()the number of AABBs in this geometry.numAABBs(int value) Sets the specified value to thenumAABBs()field.longoffset()the offset in bytes of the first AABB inaabbData.offset(long value) Sets the specified value to theoffset()field.longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.set(int sType, long pNext, long aabbData, int numAABBs, int stride, long offset) Initializes this struct with the specified values.set(VkGeometryAABBNV src) Copies the specified struct data to this struct.intsizeof()intstride()the stride in bytes between AABBs inaabbData.stride(int value) Sets the specified value to thestride()field.intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_GEOMETRY_AABB_NVvalue to thesType()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
AABBDATA
public static final int AABBDATAThe struct member offsets. -
NUMAABBS
public static final int NUMAABBSThe struct member offsets. -
STRIDE
public static final int STRIDEThe struct member offsets. -
OFFSET
public static final int OFFSETThe struct member offsets.
-
-
Constructor Details
-
VkGeometryAABBNV
Creates aVkGeometryAABBNVinstance at the current position of the specifiedByteBuffercontainer. 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
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkGeometryAABBNV>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
aabbData
public long aabbData()the buffer containing axis-aligned bounding box data. -
numAABBs
public int numAABBs()the number of AABBs in this geometry. -
stride
public int stride()the stride in bytes between AABBs inaabbData. -
offset
public long offset()the offset in bytes of the first AABB inaabbData. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_GEOMETRY_AABB_NVvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
aabbData
Sets the specified value to theaabbData()field. -
numAABBs
Sets the specified value to thenumAABBs()field. -
stride
Sets the specified value to thestride()field. -
offset
Sets the specified value to theoffset()field. -
set
public VkGeometryAABBNV set(int sType, long pNext, long aabbData, int numAABBs, int stride, long offset) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkGeometryAABBNVinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkGeometryAABBNVinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkGeometryAABBNVinstance allocated withBufferUtils. -
create
Returns a newVkGeometryAABBNVinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkGeometryAABBNV.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkGeometryAABBNV.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkGeometryAABBNV.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkGeometryAABBNV.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static VkGeometryAABBNV.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static VkGeometryAABBNV.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkGeometryAABBNVinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkGeometryAABBNVinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkGeometryAABBNV.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkGeometryAABBNV.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
naabbData
public static long naabbData(long struct) Unsafe version ofaabbData(). -
nnumAABBs
public static int nnumAABBs(long struct) Unsafe version ofnumAABBs(). -
nstride
public static int nstride(long struct) Unsafe version ofstride(). -
noffset
public static long noffset(long struct) Unsafe version ofoffset(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
naabbData
public static void naabbData(long struct, long value) Unsafe version ofaabbData. -
nnumAABBs
public static void nnumAABBs(long struct, int value) Unsafe version ofnumAABBs. -
nstride
public static void nstride(long struct, int value) Unsafe version ofstride. -
noffset
public static void noffset(long struct, long value) Unsafe version ofoffset.
-