struct GPUTexture GPUTexture
void DRW_texture_pool_free(DRWTexturePool *pool)
GPUTexture * DRW_texture_pool_texture_acquire(DRWTexturePool *pool, int width, int height, eGPUTextureFormat format)
DRWTexturePool * DRW_texture_pool_create(void)
void DRW_texture_pool_reset(DRWTexturePool *pool)
GPUTexture * DRW_texture_pool_query(DRWTexturePool *pool, int width, int height, eGPUTextureFormat format, void *user)
void DRW_texture_pool_texture_release(DRWTexturePool *pool, GPUTexture *tmp_tex)