Module tech.icey.vk4j
Package tech.icey.vk4j.datatype
Record Class VkRayTracingShaderGroupCreateInfoKHR
java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkRayTracingShaderGroupCreateInfoKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkRayTracingShaderGroupCreateInfoKHR(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 AddressLayoutstatic 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 aVkRayTracingShaderGroupCreateInfoKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkRayTracingShaderGroupCreateInfoKHR[]intvoidanyHitShader(int value) clone(Arena arena, VkRayTracingShaderGroupCreateInfoKHR src) static VkRayTracingShaderGroupCreateInfoKHR[]clone(Arena arena, VkRayTracingShaderGroupCreateInfoKHR[] 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) voidvoidpShaderGroupCaptureReplayHandle(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
-
PATH$pShaderGroupCaptureReplayHandle
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$type
-
LAYOUT$generalShader
-
LAYOUT$closestHitShader
-
LAYOUT$anyHitShader
-
LAYOUT$intersectionShader
-
LAYOUT$pShaderGroupCaptureReplayHandle
-
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 -
OFFSET$pShaderGroupCaptureReplayHandle
public static final long OFFSET$pShaderGroupCaptureReplayHandle -
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 -
SIZE$pShaderGroupCaptureReplayHandle
public static final long SIZE$pShaderGroupCaptureReplayHandle
-
-
Constructor Details
-
VkRayTracingShaderGroupCreateInfoKHR
Creates an instance of aVkRayTracingShaderGroupCreateInfoKHRrecord 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) -
pShaderGroupCaptureReplayHandle
-
pShaderGroupCaptureReplayHandle
-
pShaderGroupCaptureReplayHandle
public void pShaderGroupCaptureReplayHandle(tech.icey.panama.IPointer pointer) -
allocate
-
allocate
-
clone
public static VkRayTracingShaderGroupCreateInfoKHR clone(Arena arena, VkRayTracingShaderGroupCreateInfoKHR src) -
clone
public static VkRayTracingShaderGroupCreateInfoKHR[] clone(Arena arena, VkRayTracingShaderGroupCreateInfoKHR[] 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
-