Uses of Record Class
club.doki7.vulkan.handle.VkSamplerYcbcrConversion
Packages that use VkSamplerYcbcrConversion
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkSamplerYcbcrConversion in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSamplerYcbcrConversionModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroySamplerYcbcrConversion(VkDevice device, @Nullable VkSamplerYcbcrConversion ycbcrConversion, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.destroySamplerYcbcrConversionKHR(VkDevice device, @Nullable VkSamplerYcbcrConversion ycbcrConversion, @Nullable VkAllocationCallbacks pAllocator) -
Uses of VkSamplerYcbcrConversion in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSamplerYcbcrConversionModifier and TypeMethodDescription@Nullable VkSamplerYcbcrConversionVkSamplerYcbcrConversionInfo.conversion()Methods in club.doki7.vulkan.datatype with parameters of type VkSamplerYcbcrConversionModifier and TypeMethodDescriptionVkSamplerYcbcrConversionInfo.conversion(@Nullable VkSamplerYcbcrConversion value) -
Uses of VkSamplerYcbcrConversion in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkSamplerYcbcrConversionModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkSamplerYcbcrConversionhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSamplerYcbcrConversionModifier and TypeMethodDescription@Nullable VkSamplerYcbcrConversionVkSamplerYcbcrConversion.Ptr.read()@Nullable VkSamplerYcbcrConversionVkSamplerYcbcrConversion.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkSamplerYcbcrConversionModifier and TypeMethodDescription@NotNull Iterator<VkSamplerYcbcrConversion> VkSamplerYcbcrConversion.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkSamplerYcbcrConversionModifier and TypeMethodDescriptionstatic VkSamplerYcbcrConversion.PtrVkSamplerYcbcrConversion.Ptr.allocate(Arena arena, @Nullable VkSamplerYcbcrConversion @NotNull [] values) static VkSamplerYcbcrConversion.PtrVkSamplerYcbcrConversion.Ptr.allocateV(Arena arena, @Nullable VkSamplerYcbcrConversion value0, @Nullable VkSamplerYcbcrConversion... values) voidVkSamplerYcbcrConversion.Ptr.write(long index, @Nullable VkSamplerYcbcrConversion value) voidVkSamplerYcbcrConversion.Ptr.write(@Nullable VkSamplerYcbcrConversion value) voidVkSamplerYcbcrConversion.Ptr.write(@Nullable VkSamplerYcbcrConversion[] values) voidVkSamplerYcbcrConversion.Ptr.writeV(@Nullable VkSamplerYcbcrConversion value0, @Nullable VkSamplerYcbcrConversion... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkSamplerYcbcrConversionModifier and TypeMethodDescriptionstatic VkSamplerYcbcrConversion.PtrVkSamplerYcbcrConversion.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSamplerYcbcrConversion> values)