Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkAndroidHardwareBufferFormatProperties2ANDROID
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkAndroidHardwareBufferFormatProperties2ANDROID
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkAndroidHardwareBufferFormatProperties2ANDROID(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfLongstatic final ValueLayout.OfIntstatic final ValueLayout.OfLongstatic final AddressLayoutstatic final StructLayoutstatic final ValueLayout.OfIntstatic 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 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 MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkAndroidHardwareBufferFormatProperties2ANDROIDrecord class. -
Method Summary
Modifier and TypeMethodDescriptionclone(Arena arena, VkAndroidHardwareBufferFormatProperties2ANDROID[] src) final booleanIndicates whether some other object is "equal to" this one.longvoidexternalFormat(long value) intformat()voidformat(int value) longvoidformatFeatures(long value) final inthashCode()Returns a hash code value for this object.pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) voidsegment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) intvoidsuggestedXChromaOffset(int value) intvoidsuggestedYcbcrModel(int value) intvoidsuggestedYcbcrRange(int value) intvoidsuggestedYChromaOffset(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$format
-
PATH$externalFormat
-
PATH$formatFeatures
-
PATH$samplerYcbcrConversionComponents
-
PATH$suggestedYcbcrModel
-
PATH$suggestedYcbcrRange
-
PATH$suggestedXChromaOffset
-
PATH$suggestedYChromaOffset
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$format
-
LAYOUT$externalFormat
-
LAYOUT$formatFeatures
-
LAYOUT$samplerYcbcrConversionComponents
-
LAYOUT$suggestedYcbcrModel
-
LAYOUT$suggestedYcbcrRange
-
LAYOUT$suggestedXChromaOffset
-
LAYOUT$suggestedYChromaOffset
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$format
public static final long OFFSET$format -
OFFSET$externalFormat
public static final long OFFSET$externalFormat -
OFFSET$formatFeatures
public static final long OFFSET$formatFeatures -
OFFSET$samplerYcbcrConversionComponents
public static final long OFFSET$samplerYcbcrConversionComponents -
OFFSET$suggestedYcbcrModel
public static final long OFFSET$suggestedYcbcrModel -
OFFSET$suggestedYcbcrRange
public static final long OFFSET$suggestedYcbcrRange -
OFFSET$suggestedXChromaOffset
public static final long OFFSET$suggestedXChromaOffset -
OFFSET$suggestedYChromaOffset
public static final long OFFSET$suggestedYChromaOffset -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$format
public static final long SIZE$format -
SIZE$externalFormat
public static final long SIZE$externalFormat -
SIZE$formatFeatures
public static final long SIZE$formatFeatures -
SIZE$samplerYcbcrConversionComponents
public static final long SIZE$samplerYcbcrConversionComponents -
SIZE$suggestedYcbcrModel
public static final long SIZE$suggestedYcbcrModel -
SIZE$suggestedYcbcrRange
public static final long SIZE$suggestedYcbcrRange -
SIZE$suggestedXChromaOffset
public static final long SIZE$suggestedXChromaOffset -
SIZE$suggestedYChromaOffset
public static final long SIZE$suggestedYChromaOffset
-
-
Constructor Details
-
VkAndroidHardwareBufferFormatProperties2ANDROID
Creates an instance of aVkAndroidHardwareBufferFormatProperties2ANDROIDrecord 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) -
format
public int format() -
format
public void format(int value) -
externalFormat
public long externalFormat() -
externalFormat
public void externalFormat(long value) -
formatFeatures
public long formatFeatures() -
formatFeatures
public void formatFeatures(long value) -
samplerYcbcrConversionComponents
-
samplerYcbcrConversionComponents
-
suggestedYcbcrModel
public int suggestedYcbcrModel() -
suggestedYcbcrModel
public void suggestedYcbcrModel(int value) -
suggestedYcbcrRange
public int suggestedYcbcrRange() -
suggestedYcbcrRange
public void suggestedYcbcrRange(int value) -
suggestedXChromaOffset
public int suggestedXChromaOffset() -
suggestedXChromaOffset
public void suggestedXChromaOffset(int value) -
suggestedYChromaOffset
public int suggestedYChromaOffset() -
suggestedYChromaOffset
public void suggestedYChromaOffset(int value) -
allocate
-
allocate
-
clone
public static VkAndroidHardwareBufferFormatProperties2ANDROID clone(Arena arena, VkAndroidHardwareBufferFormatProperties2ANDROID src) -
clone
public static VkAndroidHardwareBufferFormatProperties2ANDROID[] clone(Arena arena, VkAndroidHardwareBufferFormatProperties2ANDROID[] 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
-