mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
gs-texture: Remove accidentally added enum
This commit is contained in:
parent
fb77cc90a6
commit
14b370a7a5
1 changed files with 0 additions and 10 deletions
|
@ -40,16 +40,6 @@ namespace gs {
|
|||
BuildMipMaps,
|
||||
};
|
||||
|
||||
enum class mip_method : uint8_t {
|
||||
Point,
|
||||
Linear,
|
||||
Bilinear,
|
||||
Sharpen,
|
||||
Smoothen,
|
||||
Bicubic,
|
||||
Lanczos,
|
||||
};
|
||||
|
||||
protected:
|
||||
gs_texture_t* m_texture;
|
||||
bool m_isOwner = true;
|
||||
|
|
Loading…
Reference in a new issue