Package org.lwjgl.vulkan
Class VkCommandBuffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.vulkan.DispatchableHandle
-
- org.lwjgl.vulkan.VkCommandBuffer
-
- All Implemented Interfaces:
- Pointer
public class VkCommandBuffer extends DispatchableHandle
Wraps a Vulkan command buffer handle.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkCommandBuffer(long handle, VkDevice device)
Creates aVkCommandBuffer
using the specified native handle and device.
-
Method Summary
-
Methods inherited from class org.lwjgl.vulkan.DispatchableHandle
getCapabilities
-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
VkCommandBuffer
public VkCommandBuffer(long handle, VkDevice device)
Creates aVkCommandBuffer
using the specified native handle and device.- Parameters:
handle
- the nativeVkCommandBuffer
handledevice
- the device on which the command buffer was created
-
-