#include <Graphics/GteDataFormat.h>
#include <Graphics/GteResource.h>
#include <array>
#include <functional>
#include <vector>
Go to the source code of this file.
Classes | |
struct | gte::Texture::Subresource |
class | gte::Texture |
Namespaces | |
gte | |
Typedefs | |
typedef std::function< void(std::shared_ptr< Texture > const &, unsigned int)> | gte::TextureLevelUpdater |
typedef std::function< void(std::shared_ptr< Texture > const &)> | gte::TextureUpdater |