Skip to content

Commit

Permalink
Removed some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Feb 10, 2024
1 parent 3c80057 commit fb175f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ int main()
fences[i] = pvkCreateFence(logicalGPU, VK_FENCE_CREATE_SIGNALED_BIT);

float angle = 0;
uint32_t fIndex = 0;
uint32_t fUnsignaledCount = 3;
/* Rendering & Presentation */
while(!pvkWindowShouldClose(window))
{
Expand Down

0 comments on commit fb175f0

Please sign in to comment.