Skip to content

Commit

Permalink
sokol_gfx.h wgpu: remove an outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 22, 2024
1 parent 9902e39 commit be24653
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -13291,9 +13291,6 @@ _SOKOL_PRIVATE void _sg_wgpu_init_caps(void) {
_sg.features.mrt_independent_blend_state = true;
_sg.features.mrt_independent_write_mask = true;

// FIXME: in webgpu.h, wgpuDeviceGetLimits() has a boolean return value, but
// the JS shim doesn't actually return anything
// (see: https://github.com/emscripten-core/emscripten/issues/20278)
wgpuDeviceGetLimits(_sg.wgpu.dev, &_sg.wgpu.limits);

const WGPULimits* l = &_sg.wgpu.limits.limits;
Expand Down

0 comments on commit be24653

Please sign in to comment.