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.Ptr
VkDeviceFaultInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceFaultInfoEXT> consumer) @NotNull VkDeviceFaultInfoEXT.Ptr
VkDeviceFaultInfoEXT.Ptr.offset
(long offset) @NotNull VkDeviceFaultInfoEXT.Ptr
VkDeviceFaultInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceFaultInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceFaultInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceFaultInfoEXT.Ptr
, but with the new size.VkDeviceFaultInfoEXT.Ptr.slice
(long end) @NotNull VkDeviceFaultInfoEXT.Ptr
VkDeviceFaultInfoEXT.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).