NcEngine
|
#include <cstdint>
Go to the source code of this file.
Enumerations | |
enum class | nc::asset::AssetType { AudioClip , ConvexHull , CubeMap , Mesh , MeshCollider , Shader , SkeletalAnimation , Texture , Font } |
Indicates type of an asset. | |
enum class | nc::asset::TextureFormat : uint8_t { UNKNOWN , RGBA8_UNORM_SRGB , RGBA8_UNORM , BC1_UNORM_SRGB , BC1_UNORM , BC3_UNORM_SRGB , BC3_UNORM } |
Texture formats. More... | |
|
strong |
Texture formats.
Formats:
BCn formats require input image dimension to be powers of two and be at least 4x4. This is enforced at conversion time by padding the image.