Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkSurfacePresentScalingCapabilitiesEXT
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkSurfacePresentScalingCapabilitiesEXT
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkSurfacePresentScalingCapabilitiesEXT(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final StructLayoutstatic final StructLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic 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
ConstructorsConstructorDescriptionCreates an instance of aVkSurfacePresentScalingCapabilitiesEXTrecord class. -
Method Summary
Modifier and TypeMethodDescriptionclone(Arena arena, VkSurfacePresentScalingCapabilitiesEXT src) clone(Arena arena, VkSurfacePresentScalingCapabilitiesEXT[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmaxScaledImageExtent(VkExtent2D value) voidminScaledImageExtent(VkExtent2D value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) intvoidsupportedPresentGravityX(int value) intvoidsupportedPresentGravityY(int value) intvoidsupportedPresentScaling(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$supportedPresentScaling
-
PATH$supportedPresentGravityX
-
PATH$supportedPresentGravityY
-
PATH$minScaledImageExtent
-
PATH$maxScaledImageExtent
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$supportedPresentScaling
-
LAYOUT$supportedPresentGravityX
-
LAYOUT$supportedPresentGravityY
-
LAYOUT$minScaledImageExtent
-
LAYOUT$maxScaledImageExtent
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$supportedPresentScaling
public static final long OFFSET$supportedPresentScaling -
OFFSET$supportedPresentGravityX
public static final long OFFSET$supportedPresentGravityX -
OFFSET$supportedPresentGravityY
public static final long OFFSET$supportedPresentGravityY -
OFFSET$minScaledImageExtent
public static final long OFFSET$minScaledImageExtent -
OFFSET$maxScaledImageExtent
public static final long OFFSET$maxScaledImageExtent -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$supportedPresentScaling
public static final long SIZE$supportedPresentScaling -
SIZE$supportedPresentGravityX
public static final long SIZE$supportedPresentGravityX -
SIZE$supportedPresentGravityY
public static final long SIZE$supportedPresentGravityY -
SIZE$minScaledImageExtent
public static final long SIZE$minScaledImageExtent -
SIZE$maxScaledImageExtent
public static final long SIZE$maxScaledImageExtent
-
-
Constructor Details
-
VkSurfacePresentScalingCapabilitiesEXT
Creates an instance of aVkSurfacePresentScalingCapabilitiesEXTrecord 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) -
supportedPresentScaling
public int supportedPresentScaling() -
supportedPresentScaling
public void supportedPresentScaling(int value) -
supportedPresentGravityX
public int supportedPresentGravityX() -
supportedPresentGravityX
public void supportedPresentGravityX(int value) -
supportedPresentGravityY
public int supportedPresentGravityY() -
supportedPresentGravityY
public void supportedPresentGravityY(int value) -
minScaledImageExtent
-
minScaledImageExtent
-
maxScaledImageExtent
-
maxScaledImageExtent
-
allocate
-
allocate
-
clone
public static VkSurfacePresentScalingCapabilitiesEXT clone(Arena arena, VkSurfacePresentScalingCapabilitiesEXT src) -
clone
public static VkSurfacePresentScalingCapabilitiesEXT[] clone(Arena arena, VkSurfacePresentScalingCapabilitiesEXT[] 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
-