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.Ptr
VkDeviceFaultVendorInfoEXT.Ptr.offset
(long offset) VkDeviceFaultInfoEXT.pVendorInfos
(int assumedCount) @NotNull VkDeviceFaultVendorInfoEXT.Ptr
VkDeviceFaultVendorInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceFaultVendorInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultVendorInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceFaultVendorInfoEXT.Ptr
, but with the new size.VkDeviceFaultVendorInfoEXT.Ptr.slice
(long end) @NotNull VkDeviceFaultVendorInfoEXT.Ptr
VkDeviceFaultVendorInfoEXT.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).