java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkDisplayPropertiesKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkDisplayPropertiesKHR(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final StructLayoutstatic final StructLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic 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 longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkDisplayPropertiesKHR(MemorySegment segment) Creates an instance of aVkDisplayPropertiesKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDisplayPropertiesKHRstatic VkDisplayPropertiesKHR[]static VkDisplayPropertiesKHRclone(Arena arena, VkDisplayPropertiesKHR src) static VkDisplayPropertiesKHR[]clone(Arena arena, VkDisplayPropertiesKHR[] src) display()voiddisplay(VkDisplayKHR value) tech.icey.panama.buffer.ByteBuffervoiddisplayName(tech.icey.panama.buffer.ByteBuffer value) voiddisplayNameRaw(MemorySegment value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidpersistentContent(int value) voidphysicalDimensions(VkExtent2D value) voidphysicalResolution(VkExtent2D value) intvoidplaneReorderPossible(int value) segment()Returns the value of thesegmentrecord component.intvoidsupportedTransforms(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$display
-
PATH$displayName
-
PATH$physicalDimensions
-
PATH$physicalResolution
-
PATH$supportedTransforms
-
PATH$planeReorderPossible
-
PATH$persistentContent
-
LAYOUT$display
-
LAYOUT$displayName
-
LAYOUT$physicalDimensions
-
LAYOUT$physicalResolution
-
LAYOUT$supportedTransforms
-
LAYOUT$planeReorderPossible
-
LAYOUT$persistentContent
-
OFFSET$display
public static final long OFFSET$display -
OFFSET$displayName
public static final long OFFSET$displayName -
OFFSET$physicalDimensions
public static final long OFFSET$physicalDimensions -
OFFSET$physicalResolution
public static final long OFFSET$physicalResolution -
OFFSET$supportedTransforms
public static final long OFFSET$supportedTransforms -
OFFSET$planeReorderPossible
public static final long OFFSET$planeReorderPossible -
OFFSET$persistentContent
public static final long OFFSET$persistentContent -
SIZE$display
public static final long SIZE$display -
SIZE$displayName
public static final long SIZE$displayName -
SIZE$physicalDimensions
public static final long SIZE$physicalDimensions -
SIZE$physicalResolution
public static final long SIZE$physicalResolution -
SIZE$supportedTransforms
public static final long SIZE$supportedTransforms -
SIZE$planeReorderPossible
public static final long SIZE$planeReorderPossible -
SIZE$persistentContent
public static final long SIZE$persistentContent
-
-
Constructor Details
-
VkDisplayPropertiesKHR
Creates an instance of aVkDisplayPropertiesKHRrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
display
-
display
-
displayNameRaw
-
displayNameRaw
-
displayName
public tech.icey.panama.buffer.ByteBuffer displayName() -
displayName
public void displayName(tech.icey.panama.buffer.ByteBuffer value) -
physicalDimensions
-
physicalDimensions
-
physicalResolution
-
physicalResolution
-
supportedTransforms
public int supportedTransforms() -
supportedTransforms
public void supportedTransforms(int value) -
planeReorderPossible
public int planeReorderPossible() -
planeReorderPossible
public void planeReorderPossible(int value) -
persistentContent
public int persistentContent() -
persistentContent
public void persistentContent(int value) -
allocate
-
allocate
-
clone
-
clone
-
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
-