Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkRayTracingShaderGroupCreateInfoNV
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkRayTracingShaderGroupCreateInfoNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkRayTracingShaderGroupCreateInfoNV(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 ValueLayout.OfIntstatic final ValueLayout.OfIntstatic 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 longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkRayTracingShaderGroupCreateInfoNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkRayTracingShaderGroupCreateInfoNV[]intvoidanyHitShader(int value) clone(Arena arena, VkRayTracingShaderGroupCreateInfoNV src) static VkRayTracingShaderGroupCreateInfoNV[]clone(Arena arena, VkRayTracingShaderGroupCreateInfoNV[] src) intvoidclosestHitShader(int value) final booleanIndicates whether some other object is "equal to" this one.intvoidgeneralShader(int value) final inthashCode()Returns a hash code value for this object.intvoidintersectionShader(int 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.inttype()voidtype(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$type
-
PATH$generalShader
-
PATH$closestHitShader
-
PATH$anyHitShader
-
PATH$intersectionShader
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$type
-
LAYOUT$generalShader
-
LAYOUT$closestHitShader
-
LAYOUT$anyHitShader
-
LAYOUT$intersectionShader
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$type
public static final long OFFSET$type -
OFFSET$generalShader
public static final long OFFSET$generalShader -
OFFSET$closestHitShader
public static final long OFFSET$closestHitShader -
OFFSET$anyHitShader
public static final long OFFSET$anyHitShader -
OFFSET$intersectionShader
public static final long OFFSET$intersectionShader -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$type
public static final long SIZE$type -
SIZE$generalShader
public static final long SIZE$generalShader -
SIZE$closestHitShader
public static final long SIZE$closestHitShader -
SIZE$anyHitShader
public static final long SIZE$anyHitShader -
SIZE$intersectionShader
public static final long SIZE$intersectionShader
-
-
Constructor Details
-
VkRayTracingShaderGroupCreateInfoNV
Creates an instance of aVkRayTracingShaderGroupCreateInfoNVrecord 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) -
type
public int type() -
type
public void type(int value) -
generalShader
public int generalShader() -
generalShader
public void generalShader(int value) -
closestHitShader
public int closestHitShader() -
closestHitShader
public void closestHitShader(int value) -
anyHitShader
public int anyHitShader() -
anyHitShader
public void anyHitShader(int value) -
intersectionShader
public int intersectionShader() -
intersectionShader
public void intersectionShader(int value) -
allocate
-
allocate
-
clone
public static VkRayTracingShaderGroupCreateInfoNV clone(Arena arena, VkRayTracingShaderGroupCreateInfoNV src) -
clone
public static VkRayTracingShaderGroupCreateInfoNV[] clone(Arena arena, VkRayTracingShaderGroupCreateInfoNV[] 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
-