Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Nov 4, 2024
1 parent ce6059d commit 0f3f33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cidre/src/mtl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ macro_rules! define_mtl {

(gpu_res_id) => {
#[$crate::objc::msg_send(gpuResourceID)]
pub fn gpu_resource_id(&self) -> crate::mtl::ResId;
pub fn gpu_res_id(&self) -> crate::mtl::ResId;
};

(update_fence) => {
Expand Down

0 comments on commit 0f3f33d

Please sign in to comment.