Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfLongstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final SequenceLayoutstatic final AddressLayoutstatic 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 longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEIrecord class. -
Method Summary
Modifier and TypeMethodDescriptionclone(Arena arena, VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.longvoidindirectBufferOffsetAlignment(long value) intvoidmaxOutputClusterCount(int value) tech.icey.panama.buffer.IntBuffervoidmaxWorkGroupCount(tech.icey.panama.buffer.IntBuffer value) tech.icey.panama.buffer.IntBuffervoidmaxWorkGroupSize(tech.icey.panama.buffer.IntBuffer value) 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.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$maxWorkGroupCount
-
PATH$maxWorkGroupSize
-
PATH$maxOutputClusterCount
-
PATH$indirectBufferOffsetAlignment
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$maxWorkGroupCount
-
LAYOUT$maxWorkGroupSize
-
LAYOUT$maxOutputClusterCount
-
LAYOUT$indirectBufferOffsetAlignment
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$maxWorkGroupCount
public static final long OFFSET$maxWorkGroupCount -
OFFSET$maxWorkGroupSize
public static final long OFFSET$maxWorkGroupSize -
OFFSET$maxOutputClusterCount
public static final long OFFSET$maxOutputClusterCount -
OFFSET$indirectBufferOffsetAlignment
public static final long OFFSET$indirectBufferOffsetAlignment -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$maxWorkGroupCount
public static final long SIZE$maxWorkGroupCount -
SIZE$maxWorkGroupSize
public static final long SIZE$maxWorkGroupSize -
SIZE$maxOutputClusterCount
public static final long SIZE$maxOutputClusterCount -
SIZE$indirectBufferOffsetAlignment
public static final long SIZE$indirectBufferOffsetAlignment
-
-
Constructor Details
-
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI
Creates an instance of aVkPhysicalDeviceClusterCullingShaderPropertiesHUAWEIrecord 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) -
maxWorkGroupCountRaw
-
maxWorkGroupCount
public tech.icey.panama.buffer.IntBuffer maxWorkGroupCount() -
maxWorkGroupCount
public void maxWorkGroupCount(tech.icey.panama.buffer.IntBuffer value) -
maxWorkGroupSizeRaw
-
maxWorkGroupSize
public tech.icey.panama.buffer.IntBuffer maxWorkGroupSize() -
maxWorkGroupSize
public void maxWorkGroupSize(tech.icey.panama.buffer.IntBuffer value) -
maxOutputClusterCount
public int maxOutputClusterCount() -
maxOutputClusterCount
public void maxOutputClusterCount(int value) -
indirectBufferOffsetAlignment
public long indirectBufferOffsetAlignment() -
indirectBufferOffsetAlignment
public void indirectBufferOffsetAlignment(long value) -
allocate
-
allocate
public static VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI[] allocate(Arena arena, int count) -
clone
public static VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI clone(Arena arena, VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI src) -
clone
public static VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI[] clone(Arena arena, VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI[] 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
-