Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkSamplerYcbcrConversionCreateInfo
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkSamplerYcbcrConversionCreateInfo
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkSamplerYcbcrConversionCreateInfo(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final StructLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic 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 aVkSamplerYcbcrConversionCreateInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSamplerYcbcrConversionCreateInfo[]intvoidchromaFilter(int value) clone(Arena arena, VkSamplerYcbcrConversionCreateInfo src) static VkSamplerYcbcrConversionCreateInfo[]clone(Arena arena, VkSamplerYcbcrConversionCreateInfo[] src) voidcomponents(VkComponentMapping value) final booleanIndicates whether some other object is "equal to" this one.intvoidforceExplicitReconstruction(int value) intformat()voidformat(int value) final inthashCode()Returns a hash code value for this object.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.intvoidxChromaOffset(int value) intvoidycbcrModel(int value) intvoidycbcrRange(int value) intvoidyChromaOffset(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$format
-
PATH$ycbcrModel
-
PATH$ycbcrRange
-
PATH$components
-
PATH$xChromaOffset
-
PATH$yChromaOffset
-
PATH$chromaFilter
-
PATH$forceExplicitReconstruction
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$format
-
LAYOUT$ycbcrModel
-
LAYOUT$ycbcrRange
-
LAYOUT$components
-
LAYOUT$xChromaOffset
-
LAYOUT$yChromaOffset
-
LAYOUT$chromaFilter
-
LAYOUT$forceExplicitReconstruction
-
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$ycbcrModel
public static final long OFFSET$ycbcrModel -
OFFSET$ycbcrRange
public static final long OFFSET$ycbcrRange -
OFFSET$components
public static final long OFFSET$components -
OFFSET$xChromaOffset
public static final long OFFSET$xChromaOffset -
OFFSET$yChromaOffset
public static final long OFFSET$yChromaOffset -
OFFSET$chromaFilter
public static final long OFFSET$chromaFilter -
OFFSET$forceExplicitReconstruction
public static final long OFFSET$forceExplicitReconstruction -
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$ycbcrModel
public static final long SIZE$ycbcrModel -
SIZE$ycbcrRange
public static final long SIZE$ycbcrRange -
SIZE$components
public static final long SIZE$components -
SIZE$xChromaOffset
public static final long SIZE$xChromaOffset -
SIZE$yChromaOffset
public static final long SIZE$yChromaOffset -
SIZE$chromaFilter
public static final long SIZE$chromaFilter -
SIZE$forceExplicitReconstruction
public static final long SIZE$forceExplicitReconstruction
-
-
Constructor Details
-
VkSamplerYcbcrConversionCreateInfo
Creates an instance of aVkSamplerYcbcrConversionCreateInforecord 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) -
ycbcrModel
public int ycbcrModel() -
ycbcrModel
public void ycbcrModel(int value) -
ycbcrRange
public int ycbcrRange() -
ycbcrRange
public void ycbcrRange(int value) -
components
-
components
-
xChromaOffset
public int xChromaOffset() -
xChromaOffset
public void xChromaOffset(int value) -
yChromaOffset
public int yChromaOffset() -
yChromaOffset
public void yChromaOffset(int value) -
chromaFilter
public int chromaFilter() -
chromaFilter
public void chromaFilter(int value) -
forceExplicitReconstruction
public int forceExplicitReconstruction() -
forceExplicitReconstruction
public void forceExplicitReconstruction(int value) -
allocate
-
allocate
-
clone
public static VkSamplerYcbcrConversionCreateInfo clone(Arena arena, VkSamplerYcbcrConversionCreateInfo src) -
clone
public static VkSamplerYcbcrConversionCreateInfo[] clone(Arena arena, VkSamplerYcbcrConversionCreateInfo[] 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
-