Uses of Record Class
club.doki7.vulkan.datatype.VkSurfaceCapabilitiesFullScreenExclusiveEXT
Packages that use VkSurfaceCapabilitiesFullScreenExclusiveEXT
-
Uses of VkSurfaceCapabilitiesFullScreenExclusiveEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSurfaceCapabilitiesFullScreenExclusiveEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSurfaceCapabilitiesFullScreenExclusiveEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfaceCapabilitiesFullScreenExclusiveEXTModifier and TypeMethodDescriptionVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSurfaceCapabilitiesFullScreenExclusiveEXT.clone(Arena arena, VkSurfaceCapabilitiesFullScreenExclusiveEXT src) VkSurfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported(int value) VkSurfaceCapabilitiesFullScreenExclusiveEXT.pNext(@NotNull MemorySegment value) VkSurfaceCapabilitiesFullScreenExclusiveEXT.sType(int value) VkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSurfaceCapabilitiesFullScreenExclusiveEXTMethods in club.doki7.vulkan.datatype with parameters of type VkSurfaceCapabilitiesFullScreenExclusiveEXTModifier and TypeMethodDescriptionVkSurfaceCapabilitiesFullScreenExclusiveEXT.clone(Arena arena, VkSurfaceCapabilitiesFullScreenExclusiveEXT src) voidVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr.write(long index, @NotNull VkSurfaceCapabilitiesFullScreenExclusiveEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSurfaceCapabilitiesFullScreenExclusiveEXTModifier and TypeMethodDescriptionVkSurfaceCapabilitiesFullScreenExclusiveEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSurfaceCapabilitiesFullScreenExclusiveEXT> consumer)