compute is back in. Crashing the nvidia driver on buffer operations in the kernel....
This commit is contained in:
@@ -40,7 +40,7 @@ impl CompuBuffers {
|
||||
};
|
||||
|
||||
// Settings buffer which holds i32's
|
||||
// Compile macros into the kernel eventually to index them
|
||||
// TODO: Compile macros into the kernel eventually to index them
|
||||
let settings_buffer = {
|
||||
let vec = vec![dimensions.0, dimensions.1];
|
||||
let mut buff = vec.iter();
|
||||
|
||||
Reference in New Issue
Block a user