Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
donner::geode::CheckerboardScissorPx Struct Reference

Device-pixel sub-rectangle of the target a checkerboard pass is confined to. More...

#include "donner/svg/renderer/geode/GeodeCheckerboardPipeline.h"

Public Attributes

std::uint32_t x = 0
 Left edge in device pixels.
std::uint32_t y = 0
 Top edge in device pixels.
std::uint32_t width = 0
 Width in device pixels.
std::uint32_t height = 0
 Height in device pixels.

Detailed Description

Device-pixel sub-rectangle of the target a checkerboard pass is confined to.

Member Data Documentation

◆ height

std::uint32_t donner::geode::CheckerboardScissorPx::height = 0

Height in device pixels.

◆ width

std::uint32_t donner::geode::CheckerboardScissorPx::width = 0

Width in device pixels.

◆ x

std::uint32_t donner::geode::CheckerboardScissorPx::x = 0

Left edge in device pixels.

◆ y

std::uint32_t donner::geode::CheckerboardScissorPx::y = 0

Top edge in device pixels.


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