Uses of Record Class
club.doki7.vulkan.datatype.VkBufferConstraintsInfoFUCHSIA
Packages that use VkBufferConstraintsInfoFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkBufferConstraintsInfoFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionint
VkDeviceCommands.setBufferCollectionBufferConstraintsFUCHSIA
(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferConstraintsInfoFUCHSIA pBufferConstraintsInfo) -
Uses of VkBufferConstraintsInfoFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferConstraintsInfoFUCHSIAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBufferConstraintsInfoFUCHSIA
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferConstraintsInfoFUCHSIAModifier and TypeMethodDescription@NotNull VkBufferConstraintsInfoFUCHSIA
VkBufferConstraintsInfoFUCHSIA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkBufferConstraintsInfoFUCHSIA.bufferCollectionConstraints
(@NotNull VkBufferCollectionConstraintsInfoFUCHSIA value) VkBufferConstraintsInfoFUCHSIA.bufferCollectionConstraints
(Consumer<@NotNull VkBufferCollectionConstraintsInfoFUCHSIA> consumer) VkBufferConstraintsInfoFUCHSIA.clone
(Arena arena, VkBufferConstraintsInfoFUCHSIA src) VkBufferConstraintsInfoFUCHSIA.createInfo
(@NotNull VkBufferCreateInfo value) VkBufferConstraintsInfoFUCHSIA.createInfo
(Consumer<@NotNull VkBufferCreateInfo> consumer) VkBufferConstraintsInfoFUCHSIA.pNext
(@NotNull MemorySegment value) VkBufferConstraintsInfoFUCHSIA.requiredFormatFeatures
(int value) VkBufferConstraintsInfoFUCHSIA.sType
(int value) VkBufferConstraintsInfoFUCHSIA.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferConstraintsInfoFUCHSIAModifier and TypeMethodDescription@NotNull Iterator
<VkBufferConstraintsInfoFUCHSIA> VkBufferConstraintsInfoFUCHSIA.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBufferConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionVkBufferConstraintsInfoFUCHSIA.clone
(Arena arena, VkBufferConstraintsInfoFUCHSIA src) void
VkBufferConstraintsInfoFUCHSIA.Ptr.write
(long index, @NotNull VkBufferConstraintsInfoFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionVkBufferConstraintsInfoFUCHSIA.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBufferConstraintsInfoFUCHSIA> consumer)