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