#include <OpenTissue/configuration.h>
#include <OpenTissue/gpu/texture/texture_texture3D.h>
#include <OpenTissue/gpu/texture/texture_types.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::texture |
Functions | |
template<typename grid_type > | |
texture3D_pointer | OpenTissue::texture::create_texture3D_from_grid (grid_type &grid) |
template<typename T > | |
texture3D_pointer | OpenTissue::texture::create_texture3D (int texture_size_i, int texture_size_j, int texture_size_k) |
template<> | |
texture3D_pointer | OpenTissue::texture::create_texture3D< unsigned short > (int texture_size_i, int texture_size_j, int texture_size_k) |