[][src]Module basalt::misc::tmp_image_access

Structs

TmpImageViewAccess

An abstraction on ImageViewAccess to provide a lease like function. This simply wraps ImageViewAccess and provides a barrier that will be used when the wrapper drops. The provided barrier should have wait() called before dropping.