SEMANTICS CHANGE: Added GPU_GetTarget() which acts like GPU_LoadTarget() but without incrementing the refcount. This means that every instance of GPU_LoadTarget() should be matched with a GPU_FreeTarget(). GPU_GetTarget() provides an explicit weak reference so that GPU_FreeImage() will clean it up.