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.
Loading...
Searching...
No Matches
donner::gpu::SetScissorRectCommand Struct Reference

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.

Detailed Description

Recorded setScissorRect.

Member Data Documentation

◆ height

uint32_t donner::gpu::SetScissorRectCommand::height = 0

Height in pixels.

◆ width

uint32_t donner::gpu::SetScissorRectCommand::width = 0

Width in pixels.

◆ x

uint32_t donner::gpu::SetScissorRectCommand::x = 0

Left edge in pixels.

◆ y

uint32_t donner::gpu::SetScissorRectCommand::y = 0

Top edge in pixels.


The documentation for this struct was generated from the following file: