java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkWriteDescriptorSet
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkWriteDescriptorSet(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 AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic 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
ConstructorsConstructorDescriptionVkWriteDescriptorSet(MemorySegment segment) Creates an instance of aVkWriteDescriptorSetrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkWriteDescriptorSetstatic VkWriteDescriptorSet[]static VkWriteDescriptorSetclone(Arena arena, VkWriteDescriptorSet src) static VkWriteDescriptorSet[]clone(Arena arena, VkWriteDescriptorSet[] src) intvoiddescriptorCount(int value) intvoiddescriptorType(int value) intvoiddstArrayElement(int value) intvoiddstBinding(int value) dstSet()voiddstSet(VkDescriptorSet value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pBufferInfo(int assumedCount) voidvoidpBufferInfoRaw(MemorySegment value) pImageInfo(int assumedCount) voidpImageInfo(VkDescriptorImageInfo value) voidpImageInfoRaw(MemorySegment value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) voidvoidpTexelBufferViewRaw(MemorySegment 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$dstSet
-
PATH$dstBinding
-
PATH$dstArrayElement
-
PATH$descriptorCount
-
PATH$descriptorType
-
PATH$pImageInfo
-
PATH$pBufferInfo
-
PATH$pTexelBufferView
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$dstSet
-
LAYOUT$dstBinding
-
LAYOUT$dstArrayElement
-
LAYOUT$descriptorCount
-
LAYOUT$descriptorType
-
LAYOUT$pImageInfo
-
LAYOUT$pBufferInfo
-
LAYOUT$pTexelBufferView
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$dstSet
public static final long OFFSET$dstSet -
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$pImageInfo
public static final long OFFSET$pImageInfo -
OFFSET$pBufferInfo
public static final long OFFSET$pBufferInfo -
OFFSET$pTexelBufferView
public static final long OFFSET$pTexelBufferView -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$dstSet
public static final long SIZE$dstSet -
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 -
SIZE$pImageInfo
public static final long SIZE$pImageInfo -
SIZE$pBufferInfo
public static final long SIZE$pBufferInfo -
SIZE$pTexelBufferView
public static final long SIZE$pTexelBufferView
-
-
Constructor Details
-
VkWriteDescriptorSet
Creates an instance of aVkWriteDescriptorSetrecord 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) -
dstSet
-
dstSet
-
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) -
pImageInfoRaw
-
pImageInfoRaw
-
pImageInfo
-
pImageInfo
-
pImageInfo
-
pBufferInfoRaw
-
pBufferInfoRaw
-
pBufferInfo
-
pBufferInfo
-
pBufferInfo
-
pTexelBufferViewRaw
-
pTexelBufferViewRaw
-
pTexelBufferView
-
pTexelBufferView
-
allocate
-
allocate
-
clone
-
clone
-
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
-