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