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