CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Forward.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  CeresEngine
 

Typedefs

using CeresEngine::TexturePtr = SPtr< Texture >
 
using CeresEngine::HTexture = ::CeresEngine::ResourceHandle< Texture >
 
using CeresEngine::StreamingTexturePtr = SPtr< StreamingTexture >
 
using CeresEngine::HStreamingTexture = ::CeresEngine::ResourceHandle< StreamingTexture >
 
using CeresEngine::GPUTexturePtr = SPtr< GPUTexture >
 
using CeresEngine::HGPUTexture = ::CeresEngine::ResourceHandle< GPUTexture >
 
using CeresEngine::MutablePixelData = MemoryView< Byte >
 
using CeresEngine::ConstPixelData = MemoryView< const Byte >