Uses of Record Class
club.doki7.vulkan.datatype.VkDirectDriverLoadingInfoLUNARG.Ptr
Packages that use VkDirectDriverLoadingInfoLUNARG.Ptr
-
Uses of VkDirectDriverLoadingInfoLUNARG.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDirectDriverLoadingInfoLUNARG.PtrModifier and TypeMethodDescriptionVkDirectDriverLoadingInfoLUNARG.Ptr.at(long index, @NotNull Consumer<@NotNull VkDirectDriverLoadingInfoLUNARG> consumer) @NotNull VkDirectDriverLoadingInfoLUNARG.PtrVkDirectDriverLoadingInfoLUNARG.Ptr.offset(long offset) VkDirectDriverLoadingListLUNARG.pDrivers(int assumedCount) @NotNull VkDirectDriverLoadingInfoLUNARG.PtrVkDirectDriverLoadingInfoLUNARG.Ptr.reinterpret(long newSize) Assume theVkDirectDriverLoadingInfoLUNARG.Ptris capable of holding at leastnewSizestructures, create a new viewVkDirectDriverLoadingInfoLUNARG.Ptrthat uses the same backing storage as thisVkDirectDriverLoadingInfoLUNARG.Ptr, but with the new size.VkDirectDriverLoadingInfoLUNARG.Ptr.slice(long end) @NotNull VkDirectDriverLoadingInfoLUNARG.PtrVkDirectDriverLoadingInfoLUNARG.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).