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.Ptr
VkPhysicalDeviceMemoryProperties.memoryTypes()
@NotNull VkMemoryType.Ptr
VkMemoryType.Ptr.offset
(long offset) @NotNull VkMemoryType.Ptr
VkMemoryType.Ptr.reinterpret
(long newSize) Assume theVkMemoryType.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryType.Ptr
that uses the same backing storage as thisVkMemoryType.Ptr
, but with the new size.VkMemoryType.Ptr.slice
(long end) @NotNull VkMemoryType.Ptr
VkMemoryType.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)