Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkPhysicalDeviceHostImageCopyPropertiesEXT
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPhysicalDeviceHostImageCopyPropertiesEXT
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPhysicalDeviceHostImageCopyPropertiesEXT(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic 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 longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkPhysicalDeviceHostImageCopyPropertiesEXTrecord class. -
Method Summary
Modifier and TypeMethodDescriptionclone(Arena arena, VkPhysicalDeviceHostImageCopyPropertiesEXT src) clone(Arena arena, VkPhysicalDeviceHostImageCopyPropertiesEXT[] src) intvoidcopyDstLayoutCount(int value) intvoidcopySrcLayoutCount(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoididenticalMemoryTypeRequirements(int value) tech.icey.panama.buffer.ByteBuffervoidoptimalTilingLayoutUUID(tech.icey.panama.buffer.ByteBuffer value) tech.icey.panama.buffer.IntBuffervoidpCopyDstLayouts(tech.icey.panama.buffer.IntBuffer value) voidpCopyDstLayoutsRaw(MemorySegment value) tech.icey.panama.buffer.IntBuffervoidpCopySrcLayouts(tech.icey.panama.buffer.IntBuffer value) voidpCopySrcLayoutsRaw(MemorySegment value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$copySrcLayoutCount
-
PATH$pCopySrcLayouts
-
PATH$copyDstLayoutCount
-
PATH$pCopyDstLayouts
-
PATH$optimalTilingLayoutUUID
-
PATH$identicalMemoryTypeRequirements
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$copySrcLayoutCount
-
LAYOUT$pCopySrcLayouts
-
LAYOUT$copyDstLayoutCount
-
LAYOUT$pCopyDstLayouts
-
LAYOUT$optimalTilingLayoutUUID
-
LAYOUT$identicalMemoryTypeRequirements
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$copySrcLayoutCount
public static final long OFFSET$copySrcLayoutCount -
OFFSET$pCopySrcLayouts
public static final long OFFSET$pCopySrcLayouts -
OFFSET$copyDstLayoutCount
public static final long OFFSET$copyDstLayoutCount -
OFFSET$pCopyDstLayouts
public static final long OFFSET$pCopyDstLayouts -
OFFSET$optimalTilingLayoutUUID
public static final long OFFSET$optimalTilingLayoutUUID -
OFFSET$identicalMemoryTypeRequirements
public static final long OFFSET$identicalMemoryTypeRequirements -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$copySrcLayoutCount
public static final long SIZE$copySrcLayoutCount -
SIZE$pCopySrcLayouts
public static final long SIZE$pCopySrcLayouts -
SIZE$copyDstLayoutCount
public static final long SIZE$copyDstLayoutCount -
SIZE$pCopyDstLayouts
public static final long SIZE$pCopyDstLayouts -
SIZE$optimalTilingLayoutUUID
public static final long SIZE$optimalTilingLayoutUUID -
SIZE$identicalMemoryTypeRequirements
public static final long SIZE$identicalMemoryTypeRequirements
-
-
Constructor Details
-
VkPhysicalDeviceHostImageCopyPropertiesEXT
Creates an instance of aVkPhysicalDeviceHostImageCopyPropertiesEXTrecord 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) -
copySrcLayoutCount
public int copySrcLayoutCount() -
copySrcLayoutCount
public void copySrcLayoutCount(int value) -
pCopySrcLayoutsRaw
-
pCopySrcLayoutsRaw
-
pCopySrcLayouts
public tech.icey.panama.buffer.IntBuffer pCopySrcLayouts() -
pCopySrcLayouts
public void pCopySrcLayouts(tech.icey.panama.buffer.IntBuffer value) -
copyDstLayoutCount
public int copyDstLayoutCount() -
copyDstLayoutCount
public void copyDstLayoutCount(int value) -
pCopyDstLayoutsRaw
-
pCopyDstLayoutsRaw
-
pCopyDstLayouts
public tech.icey.panama.buffer.IntBuffer pCopyDstLayouts() -
pCopyDstLayouts
public void pCopyDstLayouts(tech.icey.panama.buffer.IntBuffer value) -
optimalTilingLayoutUUIDRaw
-
optimalTilingLayoutUUID
public tech.icey.panama.buffer.ByteBuffer optimalTilingLayoutUUID() -
optimalTilingLayoutUUID
public void optimalTilingLayoutUUID(tech.icey.panama.buffer.ByteBuffer value) -
identicalMemoryTypeRequirements
public int identicalMemoryTypeRequirements() -
identicalMemoryTypeRequirements
public void identicalMemoryTypeRequirements(int value) -
allocate
-
allocate
-
clone
public static VkPhysicalDeviceHostImageCopyPropertiesEXT clone(Arena arena, VkPhysicalDeviceHostImageCopyPropertiesEXT src) -
clone
public static VkPhysicalDeviceHostImageCopyPropertiesEXT[] clone(Arena arena, VkPhysicalDeviceHostImageCopyPropertiesEXT[] 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
-