Package org.lwjgl.vulkan
Class VkCommandBuffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.vulkan.VkCommandBuffer
- All Implemented Interfaces:
Pointer
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
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkCommandBuffer
(long handle, VkDevice device) Creates aVkCommandBuffer
using the specified native handle and device. -
Method Summary
Modifier and TypeMethodDescriptionReturns theVKCapabilitiesDevice
instance associated with this dispatchable handle.Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle.Returns the device on which thisVkCommandBuffer
was created.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Constructor Details
-
Method Details
-
getDevice
Returns the device on which thisVkCommandBuffer
was created. -
getCapabilitiesInstance
Returns theVKCapabilitiesInstance
instance associated with this dispatchable handle. -
getCapabilities
Returns theVKCapabilitiesDevice
instance associated with this dispatchable handle.
-