Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Aug 30, 2024
1 parent 18b34a5 commit 69f7ce7
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 @@ -11,7 +11,7 @@ struct GPUCollection {
device : Arc<wgpu::Device> ,
queue : Arc<wgpu::Queue> ,
}
// hashing GPU res
// Caching GPU res
static mut GPU_RES_KEEPER : Option<Arc<Mutex<HashMap<GPUComputingConfig , GPUCollection>>>> = None;


Expand Down

0 comments on commit 69f7ce7

Please sign in to comment.