Uses of Record Class
club.doki7.vulkan.datatype.VkDebugUtilsObjectNameInfoEXT.Ptr
Packages that use VkDebugUtilsObjectNameInfoEXT.Ptr
-
Uses of VkDebugUtilsObjectNameInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDebugUtilsObjectNameInfoEXT.PtrModifier and TypeMethodDescription@NotNull VkDebugUtilsObjectNameInfoEXT.Ptr
VkDebugUtilsObjectNameInfoEXT.Ptr.offset
(long offset) VkDebugUtilsMessengerCallbackDataEXT.pObjects
(int assumedCount) @NotNull VkDebugUtilsObjectNameInfoEXT.Ptr
VkDebugUtilsObjectNameInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugUtilsObjectNameInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDebugUtilsObjectNameInfoEXT.Ptr
that uses the same backing storage as thisVkDebugUtilsObjectNameInfoEXT.Ptr
, but with the new size.VkDebugUtilsObjectNameInfoEXT.Ptr.slice
(long end) @NotNull VkDebugUtilsObjectNameInfoEXT.Ptr
VkDebugUtilsObjectNameInfoEXT.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).