mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#21089)
This commit is contained in:
parent
9ad84ddc21
commit
f77bb32044
193 changed files with 403 additions and 402 deletions
2
thirdparty/sokol/sokol_gfx.h
vendored
2
thirdparty/sokol/sokol_gfx.h
vendored
|
@ -14592,7 +14592,7 @@ _SOKOL_PRIVATE void _sg_wgpu_commit(void) {
|
|||
|
||||
_SOKOL_PRIVATE void _sg_wgpu_apply_viewport(int x, int y, int w, int h, bool origin_top_left) {
|
||||
SOKOL_ASSERT(_sg.wgpu.pass_enc);
|
||||
// FIXME FIXME FIXME: CLIPPING THE VIEWPORT HERE IS WRONG!!!
|
||||
// FIXME: CLIPPING THE VIEWPORT HERE IS WRONG!!!
|
||||
// (but currently required because WebGPU insists that the viewport rectangle must be
|
||||
// fully contained inside the framebuffer, but this doesn't make any sense, and also
|
||||
// isn't required by the backend APIs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue