Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
Packages that use VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
-
Uses of VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTransformFeedbackPropertiesEXT.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTransformFeedbackPropertiesEXT> consumer) VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr.offset
(long offset) VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr
, but with the new size.VkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptr.slice
(long end) VkPhysicalDeviceTransformFeedbackPropertiesEXT.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).