Sarek_vulkan.Vulkan_apival memcpy :
unit Ctypes_static.ptr ->
unit Ctypes_static.ptr ->
Unsigned.size_t ->
unit Ctypes_static.ptrmemcpy from libc for memory transfers
exception Vulkan_error of Vulkan_types.vk_result * stringval check : string -> Vulkan_types.vk_result -> unitCheck Vulkan result and raise exception on error
Compile GLSL to SPIR-V using glslangValidator. Requires glslangValidator in PATH.
Compile GLSL to SPIR-V using Shaderc if available, otherwise fallback to CLI
module Device : sig ... endmodule Memory : sig ... endmodule Stream : sig ... endmodule Event : sig ... endmodule Kernel : sig ... end