Uses of Record Class
club.doki7.vulkan.datatype.VkRayTracingShaderGroupCreateInfoNV.Ptr
Packages that use VkRayTracingShaderGroupCreateInfoNV.Ptr
-
Uses of VkRayTracingShaderGroupCreateInfoNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkRayTracingShaderGroupCreateInfoNV.PtrModifier and TypeMethodDescriptionVkRayTracingShaderGroupCreateInfoNV.Ptr.offset
(long offset) VkRayTracingPipelineCreateInfoNV.pGroups
(int assumedCount) VkRayTracingShaderGroupCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkRayTracingShaderGroupCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkRayTracingShaderGroupCreateInfoNV.Ptr
that uses the same backing storage as thisVkRayTracingShaderGroupCreateInfoNV.Ptr
, but with the new size.VkRayTracingShaderGroupCreateInfoNV.Ptr.slice
(long end) VkRayTracingShaderGroupCreateInfoNV.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).