mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-17 13:59:30 -07:00
Commenting out the tables and adding select to some shaders in place of the original ternary operator.
This commit is contained in:
@@ -27,7 +27,7 @@ export default async (canvas, config) => {
|
||||
const canvasContext = canvas.getContext("webgpu");
|
||||
const presentationFormat = canvasContext.getPreferredFormat(adapter);
|
||||
|
||||
console.table(device.limits);
|
||||
// console.table(device.limits);
|
||||
|
||||
const canvasConfig = {
|
||||
device,
|
||||
|
||||
Reference in New Issue
Block a user