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