Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
GeodeGpuContext.h File Reference

donner::geode::GeodeGpuContext - the donner::gpu facing context Geode's encoders record against, plus donner::geode::GeodeTransientResources, the per-recording RAII holder for transient GPU handles. More...

#include <cstdint>
#include <deque>
#include <utility>
#include "donner/gpu/Handles.h"
Include dependency graph for GeodeGpuContext.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::geode::GeodeGpuContext
 Everything Geode's encoders need to record a frame through the donner::gpu runtime. More...
struct  donner::geode::GeodeTransientResources
 RAII holder for transient GPU handles created while recording draws - per-draw uniform buffers, texture views, samplers, and bind groups. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.

Detailed Description

donner::geode::GeodeGpuContext - the donner::gpu facing context Geode's encoders record against, plus donner::geode::GeodeTransientResources, the per-recording RAII holder for transient GPU handles.