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