Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFeatures.Ptr
Packages that use VkPhysicalDeviceFeatures.Ptr
-
Uses of VkPhysicalDeviceFeatures.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFeatures.PtrModifier and TypeMethodDescriptionstatic VkPhysicalDeviceFeatures.PtrVkPhysicalDeviceFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFeatures> consumer) @NotNull VkPhysicalDeviceFeatures.PtrVkPhysicalDeviceFeatures.Ptr.offset(long offset) VkDeviceCreateInfo.pEnabledFeatures(int assumedCount) @NotNull VkPhysicalDeviceFeatures.PtrVkPhysicalDeviceFeatures.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceFeatures.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceFeatures.Ptrthat uses the same backing storage as thisVkPhysicalDeviceFeatures.Ptr, but with the new size.VkPhysicalDeviceFeatures.Ptr.slice(long end) @NotNull VkPhysicalDeviceFeatures.PtrVkPhysicalDeviceFeatures.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).