Uses of Record Class
club.doki7.vulkan.datatype.VkLayerProperties
Packages that use VkLayerProperties
-
Uses of VkLayerProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkLayerPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkLayerProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkLayerPropertiesModifier and TypeMethodDescriptionstatic VkLayerProperties
@NotNull VkLayerProperties
VkLayerProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkLayerProperties
VkLayerProperties.clone
(Arena arena, VkLayerProperties src) VkLayerProperties.description
(BytePtr value) VkLayerProperties.description
(@NotNull Consumer<BytePtr> consumer) VkLayerProperties.implementationVersion
(int value) VkLayerProperties.specVersion
(int value) VkLayerProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkLayerPropertiesModifier and TypeMethodDescription@NotNull Iterator
<VkLayerProperties> VkLayerProperties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkLayerPropertiesModifier and TypeMethodDescriptionstatic VkLayerProperties
VkLayerProperties.clone
(Arena arena, VkLayerProperties src) void
VkLayerProperties.Ptr.write
(long index, @NotNull VkLayerProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkLayerPropertiesModifier and TypeMethodDescriptionVkLayerProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkLayerProperties> consumer)