java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkDescriptorUpdateTemplateEntry
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkDescriptorUpdateTemplateEntry(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic 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 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 long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkDescriptorUpdateTemplateEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDescriptorUpdateTemplateEntry[]clone(Arena arena, VkDescriptorUpdateTemplateEntry src) static VkDescriptorUpdateTemplateEntry[]clone(Arena arena, VkDescriptorUpdateTemplateEntry[] src) intvoiddescriptorCount(int value) intvoiddescriptorType(int value) intvoiddstArrayElement(int value) intvoiddstBinding(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.longoffset()voidoffset(long value) segment()Returns the value of thesegmentrecord component.longstride()voidstride(long value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$dstBinding
-
PATH$dstArrayElement
-
PATH$descriptorCount
-
PATH$descriptorType
-
PATH$offset
-
PATH$stride
-
LAYOUT$dstBinding
-
LAYOUT$dstArrayElement
-
LAYOUT$descriptorCount
-
LAYOUT$descriptorType
-
OFFSET$dstBinding
public static final long OFFSET$dstBinding -
OFFSET$dstArrayElement
public static final long OFFSET$dstArrayElement -
OFFSET$descriptorCount
public static final long OFFSET$descriptorCount -
OFFSET$descriptorType
public static final long OFFSET$descriptorType -
OFFSET$offset
public static final long OFFSET$offset -
OFFSET$stride
public static final long OFFSET$stride -
SIZE$dstBinding
public static final long SIZE$dstBinding -
SIZE$dstArrayElement
public static final long SIZE$dstArrayElement -
SIZE$descriptorCount
public static final long SIZE$descriptorCount -
SIZE$descriptorType
public static final long SIZE$descriptorType
-
-
Constructor Details
-
VkDescriptorUpdateTemplateEntry
Creates an instance of aVkDescriptorUpdateTemplateEntryrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
dstBinding
public int dstBinding() -
dstBinding
public void dstBinding(int value) -
dstArrayElement
public int dstArrayElement() -
dstArrayElement
public void dstArrayElement(int value) -
descriptorCount
public int descriptorCount() -
descriptorCount
public void descriptorCount(int value) -
descriptorType
public int descriptorType() -
descriptorType
public void descriptorType(int value) -
offset
public long offset() -
offset
public void offset(long value) -
stride
public long stride() -
stride
public void stride(long value) -
allocate
-
allocate
-
clone
public static VkDescriptorUpdateTemplateEntry clone(Arena arena, VkDescriptorUpdateTemplateEntry src) -
clone
public static VkDescriptorUpdateTemplateEntry[] clone(Arena arena, VkDescriptorUpdateTemplateEntry[] 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
-