TextureCube.pkg 134 B

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