Class VkStaticCommands
java.lang.Object
club.doki7.vulkan.command.VkStaticCommands
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable MethodHandle
final @Nullable MethodHandle
final @Nullable MemorySegment
final @Nullable MemorySegment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDeviceProcAddr
(VkDevice device, BytePtr pName) getInstanceProcAddr
(@Nullable VkInstance instance, BytePtr pName)
-
Field Details
-
SEGMENT$vkGetDeviceProcAddr
-
SEGMENT$vkGetInstanceProcAddr
-
HANDLE$vkGetDeviceProcAddr
-
HANDLE$vkGetInstanceProcAddr
-
-
Constructor Details
-
VkStaticCommands
-
-
Method Details
-
getDeviceProcAddr
@Pointer(comment="PFN_vkVoidFunction") public MemorySegment getDeviceProcAddr(VkDevice device, BytePtr pName) - See Also:
-
getInstanceProcAddr
@Pointer(comment="PFN_vkVoidFunction") public MemorySegment getInstanceProcAddr(@Nullable @Nullable VkInstance instance, BytePtr pName) - See Also:
-