Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkSurfacePresentModeCompatibilityEXT
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkSurfacePresentModeCompatibilityEXT
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkSurfacePresentModeCompatibilityEXT(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkSurfacePresentModeCompatibilityEXTrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSurfacePresentModeCompatibilityEXT[]clone(Arena arena, VkSurfacePresentModeCompatibilityEXT src) static VkSurfacePresentModeCompatibilityEXT[]clone(Arena arena, VkSurfacePresentModeCompatibilityEXT[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) tech.icey.panama.buffer.IntBuffervoidpPresentModes(tech.icey.panama.buffer.IntBuffer value) voidpPresentModesRaw(MemorySegment value) intvoidpresentModeCount(int value) 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$presentModeCount
-
PATH$pPresentModes
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$presentModeCount
-
LAYOUT$pPresentModes
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$presentModeCount
public static final long OFFSET$presentModeCount -
OFFSET$pPresentModes
public static final long OFFSET$pPresentModes -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$presentModeCount
public static final long SIZE$presentModeCount -
SIZE$pPresentModes
public static final long SIZE$pPresentModes
-
-
Constructor Details
-
VkSurfacePresentModeCompatibilityEXT
Creates an instance of aVkSurfacePresentModeCompatibilityEXTrecord 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) -
presentModeCount
public int presentModeCount() -
presentModeCount
public void presentModeCount(int value) -
pPresentModesRaw
-
pPresentModesRaw
-
pPresentModes
public tech.icey.panama.buffer.IntBuffer pPresentModes() -
pPresentModes
public void pPresentModes(tech.icey.panama.buffer.IntBuffer value) -
allocate
-
allocate
-
clone
public static VkSurfacePresentModeCompatibilityEXT clone(Arena arena, VkSurfacePresentModeCompatibilityEXT src) -
clone
public static VkSurfacePresentModeCompatibilityEXT[] clone(Arena arena, VkSurfacePresentModeCompatibilityEXT[] 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
-