Uses of Record Class
club.doki7.vulkan.datatype.VkImageConstraintsInfoFUCHSIA
Packages that use VkImageConstraintsInfoFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImageConstraintsInfoFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionintVkDeviceCommands.setBufferCollectionImageConstraintsFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkImageConstraintsInfoFUCHSIA pImageConstraintsInfo) -
Uses of VkImageConstraintsInfoFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageConstraintsInfoFUCHSIAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageConstraintsInfoFUCHSIAstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageConstraintsInfoFUCHSIAModifier and TypeMethodDescription@NotNull VkImageConstraintsInfoFUCHSIAVkImageConstraintsInfoFUCHSIA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkImageConstraintsInfoFUCHSIA.bufferCollectionConstraints(@NotNull VkBufferCollectionConstraintsInfoFUCHSIA value) VkImageConstraintsInfoFUCHSIA.bufferCollectionConstraints(Consumer<@NotNull VkBufferCollectionConstraintsInfoFUCHSIA> consumer) VkImageConstraintsInfoFUCHSIA.clone(Arena arena, VkImageConstraintsInfoFUCHSIA src) VkImageConstraintsInfoFUCHSIA.flags(int value) VkImageConstraintsInfoFUCHSIA.formatConstraintsCount(int value) VkImageConstraintsInfoFUCHSIA.pFormatConstraints(@Nullable IVkImageFormatConstraintsInfoFUCHSIA value) VkImageConstraintsInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkImageConstraintsInfoFUCHSIA.sType(int value) VkImageConstraintsInfoFUCHSIA.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageConstraintsInfoFUCHSIAModifier and TypeMethodDescription@NotNull Iterator<VkImageConstraintsInfoFUCHSIA> VkImageConstraintsInfoFUCHSIA.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionVkImageConstraintsInfoFUCHSIA.clone(Arena arena, VkImageConstraintsInfoFUCHSIA src) voidVkImageConstraintsInfoFUCHSIA.Ptr.write(long index, @NotNull VkImageConstraintsInfoFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageConstraintsInfoFUCHSIAModifier and TypeMethodDescriptionVkImageConstraintsInfoFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageConstraintsInfoFUCHSIA> consumer)