Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceLimits.Ptr
Packages that use VkPhysicalDeviceLimits.Ptr
-
Uses of VkPhysicalDeviceLimits.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceLimits.PtrModifier and TypeMethodDescriptionstatic VkPhysicalDeviceLimits.Ptr
VkPhysicalDeviceLimits.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceLimits> consumer) @NotNull VkPhysicalDeviceLimits.Ptr
VkPhysicalDeviceLimits.Ptr.offset
(long offset) @NotNull VkPhysicalDeviceLimits.Ptr
VkPhysicalDeviceLimits.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceLimits.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceLimits.Ptr
that uses the same backing storage as thisVkPhysicalDeviceLimits.Ptr
, but with the new size.VkPhysicalDeviceLimits.Ptr.slice
(long end) @NotNull VkPhysicalDeviceLimits.Ptr
VkPhysicalDeviceLimits.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).