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