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