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