Uses of Record Class
club.doki7.vulkan.datatype.VkConformanceVersion
Packages that use VkConformanceVersion
-
Uses of VkConformanceVersion in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkConformanceVersionModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkConformanceVersion
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkConformanceVersionModifier and TypeMethodDescriptionstatic VkConformanceVersion
@NotNull VkConformanceVersion
VkConformanceVersion.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkConformanceVersion
VkConformanceVersion.clone
(Arena arena, VkConformanceVersion src) @NotNull VkConformanceVersion
VkPhysicalDeviceDriverProperties.conformanceVersion()
@NotNull VkConformanceVersion
VkPhysicalDeviceVulkan12Properties.conformanceVersion()
VkConformanceVersion.major
(byte value) VkConformanceVersion.minor
(byte value) VkConformanceVersion.patch
(byte value) VkConformanceVersion.subminor
(byte value) VkConformanceVersion.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkConformanceVersionModifier and TypeMethodDescription@NotNull Iterator
<VkConformanceVersion> VkConformanceVersion.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkConformanceVersionModifier and TypeMethodDescriptionstatic VkConformanceVersion
VkConformanceVersion.clone
(Arena arena, VkConformanceVersion src) VkPhysicalDeviceDriverProperties.conformanceVersion
(@NotNull VkConformanceVersion value) VkPhysicalDeviceVulkan12Properties.conformanceVersion
(@NotNull VkConformanceVersion value) void
VkConformanceVersion.Ptr.write
(long index, @NotNull VkConformanceVersion value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkConformanceVersionModifier and TypeMethodDescriptionVkConformanceVersion.Ptr.at
(long index, @NotNull Consumer<@NotNull VkConformanceVersion> consumer) VkPhysicalDeviceDriverProperties.conformanceVersion
(Consumer<@NotNull VkConformanceVersion> consumer) VkPhysicalDeviceVulkan12Properties.conformanceVersion
(Consumer<@NotNull VkConformanceVersion> consumer)