Uses of Record Class
club.doki7.vulkan.datatype.VkHdrMetadataEXT
Packages that use VkHdrMetadataEXT
-
Uses of VkHdrMetadataEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkHdrMetadataEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkHdrMetadataEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkHdrMetadataEXTModifier and TypeMethodDescriptionstatic VkHdrMetadataEXT
@NotNull VkHdrMetadataEXT
VkHdrMetadataEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkHdrMetadataEXT
VkHdrMetadataEXT.clone
(Arena arena, VkHdrMetadataEXT src) VkHdrMetadataEXT.displayPrimaryBlue
(@NotNull VkXYColorEXT value) VkHdrMetadataEXT.displayPrimaryBlue
(Consumer<@NotNull VkXYColorEXT> consumer) VkHdrMetadataEXT.displayPrimaryGreen
(@NotNull VkXYColorEXT value) VkHdrMetadataEXT.displayPrimaryGreen
(Consumer<@NotNull VkXYColorEXT> consumer) VkHdrMetadataEXT.displayPrimaryRed
(@NotNull VkXYColorEXT value) VkHdrMetadataEXT.displayPrimaryRed
(Consumer<@NotNull VkXYColorEXT> consumer) VkHdrMetadataEXT.maxContentLightLevel
(float value) VkHdrMetadataEXT.maxFrameAverageLightLevel
(float value) VkHdrMetadataEXT.maxLuminance
(float value) VkHdrMetadataEXT.minLuminance
(float value) VkHdrMetadataEXT.pNext
(@NotNull MemorySegment value) VkHdrMetadataEXT.sType
(int value) VkHdrMetadataEXT.Ptr.toArray()
VkHdrMetadataEXT.whitePoint
(@NotNull VkXYColorEXT value) VkHdrMetadataEXT.whitePoint
(Consumer<@NotNull VkXYColorEXT> consumer) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkHdrMetadataEXTModifier and TypeMethodDescription@NotNull Iterator
<VkHdrMetadataEXT> VkHdrMetadataEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkHdrMetadataEXTModifier and TypeMethodDescriptionstatic VkHdrMetadataEXT
VkHdrMetadataEXT.clone
(Arena arena, VkHdrMetadataEXT src) void
VkHdrMetadataEXT.Ptr.write
(long index, @NotNull VkHdrMetadataEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkHdrMetadataEXTModifier and TypeMethodDescriptionVkHdrMetadataEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkHdrMetadataEXT> consumer)