summaryrefslogtreecommitdiff
path: root/src/deprecated.lisp
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-03-04 22:47:28 +0100
committerThomas Albers <thomas@thomaslabs.org>2023-03-04 22:47:28 +0100
commit6fe823a614279cceb2d48507bd8e93b0efd87f94 (patch)
tree579e3c5db456667ce2aeda94f909703513179ce1 /src/deprecated.lisp
Initial commit
Diffstat (limited to 'src/deprecated.lisp')
-rw-r--r--src/deprecated.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/deprecated.lisp b/src/deprecated.lisp
new file mode 100644
index 0000000..ea835fe
--- /dev/null
+++ b/src/deprecated.lisp
@@ -0,0 +1,4 @@
+(in-package #:ocl)
+
+(defun create-command-queue (context device properties)
+ (check-error-arg (%create-command-queue context device properties)))