Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryType.Ptr
Packages that use VkMemoryType.Ptr
-
Uses of VkMemoryType.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkMemoryType.PtrModifier and TypeMethodDescriptionstatic VkMemoryType.PtrVkMemoryType.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryType> consumer) VkPhysicalDeviceMemoryProperties.memoryTypes()@NotNull VkMemoryType.PtrVkMemoryType.Ptr.offset(long offset) @NotNull VkMemoryType.PtrVkMemoryType.Ptr.reinterpret(long newSize) Assume theVkMemoryType.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryType.Ptrthat uses the same backing storage as thisVkMemoryType.Ptr, but with the new size.VkMemoryType.Ptr.slice(long end) @NotNull VkMemoryType.PtrVkMemoryType.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).Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryType.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties.memoryTypes(VkMemoryType.Ptr value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryType.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties.memoryTypes(@NotNull Consumer<VkMemoryType.Ptr> consumer)