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