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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.Ptr
that 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).