summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics.h b/graphics.h
index 5d691b9..760d8a5 100644
--- a/graphics.h
+++ b/graphics.h
@@ -195,6 +195,7 @@ struct Rendertime
struct Renderjob
{
Ref;
+ uvlong id;
Framebuf *fb;
Scene *scene;
Shadertab *shaders;
@@ -248,7 +249,7 @@ struct Camera
struct {
double n, f; /* near and far clipping planes */
} clip;
- Matrix3 proj; /* VCS to NDC xform */
+ Matrix3 proj; /* VCS to clip space xform */
Projection projtype;
struct {