mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
strings: Texture formats
This commit is contained in:
parent
d7e66b17f1
commit
f945f08ab0
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#define D_DESC(x) x ".Description"
|
||||
|
||||
#define S_FILEFILTERS_IMAGE "*.png *.webp *.tga *.tiff *.jpeg *.jpg *.bmp"
|
||||
#define S_FILEFILTERS_TEXTURE S_FILEFILTERS_IMAGE " *.dds"
|
||||
#define S_FILEFILTERS_VIDEO "*.mkv *.webm *.mp4 *.mov *.flv"
|
||||
#define S_FILEFILTERS_SOUND "*.ogg *.flac *.mp3 *.wav"
|
||||
#define S_FILEFILTERS_EFFECT "*.effect *.txt"
|
||||
|
|
Loading…
Reference in a new issue