java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkCoarseSampleOrderCustomNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkCoarseSampleOrderCustomNV(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkCoarseSampleOrderCustomNV(MemorySegment segment) Creates an instance of aVkCoarseSampleOrderCustomNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkCoarseSampleOrderCustomNVstatic VkCoarseSampleOrderCustomNV[]static VkCoarseSampleOrderCustomNVclone(Arena arena, VkCoarseSampleOrderCustomNV src) static VkCoarseSampleOrderCustomNV[]clone(Arena arena, VkCoarseSampleOrderCustomNV[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pSampleLocations(int assumedCount) voidvoidpSampleLocationsRaw(MemorySegment value) intvoidsampleCount(int value) intvoidsampleLocationCount(int value) segment()Returns the value of thesegmentrecord component.intvoidshadingRate(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$shadingRate
-
PATH$sampleCount
-
PATH$sampleLocationCount
-
PATH$pSampleLocations
-
LAYOUT$shadingRate
-
LAYOUT$sampleCount
-
LAYOUT$sampleLocationCount
-
LAYOUT$pSampleLocations
-
OFFSET$shadingRate
public static final long OFFSET$shadingRate -
OFFSET$sampleCount
public static final long OFFSET$sampleCount -
OFFSET$sampleLocationCount
public static final long OFFSET$sampleLocationCount -
OFFSET$pSampleLocations
public static final long OFFSET$pSampleLocations -
SIZE$shadingRate
public static final long SIZE$shadingRate -
SIZE$sampleCount
public static final long SIZE$sampleCount -
SIZE$sampleLocationCount
public static final long SIZE$sampleLocationCount -
SIZE$pSampleLocations
public static final long SIZE$pSampleLocations
-
-
Constructor Details
-
VkCoarseSampleOrderCustomNV
Creates an instance of aVkCoarseSampleOrderCustomNVrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
shadingRate
public int shadingRate() -
shadingRate
public void shadingRate(int value) -
sampleCount
public int sampleCount() -
sampleCount
public void sampleCount(int value) -
sampleLocationCount
public int sampleLocationCount() -
sampleLocationCount
public void sampleLocationCount(int value) -
pSampleLocationsRaw
-
pSampleLocationsRaw
-
pSampleLocations
-
pSampleLocations
-
pSampleLocations
-
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
-