Package org.lwjgl.vulkan
Class DispatchableHandle
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.vulkan.DispatchableHandle
-
- All Implemented Interfaces:
- Pointer
- Direct Known Subclasses:
- VkCommandBuffer, VkDevice, VkInstance, VkPhysicalDevice, VkQueue
public abstract class DispatchableHandle extends Pointer.Default
Base class for Vulkan dispatchable handles.
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description VKCapabilities
getCapabilities()
Returns theVKCapabilities
instance associated with this dispatchable handle.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
-
-
-
Method Detail
-
getCapabilities
public VKCapabilities getCapabilities()
Returns theVKCapabilities
instance associated with this dispatchable handle.
-
-