Uses of Record Class
club.doki7.vulkan.datatype.VkRayTracingShaderGroupCreateInfoKHR.Ptr
Packages that use VkRayTracingShaderGroupCreateInfoKHR.Ptr
-
Uses of VkRayTracingShaderGroupCreateInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkRayTracingShaderGroupCreateInfoKHR.PtrModifier and TypeMethodDescriptionVkRayTracingShaderGroupCreateInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkRayTracingShaderGroupCreateInfoKHR> consumer) VkRayTracingShaderGroupCreateInfoKHR.Ptr.offset
(long offset) VkRayTracingPipelineCreateInfoKHR.pGroups
(int assumedCount) VkRayTracingShaderGroupCreateInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkRayTracingShaderGroupCreateInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingShaderGroupCreateInfoKHR.Ptr
that uses the same backing storage as thisVkRayTracingShaderGroupCreateInfoKHR.Ptr
, but with the new size.VkRayTracingShaderGroupCreateInfoKHR.Ptr.slice
(long end) VkRayTracingShaderGroupCreateInfoKHR.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).