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 recordRepresents a pointer to / an array ofVkSamplerYcbcrConversionInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSamplerYcbcrConversionInfoModifier and TypeMethodDescriptionstatic VkSamplerYcbcrConversionInfo@NotNull VkSamplerYcbcrConversionInfoVkSamplerYcbcrConversionInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSamplerYcbcrConversionInfoVkSamplerYcbcrConversionInfo.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 VkSamplerYcbcrConversionInfoVkSamplerYcbcrConversionInfo.clone(Arena arena, VkSamplerYcbcrConversionInfo src) voidVkSamplerYcbcrConversionInfo.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)