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