Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr
Packages that use VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr
-
Uses of VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceYcbcrDegammaFeaturesQCOM> consumer) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.offset(long offset) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptrthat uses the same backing storage as thisVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr, but with the new size.VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.slice(long end) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.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).