Skip to content

Commit

Permalink
removed fprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoCiaramella committed Feb 16, 2023
1 parent 069564e commit cfa4ef0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions androidgpulib/src/main/cpp/androidgpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ Java_com_lib_androidgpulib_AndroidGPU_run(
exit(-1);
}

CHECK(VK_ERROR_DEVICE_LOST);

const VkApplicationInfo applicationInfo = {
VK_STRUCTURE_TYPE_APPLICATION_INFO,
0,
Expand Down

0 comments on commit cfa4ef0

Please sign in to comment.