标签: c++ textures sdl
我想像这样创建texture的副本:
texture
SDL_Texture *copy = new SDL_Texture; *copy = *texture;
但我得到"不允许不完整类型"错误