Uses of Record Class
club.doki7.vulkan.datatype.VkDisplayPowerInfoEXT
Packages that use VkDisplayPowerInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDisplayPowerInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDisplayPowerInfoEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.displayPowerControlEXT
(VkDevice device, VkDisplayKHR display, VkDisplayPowerInfoEXT pDisplayPowerInfo) -
Uses of VkDisplayPowerInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDisplayPowerInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDisplayPowerInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplayPowerInfoEXTModifier and TypeMethodDescriptionstatic VkDisplayPowerInfoEXT
@NotNull VkDisplayPowerInfoEXT
VkDisplayPowerInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDisplayPowerInfoEXT
VkDisplayPowerInfoEXT.clone
(Arena arena, VkDisplayPowerInfoEXT src) VkDisplayPowerInfoEXT.pNext
(@NotNull MemorySegment value) VkDisplayPowerInfoEXT.powerState
(int value) VkDisplayPowerInfoEXT.sType
(int value) VkDisplayPowerInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDisplayPowerInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDisplayPowerInfoEXT> VkDisplayPowerInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDisplayPowerInfoEXTModifier and TypeMethodDescriptionstatic VkDisplayPowerInfoEXT
VkDisplayPowerInfoEXT.clone
(Arena arena, VkDisplayPowerInfoEXT src) void
VkDisplayPowerInfoEXT.Ptr.write
(long index, @NotNull VkDisplayPowerInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDisplayPowerInfoEXTModifier and TypeMethodDescriptionVkDisplayPowerInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDisplayPowerInfoEXT> consumer)