Core/Color: Switch formal from RGBA8 to RGBA32F
This commit is contained in:
@@ -100,9 +100,8 @@ namespace Nz
|
||||
Int2,
|
||||
Int3,
|
||||
Int4,
|
||||
Quaternion,
|
||||
|
||||
Max = Quaternion
|
||||
Max = Int4
|
||||
};
|
||||
|
||||
constexpr std::size_t ComponentTypeCount = static_cast<std::size_t>(ComponentType::Max) + 1;
|
||||
|
||||
Reference in New Issue
Block a user