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.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceTransformFeedbackPropertiesEXT.Ptrthat 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).