Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkAccelerationStructureBuildGeometryInfoKHR
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkAccelerationStructureBuildGeometryInfoKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkAccelerationStructureBuildGeometryInfoKHR(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final UnionLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkAccelerationStructureBuildGeometryInfoKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionclone(Arena arena, VkAccelerationStructureBuildGeometryInfoKHR src) clone(Arena arena, VkAccelerationStructureBuildGeometryInfoKHR[] src) voidfinal booleanIndicates whether some other object is "equal to" this one.intflags()voidflags(int value) intvoidgeometryCount(int value) final inthashCode()Returns a hash code value for this object.intmode()voidmode(int value) pGeometries(int assumedCount) voidvoidpGeometriesRaw(MemorySegment value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) tech.icey.panama.buffer.PointerBuffervoidppGeometries(tech.icey.panama.buffer.PointerBuffer value) voidppGeometriesRaw(MemorySegment value) voidsegment()Returns the value of thesegmentrecord component.voidintsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.inttype()voidtype(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$type
-
PATH$flags
-
PATH$mode
-
PATH$srcAccelerationStructure
-
PATH$dstAccelerationStructure
-
PATH$geometryCount
-
PATH$pGeometries
-
PATH$ppGeometries
-
PATH$scratchData
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$type
-
LAYOUT$flags
-
LAYOUT$mode
-
LAYOUT$srcAccelerationStructure
-
LAYOUT$dstAccelerationStructure
-
LAYOUT$geometryCount
-
LAYOUT$pGeometries
-
LAYOUT$ppGeometries
-
LAYOUT$scratchData
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$type
public static final long OFFSET$type -
OFFSET$flags
public static final long OFFSET$flags -
OFFSET$mode
public static final long OFFSET$mode -
OFFSET$srcAccelerationStructure
public static final long OFFSET$srcAccelerationStructure -
OFFSET$dstAccelerationStructure
public static final long OFFSET$dstAccelerationStructure -
OFFSET$geometryCount
public static final long OFFSET$geometryCount -
OFFSET$pGeometries
public static final long OFFSET$pGeometries -
OFFSET$ppGeometries
public static final long OFFSET$ppGeometries -
OFFSET$scratchData
public static final long OFFSET$scratchData -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$type
public static final long SIZE$type -
SIZE$flags
public static final long SIZE$flags -
SIZE$mode
public static final long SIZE$mode -
SIZE$srcAccelerationStructure
public static final long SIZE$srcAccelerationStructure -
SIZE$dstAccelerationStructure
public static final long SIZE$dstAccelerationStructure -
SIZE$geometryCount
public static final long SIZE$geometryCount -
SIZE$pGeometries
public static final long SIZE$pGeometries -
SIZE$ppGeometries
public static final long SIZE$ppGeometries -
SIZE$scratchData
public static final long SIZE$scratchData
-
-
Constructor Details
-
VkAccelerationStructureBuildGeometryInfoKHR
Creates an instance of aVkAccelerationStructureBuildGeometryInfoKHRrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
sType
public int sType() -
sType
public void sType(int value) -
pNext
-
pNext
-
pNext
public void pNext(tech.icey.panama.IPointer pointer) -
type
public int type() -
type
public void type(int value) -
flags
public int flags() -
flags
public void flags(int value) -
mode
public int mode() -
mode
public void mode(int value) -
srcAccelerationStructure
-
srcAccelerationStructure
-
dstAccelerationStructure
-
dstAccelerationStructure
-
geometryCount
public int geometryCount() -
geometryCount
public void geometryCount(int value) -
pGeometriesRaw
-
pGeometriesRaw
-
pGeometries
-
pGeometries
-
pGeometries
-
ppGeometriesRaw
-
ppGeometriesRaw
-
ppGeometries
public tech.icey.panama.buffer.PointerBuffer ppGeometries() -
ppGeometries
public void ppGeometries(tech.icey.panama.buffer.PointerBuffer value) -
scratchData
-
scratchData
-
allocate
-
allocate
-
clone
public static VkAccelerationStructureBuildGeometryInfoKHR clone(Arena arena, VkAccelerationStructureBuildGeometryInfoKHR src) -
clone
public static VkAccelerationStructureBuildGeometryInfoKHR[] clone(Arena arena, VkAccelerationStructureBuildGeometryInfoKHR[] src) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfacetech.icey.panama.IPointer- Returns:
- the value of the
segmentrecord component
-