X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fvideo_stream.h;h=c83a4849d07286cb3719bc906d6c96aae529651c;hb=1a23c2c0194b81c3c73620a26ac93bf62f3e5ee0;hp=a6215e963e384829c5ca8c2c8753dffb6d28fa57;hpb=b8556c114c59dc06d3c30ebafe53596f07b32341;p=nageru diff --git a/futatabi/video_stream.h b/futatabi/video_stream.h index a6215e9..c83a484 100644 --- a/futatabi/video_stream.h +++ b/futatabi/video_stream.h @@ -135,6 +135,7 @@ private: float alpha; BorrowedInterpolatedFrameResources resources; RefCountedGLsync fence; // Set when the interpolated image is read back to the CPU. + std::chrono::steady_clock::time_point fence_created; GLuint flow_tex, output_tex, cbcr_tex; // Released in the receiving thread; not really used for anything else. flow_tex will typically even be from a previous frame. FrameOnDisk id;