mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-12 17:07:55 -04:00
DummyVendor::toString
This commit is contained in:
parent
3b391b14a8
commit
c473b43154
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Minosoft
|
||||
* Copyright (C) 2020-2023 Moritz Zwerger
|
||||
* Copyright (C) 2020-2024 Moritz Zwerger
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
@ -20,4 +20,6 @@ object DummyVendor : GPUVendor {
|
||||
override val shaderDefine: String = "__DUMMY"
|
||||
|
||||
override val hacks = DriverHacks.set()
|
||||
|
||||
override fun toString() = "dummy"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user