Uses of Record Class
club.doki7.vulkan.datatype.VkSamplerYcbcrConversionImageFormatProperties
Packages that use VkSamplerYcbcrConversionImageFormatProperties
-
Uses of VkSamplerYcbcrConversionImageFormatProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSamplerYcbcrConversionImageFormatPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSamplerYcbcrConversionImageFormatProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSamplerYcbcrConversionImageFormatPropertiesModifier and TypeMethodDescriptionVkSamplerYcbcrConversionImageFormatProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSamplerYcbcrConversionImageFormatProperties.clone
(Arena arena, VkSamplerYcbcrConversionImageFormatProperties src) VkSamplerYcbcrConversionImageFormatProperties.combinedImageSamplerDescriptorCount
(int value) VkSamplerYcbcrConversionImageFormatProperties.sType
(int value) VkSamplerYcbcrConversionImageFormatProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSamplerYcbcrConversionImageFormatPropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkSamplerYcbcrConversionImageFormatPropertiesModifier and TypeMethodDescriptionVkSamplerYcbcrConversionImageFormatProperties.clone
(Arena arena, VkSamplerYcbcrConversionImageFormatProperties src) void
VkSamplerYcbcrConversionImageFormatProperties.Ptr.write
(long index, @NotNull VkSamplerYcbcrConversionImageFormatProperties value)