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