Skip to content

Commit

Permalink
Deploying to gh-pages from @ e58706a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
toji committed Oct 1, 2024
1 parent a3cef22 commit d36284d
Show file tree
Hide file tree
Showing 97 changed files with 36 additions and 97 deletions.
1 change: 0 additions & 1 deletion sample/alphaToCoverage/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/alphaToCoverage/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/alphaToCoverage/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const context = canvas.getContext('webgpu') as GPUCanvasContext;
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});

//
Expand Down
1 change: 0 additions & 1 deletion sample/animometer/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/animometer/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/animometer/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat();
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
usage: GPUTextureUsage.COPY_DST | GPUTextureUsage.RENDER_ATTACHMENT,
});

Expand Down
1 change: 0 additions & 1 deletion sample/bitonicSort/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/bitonicSort/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/bitonicSort/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export const SampleInitFactoryWebGPU = async (
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});

callback({
Expand Down
1 change: 0 additions & 1 deletion sample/cameras/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/cameras/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/cameras/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat();
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});

// Create a vertex buffer from the cube data.
Expand Down
1 change: 0 additions & 1 deletion sample/computeBoids/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/computeBoids/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/computeBoids/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat();
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});

const spriteShaderModule = device.createShaderModule({ code: spriteWGSL });
Expand Down
1 change: 0 additions & 1 deletion sample/cornell/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/cornell/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/cornell/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ context.configure({
device,
format: presentationFormat,
usage: GPUTextureUsage.RENDER_ATTACHMENT | GPUTextureUsage.STORAGE_BINDING,
alphaMode: 'premultiplied',
});

const framebuffer = device.createTexture({
Expand Down
1 change: 0 additions & 1 deletion sample/cubemap/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/cubemap/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/cubemap/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat();
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});

// Create a vertex buffer from the cube data.
Expand Down
1 change: 0 additions & 1 deletion sample/deferredRendering/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8491,7 +8491,6 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat();
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});
// Create the model vertex buffer.
const kVertexStride = 8;
Expand Down
2 changes: 1 addition & 1 deletion sample/deferredRendering/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/deferredRendering/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat();
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});

// Create the model vertex buffer.
Expand Down
1 change: 0 additions & 1 deletion sample/fractalCube/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/fractalCube/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/fractalCube/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ context.configure({
// Specify we want both RENDER_ATTACHMENT and COPY_SRC since we
// will copy out of the swapchain texture.
usage: GPUTextureUsage.RENDER_ATTACHMENT | GPUTextureUsage.COPY_SRC,
alphaMode: 'premultiplied',
});

// Create a vertex buffer from the cube data.
Expand Down
1 change: 0 additions & 1 deletion sample/gameOfLife/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/gameOfLife/main.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/gameOfLife/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat();
context.configure({
device,
format: presentationFormat,
alphaMode: 'premultiplied',
});

const GameOptions = {
Expand Down
2 changes: 1 addition & 1 deletion sample/helloTriangle/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d36284d

Please sign in to comment.