mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 12:34:35 +01:00
Added @Optional on clSetPrintfCallback for the AMD CL 1.2 preview driver.
This commit is contained in:
parent
9684d6abfe
commit
ef193f9b3d
|
|
@ -419,6 +419,7 @@ public interface CL12 {
|
|||
@Check(canBeNull = true) @Const @NativeType("cl_event") PointerBuffer event_wait_list,
|
||||
@OutParameter @Check(value = "1", canBeNull = true) @NativeType("cl_event") PointerBuffer event);
|
||||
|
||||
@Optional(reason = "Missing from AMD CL 1.2 preview drivers.")
|
||||
@Code(
|
||||
tryBlock = true,
|
||||
// Create a GlobalRef to the callback object.
|
||||
|
|
|
|||
Loading…
Reference in a new issue