Typedef Karana::Scene::TextureData

Typedef Karana::Scene::TextureData#

Typedef Documentation#

using Karana::Scene::TextureData = Eigen::Tensor<uint8_t, 3, Eigen::RowMajor>#

This is the TextureData type. It is a rank 3 tensor. The first two values are the width and height of the data. The last value is the number of elements in the data, e.g., 3 for RBB, 4 for RBGA, etc.