|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Recorded setScissorRect. More...
#include "donner/gpu/Commands.h"
Public Attributes | |
| uint32_t | x = 0 |
| Left edge in pixels. | |
| uint32_t | y = 0 |
| Top edge in pixels. | |
| uint32_t | width = 0 |
| Width in pixels. | |
| uint32_t | height = 0 |
| Height in pixels. | |
Recorded setScissorRect.
| uint32_t donner::gpu::SetScissorRectCommand::height = 0 |
Height in pixels.
| uint32_t donner::gpu::SetScissorRectCommand::width = 0 |
Width in pixels.
| uint32_t donner::gpu::SetScissorRectCommand::x = 0 |
Left edge in pixels.
| uint32_t donner::gpu::SetScissorRectCommand::y = 0 |
Top edge in pixels.