java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkDescriptorSetLayoutBinding
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkDescriptorSetLayoutBinding(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 AddressLayoutstatic final ValueLayout.OfIntstatic 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 longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkDescriptorSetLayoutBindingrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDescriptorSetLayoutBindingstatic VkDescriptorSetLayoutBinding[]intbinding()voidbinding(int value) static VkDescriptorSetLayoutBindingclone(Arena arena, VkDescriptorSetLayoutBinding src) static VkDescriptorSetLayoutBinding[]clone(Arena arena, VkDescriptorSetLayoutBinding[] src) intvoiddescriptorCount(int value) intvoiddescriptorType(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidvoidsegment()Returns the value of thesegmentrecord component.intvoidstageFlags(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$binding
-
PATH$descriptorType
-
PATH$descriptorCount
-
PATH$stageFlags
-
PATH$pImmutableSamplers
-
LAYOUT$binding
-
LAYOUT$descriptorType
-
LAYOUT$descriptorCount
-
LAYOUT$stageFlags
-
LAYOUT$pImmutableSamplers
-
OFFSET$binding
public static final long OFFSET$binding -
OFFSET$descriptorType
public static final long OFFSET$descriptorType -
OFFSET$descriptorCount
public static final long OFFSET$descriptorCount -
OFFSET$stageFlags
public static final long OFFSET$stageFlags -
OFFSET$pImmutableSamplers
public static final long OFFSET$pImmutableSamplers -
SIZE$binding
public static final long SIZE$binding -
SIZE$descriptorType
public static final long SIZE$descriptorType -
SIZE$descriptorCount
public static final long SIZE$descriptorCount -
SIZE$stageFlags
public static final long SIZE$stageFlags -
SIZE$pImmutableSamplers
public static final long SIZE$pImmutableSamplers
-
-
Constructor Details
-
VkDescriptorSetLayoutBinding
Creates an instance of aVkDescriptorSetLayoutBindingrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
binding
public int binding() -
binding
public void binding(int value) -
descriptorType
public int descriptorType() -
descriptorType
public void descriptorType(int value) -
descriptorCount
public int descriptorCount() -
descriptorCount
public void descriptorCount(int value) -
stageFlags
public int stageFlags() -
stageFlags
public void stageFlags(int value) -
pImmutableSamplersRaw
-
pImmutableSamplersRaw
-
pImmutableSamplers
-
pImmutableSamplers
-
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
-