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