Uses of Record Class
club.doki7.vulkan.datatype.VkSamplerYcbcrConversionCreateInfo
Packages that use VkSamplerYcbcrConversionCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSamplerYcbcrConversionCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSamplerYcbcrConversionCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createSamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkDeviceCommands.createSamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) -
Uses of VkSamplerYcbcrConversionCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSamplerYcbcrConversionCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSamplerYcbcrConversionCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSamplerYcbcrConversionCreateInfoModifier and TypeMethodDescription@NotNull VkSamplerYcbcrConversionCreateInfoVkSamplerYcbcrConversionCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSamplerYcbcrConversionCreateInfo.chromaFilter(int value) VkSamplerYcbcrConversionCreateInfo.clone(Arena arena, VkSamplerYcbcrConversionCreateInfo src) VkSamplerYcbcrConversionCreateInfo.components(@NotNull VkComponentMapping value) VkSamplerYcbcrConversionCreateInfo.components(Consumer<@NotNull VkComponentMapping> consumer) VkSamplerYcbcrConversionCreateInfo.forceExplicitReconstruction(int value) VkSamplerYcbcrConversionCreateInfo.format(int value) VkSamplerYcbcrConversionCreateInfo.pNext(@NotNull MemorySegment value) VkSamplerYcbcrConversionCreateInfo.sType(int value) VkSamplerYcbcrConversionCreateInfo.Ptr.toArray()VkSamplerYcbcrConversionCreateInfo.xChromaOffset(int value) VkSamplerYcbcrConversionCreateInfo.ycbcrModel(int value) VkSamplerYcbcrConversionCreateInfo.ycbcrRange(int value) VkSamplerYcbcrConversionCreateInfo.yChromaOffset(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSamplerYcbcrConversionCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkSamplerYcbcrConversionCreateInfo> VkSamplerYcbcrConversionCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSamplerYcbcrConversionCreateInfoModifier and TypeMethodDescriptionVkSamplerYcbcrConversionCreateInfo.clone(Arena arena, VkSamplerYcbcrConversionCreateInfo src) voidVkSamplerYcbcrConversionCreateInfo.Ptr.write(long index, @NotNull VkSamplerYcbcrConversionCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSamplerYcbcrConversionCreateInfoModifier and TypeMethodDescriptionVkSamplerYcbcrConversionCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSamplerYcbcrConversionCreateInfo> consumer)