Texture2D.pkg 181 B

123456789
  1. $#include "Texture2D.h"
  2. /// 2D texture resource.
  3. class Texture2D : public Texture
  4. {
  5. public:
  6. /// Return render surface.
  7. RenderSurface* GetRenderSurface() const;
  8. };