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