如何复制SDL_Texture结构?

时间:2016-09-17 21:17:50

标签: c++ textures sdl

我想像这样创建texture的副本:

SDL_Texture *copy = new SDL_Texture;
*copy = *texture;

但我得到"不允许不完整类型"错误

0 个答案:

没有答案