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