From 2482271fffbe85efc1bd7efcf74a76f6ed436012 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 29 Apr 2021 14:19:51 -0700 Subject: `gfx` DebugCallback and debug layer. (#1822) * `gfx` DebugCallback and debug layer. --- examples/hello-world/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/hello-world') diff --git a/examples/hello-world/main.cpp b/examples/hello-world/main.cpp index da149a8e0..e635b3a48 100644 --- a/examples/hello-world/main.cpp +++ b/examples/hello-world/main.cpp @@ -66,6 +66,7 @@ struct HelloWorldExample int main() { + initDebugCallback(); HelloWorldExample example; return example.run(); } -- cgit v1.2.3