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