Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceEventInfoEXT.Ptr
Packages that use VkDeviceEventInfoEXT.Ptr
-
Uses of VkDeviceEventInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceEventInfoEXT.PtrModifier and TypeMethodDescriptionstatic VkDeviceEventInfoEXT.Ptr
VkDeviceEventInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceEventInfoEXT> consumer) @NotNull VkDeviceEventInfoEXT.Ptr
VkDeviceEventInfoEXT.Ptr.offset
(long offset) @NotNull VkDeviceEventInfoEXT.Ptr
VkDeviceEventInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDeviceEventInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceEventInfoEXT.Ptr
that uses the same backing storage as thisVkDeviceEventInfoEXT.Ptr
, but with the new size.VkDeviceEventInfoEXT.Ptr.slice
(long end) @NotNull VkDeviceEventInfoEXT.Ptr
VkDeviceEventInfoEXT.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).