Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceFaultVendorInfoEXT.Ptr
Packages that use VkDeviceFaultVendorInfoEXT.Ptr
-
Uses of VkDeviceFaultVendorInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceFaultVendorInfoEXT.PtrModifier and TypeMethodDescriptionVkDeviceFaultVendorInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceFaultVendorInfoEXT> consumer) @NotNull VkDeviceFaultVendorInfoEXT.PtrVkDeviceFaultVendorInfoEXT.Ptr.offset(long offset) VkDeviceFaultInfoEXT.pVendorInfos(int assumedCount) @NotNull VkDeviceFaultVendorInfoEXT.PtrVkDeviceFaultVendorInfoEXT.Ptr.reinterpret(long newSize) Assume theVkDeviceFaultVendorInfoEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceFaultVendorInfoEXT.Ptrthat uses the same backing storage as thisVkDeviceFaultVendorInfoEXT.Ptr, but with the new size.VkDeviceFaultVendorInfoEXT.Ptr.slice(long end) @NotNull VkDeviceFaultVendorInfoEXT.PtrVkDeviceFaultVendorInfoEXT.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).