Uses of Record Class
club.doki7.vulkan.datatype.VkRayTracingShaderGroupCreateInfoNV
Packages that use VkRayTracingShaderGroupCreateInfoNV
-
Uses of VkRayTracingShaderGroupCreateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRayTracingShaderGroupCreateInfoNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRayTracingShaderGroupCreateInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRayTracingShaderGroupCreateInfoNVModifier and TypeMethodDescriptionVkRayTracingShaderGroupCreateInfoNV.anyHitShader(int value) @NotNull VkRayTracingShaderGroupCreateInfoNVVkRayTracingShaderGroupCreateInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRayTracingShaderGroupCreateInfoNV.clone(Arena arena, VkRayTracingShaderGroupCreateInfoNV src) VkRayTracingShaderGroupCreateInfoNV.closestHitShader(int value) VkRayTracingShaderGroupCreateInfoNV.generalShader(int value) VkRayTracingShaderGroupCreateInfoNV.intersectionShader(int value) @Nullable VkRayTracingShaderGroupCreateInfoNVVkRayTracingPipelineCreateInfoNV.pGroups()VkRayTracingShaderGroupCreateInfoNV.pNext(@NotNull MemorySegment value) VkRayTracingShaderGroupCreateInfoNV.sType(int value) VkRayTracingShaderGroupCreateInfoNV.Ptr.toArray()VkRayTracingShaderGroupCreateInfoNV.type(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRayTracingShaderGroupCreateInfoNVModifier and TypeMethodDescription@NotNull Iterator<VkRayTracingShaderGroupCreateInfoNV> VkRayTracingShaderGroupCreateInfoNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRayTracingShaderGroupCreateInfoNVModifier and TypeMethodDescriptionVkRayTracingShaderGroupCreateInfoNV.clone(Arena arena, VkRayTracingShaderGroupCreateInfoNV src) voidVkRayTracingShaderGroupCreateInfoNV.Ptr.write(long index, @NotNull VkRayTracingShaderGroupCreateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRayTracingShaderGroupCreateInfoNVModifier and TypeMethodDescriptionVkRayTracingShaderGroupCreateInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkRayTracingShaderGroupCreateInfoNV> consumer)