Uses of Record Class
club.doki7.vulkan.datatype.VkTraceRaysIndirectCommand2KHR.Ptr
Packages that use VkTraceRaysIndirectCommand2KHR.Ptr
-
Uses of VkTraceRaysIndirectCommand2KHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkTraceRaysIndirectCommand2KHR.PtrModifier and TypeMethodDescriptionVkTraceRaysIndirectCommand2KHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkTraceRaysIndirectCommand2KHR> consumer) @NotNull VkTraceRaysIndirectCommand2KHR.PtrVkTraceRaysIndirectCommand2KHR.Ptr.offset(long offset) @NotNull VkTraceRaysIndirectCommand2KHR.PtrVkTraceRaysIndirectCommand2KHR.Ptr.reinterpret(long newSize) Assume theVkTraceRaysIndirectCommand2KHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkTraceRaysIndirectCommand2KHR.Ptrthat uses the same backing storage as thisVkTraceRaysIndirectCommand2KHR.Ptr, but with the new size.VkTraceRaysIndirectCommand2KHR.Ptr.slice(long end) @NotNull VkTraceRaysIndirectCommand2KHR.PtrVkTraceRaysIndirectCommand2KHR.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).