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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDisplayPowerInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplayPowerInfoEXTModifier and TypeMethodDescriptionstatic VkDisplayPowerInfoEXT@NotNull VkDisplayPowerInfoEXTVkDisplayPowerInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDisplayPowerInfoEXTVkDisplayPowerInfoEXT.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 VkDisplayPowerInfoEXTVkDisplayPowerInfoEXT.clone(Arena arena, VkDisplayPowerInfoEXT src) voidVkDisplayPowerInfoEXT.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)