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