GLTextureBuilder.sync

void * sync() @property nothrow

Get sync property.

Returns

An optional GLSync object.

If this is set, GTK will wait on it before using the texture.

void sync(void * propval) @property nothrow

Set sync property.

Parameters

propvalAn optional GLSync object. If this is set, GTK will wait on it before using the texture.