Skip to content

Releases: antvis/g-device-api

1.6.14

Choose a tag to compare

@xiaoiver xiaoiver released this 12 Dec 05:06
a1584fc

What's Changed

Full Changelog: 1.6.13...1.6.14

1.6.13

Choose a tag to compare

@xiaoiver xiaoiver released this 12 Dec 04:05
f5aea08

What's Changed

Full Changelog: 1.6.12...1.6.13

1.6.12

Choose a tag to compare

@xiaoiver xiaoiver released this 29 May 08:22
972cdeb

What's Changed

Full Changelog: 1.6.11...1.6.12

1.6.11

Choose a tag to compare

@xiaoiver xiaoiver released this 21 May 11:19
5e137c5

What's Changed

  • Release by @xiaoiver in #192
  • Support polygonOffsetFactor / Units
const pipeline = device.createRenderPipeline({
  megaStateDescriptor: {
    polygonOffset: true,
    polygonOffsetFactor: 2,
    polygonOffsetUnits: 3,
  },
});

Full Changelog: 1.6.10...1.6.11

1.6.10

Choose a tag to compare

@xiaoiver xiaoiver released this 16 May 05:40
160c143

What's Changed

  • Release by @xiaoiver in #187
  • Support stencil union, intersection and mask in WebGL 1/2.

Full Changelog: 1.6.9...1.6.10

1.6.9

Choose a tag to compare

@xiaoiver xiaoiver released this 15 May 08:16
ab4dffc

What's Changed

Full Changelog: 1.6.8...1.6.9

1.6.8

Choose a tag to compare

@xiaoiver xiaoiver released this 19 Mar 11:11
8b1afb2

What's Changed

Full Changelog: 1.6.6...1.6.8

1.6.6

Choose a tag to compare

@xiaoiver xiaoiver released this 19 Mar 08:33
1a0afaa

Patch Changes

  • 5cfa31c: Display more granular error message when compiling wgsl with naga.

What's Changed

Full Changelog: 1.6.5...1.6.6

1.6.5

Choose a tag to compare

@xiaoiver xiaoiver released this 14 Mar 08:33
15bfcbb

Patch Changes

  • d9b7078: Separate sampler and textures correctly.

1.6.4

Choose a tag to compare

@xiaoiver xiaoiver released this 19 Jan 07:13
2f5028f

Patch Changes

  • 5c86bba: Enable filterable float32 feature in WebGPU.