Uses of Record Class
club.doki7.vulkan.datatype.VkImportScreenBufferInfoQNX
Packages that use VkImportScreenBufferInfoQNX
-
Uses of VkImportScreenBufferInfoQNX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImportScreenBufferInfoQNXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImportScreenBufferInfoQNXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImportScreenBufferInfoQNXModifier and TypeMethodDescriptionstatic VkImportScreenBufferInfoQNX@NotNull VkImportScreenBufferInfoQNXVkImportScreenBufferInfoQNX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkImportScreenBufferInfoQNX.buffer(@Nullable PointerPtr value) static VkImportScreenBufferInfoQNXVkImportScreenBufferInfoQNX.clone(Arena arena, VkImportScreenBufferInfoQNX src) VkImportScreenBufferInfoQNX.pNext(@NotNull MemorySegment value) VkImportScreenBufferInfoQNX.sType(int value) VkImportScreenBufferInfoQNX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImportScreenBufferInfoQNXModifier and TypeMethodDescription@NotNull Iterator<VkImportScreenBufferInfoQNX> VkImportScreenBufferInfoQNX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImportScreenBufferInfoQNXModifier and TypeMethodDescriptionstatic VkImportScreenBufferInfoQNXVkImportScreenBufferInfoQNX.clone(Arena arena, VkImportScreenBufferInfoQNX src) voidVkImportScreenBufferInfoQNX.Ptr.write(long index, @NotNull VkImportScreenBufferInfoQNX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImportScreenBufferInfoQNXModifier and TypeMethodDescriptionVkImportScreenBufferInfoQNX.Ptr.at(long index, @NotNull Consumer<@NotNull VkImportScreenBufferInfoQNX> consumer)