mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
gfx-effect-source: Remove mipmapper
This commit is contained in:
parent
3f3cbb8939
commit
b5746e473b
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ namespace gfx {
|
||||||
std::string name = "";
|
std::string name = "";
|
||||||
std::shared_ptr<gfx::source_texture> tex;
|
std::shared_ptr<gfx::source_texture> tex;
|
||||||
std::shared_ptr<gs::texture> final_tex;
|
std::shared_ptr<gs::texture> final_tex;
|
||||||
gs::mipmapper mipmapper;
|
|
||||||
} source;
|
} source;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in a new issue