Uses of Record Class
club.doki7.vulkan.handle.VkFramebuffer.Ptr
Packages that use VkFramebuffer.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkFramebuffer.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFramebuffer.PtrModifier and TypeMethodDescriptionint
VkDeviceCommands.createFramebuffer
(VkDevice device, VkFramebufferCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkFramebuffer.Ptr pFramebuffer) -
Uses of VkFramebuffer.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkFramebuffer.PtrModifier and TypeMethodDescriptionstatic VkFramebuffer.Ptr
static VkFramebuffer.Ptr
static VkFramebuffer.Ptr
VkFramebuffer.Ptr.allocate
(Arena arena, @Nullable VkFramebuffer @NotNull [] values) static VkFramebuffer.Ptr
VkFramebuffer.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkFramebuffer> values) static VkFramebuffer.Ptr
VkFramebuffer.Ptr.allocateV
(Arena arena, @Nullable VkFramebuffer value0, @Nullable VkFramebuffer... values) VkFramebuffer.Ptr.offset
(long offset) VkFramebuffer.Ptr.reinterpret
(long newSize) Assume theVkFramebuffer.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkFramebuffer.Ptr
that uses the same backing storage as thisVkFramebuffer.Ptr
, but with the new size.VkFramebuffer.Ptr.slice
(long end) VkFramebuffer.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).