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 TypeMethodDescriptionvoid
VkDeviceCommands.destroySamplerYcbcrConversion
(VkDevice device, @Nullable VkSamplerYcbcrConversion ycbcrConversion, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.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 VkSamplerYcbcrConversion
VkSamplerYcbcrConversionInfo.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 record
Represents a pointer toVkSamplerYcbcrConversion
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSamplerYcbcrConversionModifier and TypeMethodDescription@Nullable VkSamplerYcbcrConversion
VkSamplerYcbcrConversion.Ptr.read()
@Nullable VkSamplerYcbcrConversion
VkSamplerYcbcrConversion.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.Ptr
VkSamplerYcbcrConversion.Ptr.allocate
(Arena arena, @Nullable VkSamplerYcbcrConversion[] values) static VkSamplerYcbcrConversion.Ptr
VkSamplerYcbcrConversion.Ptr.allocateV
(Arena arena, @Nullable VkSamplerYcbcrConversion value0, @Nullable VkSamplerYcbcrConversion... values) void
VkSamplerYcbcrConversion.Ptr.write
(long index, @Nullable VkSamplerYcbcrConversion value) void
VkSamplerYcbcrConversion.Ptr.write
(@Nullable VkSamplerYcbcrConversion value) void
VkSamplerYcbcrConversion.Ptr.write
(@Nullable VkSamplerYcbcrConversion[] values) void
VkSamplerYcbcrConversion.Ptr.writeV
(@Nullable VkSamplerYcbcrConversion value0, @Nullable VkSamplerYcbcrConversion... values)