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 TypeMethodDescriptionvoidVkDeviceCommands.destroyFramebuffer(VkDevice device, @Nullable VkFramebuffer framebuffer, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.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 VkFramebufferVkCommandBufferInheritanceInfo.framebuffer()@Nullable VkFramebufferVkRenderPassBeginInfo.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 recordRepresents a pointer toVkFramebufferhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkFramebufferModifier and TypeMethodDescription@Nullable VkFramebufferVkFramebuffer.Ptr.read()@Nullable VkFramebufferVkFramebuffer.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.PtrVkFramebuffer.Ptr.allocate(Arena arena, @Nullable VkFramebuffer @NotNull [] values) static VkFramebuffer.PtrVkFramebuffer.Ptr.allocateV(Arena arena, @Nullable VkFramebuffer value0, @Nullable VkFramebuffer... values) voidVkFramebuffer.Ptr.write(long index, @Nullable VkFramebuffer value) voidVkFramebuffer.Ptr.write(@Nullable VkFramebuffer value) voidVkFramebuffer.Ptr.write(@Nullable VkFramebuffer[] values) voidVkFramebuffer.Ptr.writeV(@Nullable VkFramebuffer value0, @Nullable VkFramebuffer... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkFramebufferModifier and TypeMethodDescriptionstatic VkFramebuffer.PtrVkFramebuffer.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkFramebuffer> values)