|
FastUIDraw
|
#include <fastuidraw/util/reference_counted.hpp>#include <fastuidraw/util/util.hpp>#include <fastuidraw/util/vecN.hpp>#include <fastuidraw/util/c_array.hpp>

Go to the source code of this file.
Classes | |
| class | fastuidraw::Image |
| An Image represents an image comprising of RGBA8 values. The texel values themselves are stored in a ImageAtlas. More... | |
| class | fastuidraw::ImageSourceBase |
| ImageSourceBase defines the inteface for copying texel data from a source (CPU memory, a file, etc) to an AtlasColorBackingStoreBase derived object. More... | |
| class | fastuidraw::ImageSourceCArray |
| An implementation of ImageSourceBase where the data is backed by a c_array<const u8vec4> data. More... | |
| class | fastuidraw::Image::ResourceReleaseAction |
Namespaces | |
| fastuidraw | |
| all classes and functions of FastUIDraw are in the namespace fastuidraw. | |
file image.hpp
Copyright 2016 by Intel.
Contact: kevin.rogovin@gmail.com
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file image.hpp.
1.8.13