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