Skip to content

Commit cfa4ef0

Browse files
removed fprintf
1 parent 069564e commit cfa4ef0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

androidgpulib/src/main/cpp/androidgpu.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ Java_com_lib_androidgpulib_AndroidGPU_run(
336336
exit(-1);
337337
}
338338

339-
CHECK(VK_ERROR_DEVICE_LOST);
340-
341339
const VkApplicationInfo applicationInfo = {
342340
VK_STRUCTURE_TYPE_APPLICATION_INFO,
343341
0,

0 commit comments

Comments
 (0)