Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkAccelerationStructureSRTMotionInstanceNV
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkAccelerationStructureSRTMotionInstanceNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkAccelerationStructureSRTMotionInstanceNV(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfLongstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final StructLayoutstatic final StructLayoutstatic 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 longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkAccelerationStructureSRTMotionInstanceNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionlongvoidaccelerationStructureReference(long value) clone(Arena arena, VkAccelerationStructureSRTMotionInstanceNV src) clone(Arena arena, VkAccelerationStructureSRTMotionInstanceNV[] src) final booleanIndicates whether some other object is "equal to" this one.intflags()voidflags(int value) final inthashCode()Returns a hash code value for this object.intvoidinstanceCustomIndex(int value) intvoidinstanceShaderBindingTableRecordOffset(int value) intmask()voidmask(int value) segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.voidtransformT0(VkSRTDataNV value) voidtransformT1(VkSRTDataNV value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$transformT0
-
PATH$transformT1
-
PATH$bitfield$instanceCustomIndex_mask
-
PATH$bitfield$instanceShaderBindingTableRecordOffset_flags
public static final MemoryLayout.PathElement PATH$bitfield$instanceShaderBindingTableRecordOffset_flags -
PATH$accelerationStructureReference
-
LAYOUT$transformT0
-
LAYOUT$transformT1
-
LAYOUT$bitfield$instanceCustomIndex_mask
-
LAYOUT$bitfield$instanceShaderBindingTableRecordOffset_flags
-
LAYOUT$accelerationStructureReference
-
OFFSET$transformT0
public static final long OFFSET$transformT0 -
OFFSET$transformT1
public static final long OFFSET$transformT1 -
OFFSET$bitfield$instanceCustomIndex_mask
public static final long OFFSET$bitfield$instanceCustomIndex_mask -
OFFSET$bitfield$instanceShaderBindingTableRecordOffset_flags
public static final long OFFSET$bitfield$instanceShaderBindingTableRecordOffset_flags -
OFFSET$accelerationStructureReference
public static final long OFFSET$accelerationStructureReference -
SIZE$transformT0
public static final long SIZE$transformT0 -
SIZE$transformT1
public static final long SIZE$transformT1 -
SIZE$bitfield$instanceCustomIndex_mask
public static final long SIZE$bitfield$instanceCustomIndex_mask -
SIZE$bitfield$instanceShaderBindingTableRecordOffset_flags
public static final long SIZE$bitfield$instanceShaderBindingTableRecordOffset_flags -
SIZE$accelerationStructureReference
public static final long SIZE$accelerationStructureReference
-
-
Constructor Details
-
VkAccelerationStructureSRTMotionInstanceNV
Creates an instance of aVkAccelerationStructureSRTMotionInstanceNVrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
transformT0
-
transformT0
-
transformT1
-
transformT1
-
instanceCustomIndex
public int instanceCustomIndex() -
instanceCustomIndex
public void instanceCustomIndex(int value) -
mask
public int mask() -
mask
public void mask(int value) -
instanceShaderBindingTableRecordOffset
public int instanceShaderBindingTableRecordOffset() -
instanceShaderBindingTableRecordOffset
public void instanceShaderBindingTableRecordOffset(int value) -
flags
public int flags() -
flags
public void flags(int value) -
accelerationStructureReference
public long accelerationStructureReference() -
accelerationStructureReference
public void accelerationStructureReference(long value) -
allocate
-
allocate
-
clone
public static VkAccelerationStructureSRTMotionInstanceNV clone(Arena arena, VkAccelerationStructureSRTMotionInstanceNV src) -
clone
public static VkAccelerationStructureSRTMotionInstanceNV[] clone(Arena arena, VkAccelerationStructureSRTMotionInstanceNV[] 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
-