Uses of Record Class
club.doki7.vulkan.datatype.VkSamplerYcbcrConversionInfo
Packages that use VkSamplerYcbcrConversionInfo
-
Uses of VkSamplerYcbcrConversionInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSamplerYcbcrConversionInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSamplerYcbcrConversionInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSamplerYcbcrConversionInfoModifier and TypeMethodDescriptionstatic VkSamplerYcbcrConversionInfo
@NotNull VkSamplerYcbcrConversionInfo
VkSamplerYcbcrConversionInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSamplerYcbcrConversionInfo
VkSamplerYcbcrConversionInfo.clone
(Arena arena, VkSamplerYcbcrConversionInfo src) VkSamplerYcbcrConversionInfo.conversion
(@Nullable VkSamplerYcbcrConversion value) VkSamplerYcbcrConversionInfo.pNext
(@NotNull MemorySegment value) VkSamplerYcbcrConversionInfo.sType
(int value) VkSamplerYcbcrConversionInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSamplerYcbcrConversionInfoModifier and TypeMethodDescription@NotNull Iterator
<VkSamplerYcbcrConversionInfo> VkSamplerYcbcrConversionInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSamplerYcbcrConversionInfoModifier and TypeMethodDescriptionstatic VkSamplerYcbcrConversionInfo
VkSamplerYcbcrConversionInfo.clone
(Arena arena, VkSamplerYcbcrConversionInfo src) void
VkSamplerYcbcrConversionInfo.Ptr.write
(long index, @NotNull VkSamplerYcbcrConversionInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSamplerYcbcrConversionInfoModifier and TypeMethodDescriptionVkSamplerYcbcrConversionInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSamplerYcbcrConversionInfo> consumer)