7 lines
82 B
C++
7 lines
82 B
C++
#include "rendertexture.h"
|
|
|
|
RenderTexture::RenderTexture(RenderContext *ctx)
|
|
{
|
|
|
|
}
|