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