mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 15:57:39 +02:00
Remove unused duplicate ColorChannel enum
This commit is contained in:
parent
b2e3b87ef4
commit
08ef9b6f84
1 changed files with 0 additions and 9 deletions
|
@ -43,15 +43,6 @@ enum Type {
|
|||
UNUSED_TEXTURE
|
||||
};
|
||||
|
||||
enum class ColorChannel {
|
||||
NONE,
|
||||
RED,
|
||||
GREEN,
|
||||
BLUE,
|
||||
ALPHA,
|
||||
COUNT
|
||||
};
|
||||
|
||||
using TextureLoader = std::function<gpu::TexturePointer(QImage&&, const std::string&, bool, gpu::BackendTarget, const std::atomic<bool>&)>;
|
||||
TextureLoader getTextureLoaderForType(Type type, const QVariantMap& options = QVariantMap());
|
||||
|
||||
|
|
Loading…
Reference in a new issue