X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resource_pool.h;fp=resource_pool.h;h=1b9515c09f4cfe21dc2db94f1f4c818ee84b4c4d;hp=85a5e52cd0de92a040bbd4f79f8e5e305aef5bf0;hb=eb8cf910538590de513a07ab02ea79605b912192;hpb=eff011224abc5dc81f801f3ea44572287a55bcac 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