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