Texture2D.pkg 114 B

123456
  1. $#include "Texture2D.h"
  2. class Texture2D : public Texture
  3. {
  4. RenderSurface* GetRenderSurface() const;
  5. };