Uses of Record Class
club.doki7.vulkan.handle.VkFramebuffer
Packages that use VkFramebuffer
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkFramebuffer in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFramebufferModifier and TypeMethodDescriptionvoid
VkDeviceCommands.destroyFramebuffer
(VkDevice device, @Nullable VkFramebuffer framebuffer, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.getFramebufferTilePropertiesQCOM
(VkDevice device, VkFramebuffer framebuffer, IntPtr pPropertiesCount, @Nullable IVkTilePropertiesQCOM pProperties) -
Uses of VkFramebuffer in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkFramebufferModifier and TypeMethodDescription@Nullable VkFramebuffer
VkCommandBufferInheritanceInfo.framebuffer()
@Nullable VkFramebuffer
VkRenderPassBeginInfo.framebuffer()
Methods in club.doki7.vulkan.datatype with parameters of type VkFramebufferModifier and TypeMethodDescriptionVkCommandBufferInheritanceInfo.framebuffer
(@Nullable VkFramebuffer value) VkRenderPassBeginInfo.framebuffer
(@Nullable VkFramebuffer value) -
Uses of VkFramebuffer in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkFramebufferModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkFramebuffer
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkFramebufferModifier and TypeMethodDescription@Nullable VkFramebuffer
VkFramebuffer.Ptr.read()
@Nullable VkFramebuffer
VkFramebuffer.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkFramebufferMethods in club.doki7.vulkan.handle with parameters of type VkFramebufferModifier and TypeMethodDescriptionstatic VkFramebuffer.Ptr
VkFramebuffer.Ptr.allocate
(Arena arena, @Nullable VkFramebuffer @NotNull [] values) static VkFramebuffer.Ptr
VkFramebuffer.Ptr.allocateV
(Arena arena, @Nullable VkFramebuffer value0, @Nullable VkFramebuffer... values) void
VkFramebuffer.Ptr.write
(long index, @Nullable VkFramebuffer value) void
VkFramebuffer.Ptr.write
(@Nullable VkFramebuffer value) void
VkFramebuffer.Ptr.write
(@Nullable VkFramebuffer[] values) void
VkFramebuffer.Ptr.writeV
(@Nullable VkFramebuffer value0, @Nullable VkFramebuffer... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkFramebufferModifier and TypeMethodDescriptionstatic VkFramebuffer.Ptr
VkFramebuffer.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkFramebuffer> values)