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