Uses of Record Class
club.doki7.vulkan.datatype.VkFramebufferCreateInfo
Packages that use VkFramebufferCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkFramebufferCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFramebufferCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createFramebuffer(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) -
Uses of VkFramebufferCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkFramebufferCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkFramebufferCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFramebufferCreateInfoModifier and TypeMethodDescriptionstatic VkFramebufferCreateInfo@NotNull VkFramebufferCreateInfoVkFramebufferCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkFramebufferCreateInfo.attachmentCount(int value) static VkFramebufferCreateInfoVkFramebufferCreateInfo.clone(Arena arena, VkFramebufferCreateInfo src) VkFramebufferCreateInfo.flags(int value) VkFramebufferCreateInfo.height(int value) VkFramebufferCreateInfo.layers(int value) VkFramebufferCreateInfo.pAttachments(VkImageView.Ptr value) VkFramebufferCreateInfo.pNext(@NotNull MemorySegment value) VkFramebufferCreateInfo.renderPass(@Nullable VkRenderPass value) VkFramebufferCreateInfo.sType(int value) VkFramebufferCreateInfo.Ptr.toArray()VkFramebufferCreateInfo.width(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkFramebufferCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkFramebufferCreateInfo> VkFramebufferCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkFramebufferCreateInfoModifier and TypeMethodDescriptionstatic VkFramebufferCreateInfoVkFramebufferCreateInfo.clone(Arena arena, VkFramebufferCreateInfo src) voidVkFramebufferCreateInfo.Ptr.write(long index, @NotNull VkFramebufferCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkFramebufferCreateInfoModifier and TypeMethodDescriptionVkFramebufferCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkFramebufferCreateInfo> consumer)