Skip to content

Commit eae6aac

Browse files
committed
update cl_khr_command_buffer extension version to v0.9.8
1 parent d79c921 commit eae6aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layers/10_cmdbufemu/emulate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
#include "emulate.h"
2121

2222
static constexpr cl_version version_cl_khr_command_buffer =
23-
CL_MAKE_VERSION(0, 9, 7);
23+
CL_MAKE_VERSION(0, 9, 8);
2424
static constexpr cl_version version_cl_khr_command_buffer_mutable_dispatch =
25-
CL_MAKE_VERSION(0, 9, 3);
25+
CL_MAKE_VERSION(0, 9, 4);
2626

2727
SLayerContext& getLayerContext(void)
2828
{

0 commit comments

Comments
 (0)