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