Typedef Karana::Scene::TextureData#
Defined in File Texture.h
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 RGB, 4 for RGBA, etc.