Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkIndirectCommandsLayoutCreateInfoNV
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkIndirectCommandsLayoutCreateInfoNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkIndirectCommandsLayoutCreateInfoNV(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final AddressLayoutstatic final AddressLayoutstatic 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 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 long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkIndirectCommandsLayoutCreateInfoNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkIndirectCommandsLayoutCreateInfoNV[]clone(Arena arena, VkIndirectCommandsLayoutCreateInfoNV src) static VkIndirectCommandsLayoutCreateInfoNV[]clone(Arena arena, VkIndirectCommandsLayoutCreateInfoNV[] src) final booleanIndicates whether some other object is "equal to" this one.intflags()voidflags(int value) final inthashCode()Returns a hash code value for this object.intvoidpipelineBindPoint(int value) pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) tech.icey.panama.buffer.IntBuffervoidpStreamStrides(tech.icey.panama.buffer.IntBuffer value) voidpStreamStridesRaw(MemorySegment value) pTokens()pTokens(int assumedCount) voidvoidpTokensRaw(MemorySegment value) segment()Returns the value of thesegmentrecord component.intvoidstreamCount(int value) intsType()voidsType(int value) intvoidtokenCount(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$flags
-
PATH$pipelineBindPoint
-
PATH$tokenCount
-
PATH$pTokens
-
PATH$streamCount
-
PATH$pStreamStrides
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$flags
-
LAYOUT$pipelineBindPoint
-
LAYOUT$tokenCount
-
LAYOUT$pTokens
-
LAYOUT$streamCount
-
LAYOUT$pStreamStrides
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$flags
public static final long OFFSET$flags -
OFFSET$pipelineBindPoint
public static final long OFFSET$pipelineBindPoint -
OFFSET$tokenCount
public static final long OFFSET$tokenCount -
OFFSET$pTokens
public static final long OFFSET$pTokens -
OFFSET$streamCount
public static final long OFFSET$streamCount -
OFFSET$pStreamStrides
public static final long OFFSET$pStreamStrides -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$flags
public static final long SIZE$flags -
SIZE$pipelineBindPoint
public static final long SIZE$pipelineBindPoint -
SIZE$tokenCount
public static final long SIZE$tokenCount -
SIZE$pTokens
public static final long SIZE$pTokens -
SIZE$streamCount
public static final long SIZE$streamCount -
SIZE$pStreamStrides
public static final long SIZE$pStreamStrides
-
-
Constructor Details
-
VkIndirectCommandsLayoutCreateInfoNV
Creates an instance of aVkIndirectCommandsLayoutCreateInfoNVrecord 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) -
flags
public int flags() -
flags
public void flags(int value) -
pipelineBindPoint
public int pipelineBindPoint() -
pipelineBindPoint
public void pipelineBindPoint(int value) -
tokenCount
public int tokenCount() -
tokenCount
public void tokenCount(int value) -
pTokensRaw
-
pTokensRaw
-
pTokens
-
pTokens
-
pTokens
-
streamCount
public int streamCount() -
streamCount
public void streamCount(int value) -
pStreamStridesRaw
-
pStreamStridesRaw
-
pStreamStrides
public tech.icey.panama.buffer.IntBuffer pStreamStrides() -
pStreamStrides
public void pStreamStrides(tech.icey.panama.buffer.IntBuffer value) -
allocate
-
allocate
-
clone
public static VkIndirectCommandsLayoutCreateInfoNV clone(Arena arena, VkIndirectCommandsLayoutCreateInfoNV src) -
clone
public static VkIndirectCommandsLayoutCreateInfoNV[] clone(Arena arena, VkIndirectCommandsLayoutCreateInfoNV[] 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
-