Skip to content

Commit

Permalink
todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Mar 16, 2022
1 parent 0159b3f commit d456539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/metal/render_metal.mm
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
ViewParams view_params = compute_view_parameters(pos, dir, up, fovy);

auto start = high_resolution_clock::now();
// TODO: Look into using an indirect command buffer to improve perf/latency issue
id<MTLCommandBuffer> command_buffer = context->command_buffer();
id<MTLComputeCommandEncoder> command_encoder = [command_buffer computeCommandEncoder];

Expand Down

0 comments on commit d456539

Please sign in to comment.