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