Skip to content

Commit

Permalink
add a todo for occlusion_query_set
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Sep 30, 2023
1 parent 6020389 commit 45b405f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ pub unsafe extern "C" fn wgpuCommandEncoderBeginRenderPass(
),
depth_stencil_attachment: depth_stencil_attachment.as_ref(),
timestamp_writes: timestamp_writes.as_ref(),
occlusion_query_set: None,
occlusion_query_set: None, // TODO:
};

Arc::into_raw(Arc::new(WGPURenderPassEncoderImpl {
Expand Down

0 comments on commit 45b405f

Please sign in to comment.