Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr
Packages that use VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr
-
Uses of VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT> consumer) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr.offset(long offset) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr, but with the new size.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.Ptr.slice(long end) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.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).