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