Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceYcbcrDegammaFeaturesQCOM
Packages that use VkPhysicalDeviceYcbcrDegammaFeaturesQCOM
-
Uses of VkPhysicalDeviceYcbcrDegammaFeaturesQCOM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceYcbcrDegammaFeaturesQCOMModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceYcbcrDegammaFeaturesQCOMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceYcbcrDegammaFeaturesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.clone(Arena arena, VkPhysicalDeviceYcbcrDegammaFeaturesQCOM src) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.sType(int value) VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.toArray()VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.ycbcrDegamma(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceYcbcrDegammaFeaturesQCOMMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceYcbcrDegammaFeaturesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.clone(Arena arena, VkPhysicalDeviceYcbcrDegammaFeaturesQCOM src) voidVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.write(long index, @NotNull VkPhysicalDeviceYcbcrDegammaFeaturesQCOM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceYcbcrDegammaFeaturesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceYcbcrDegammaFeaturesQCOM.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceYcbcrDegammaFeaturesQCOM> consumer)