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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Ptr
that 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).