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