webm_parser: Add Mesh value for ProjectionType
Change-Id: I0e2be134cfefdb62edc54288720523646d01479a
This commit is contained in:
@@ -901,6 +901,11 @@ enum class ProjectionType : std::uint64_t {
|
||||
Cube map.
|
||||
*/
|
||||
kCubeMap = 2,
|
||||
|
||||
/**
|
||||
Mesh.
|
||||
*/
|
||||
kMesh = 3,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user