X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=resource_pool.h;h=1b9515c09f4cfe21dc2db94f1f4c818ee84b4c4d;hb=HEAD;hp=85a5e52cd0de92a040bbd4f79f8e5e305aef5bf0;hpb=79f0ebd9606956e2988d9485b9d4c701e975c7f1;p=movit diff --git a/resource_pool.h b/resource_pool.h index 85a5e52..1b9515c 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -211,6 +211,7 @@ private: struct Texture2D { GLint internal_format; GLsizei width, height; + GLsync no_reuse_before = nullptr; }; // A mapping from texture number to format details. This is filled if the