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