mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
gfx-effect-source: Remove/replace old defines
This commit is contained in:
parent
aff4b221ba
commit
c88535c7ab
2 changed files with 3 additions and 4 deletions
|
@ -25,9 +25,8 @@
|
|||
#include "obs/gs/gs-helper.hpp"
|
||||
#include "strings.hpp"
|
||||
|
||||
#define ST "Shader"
|
||||
#define ST_FILE ST ".File"
|
||||
#define ST_TECHNIQUE ST ".Technique"
|
||||
#define ST_FILE S_SHADER_FILE
|
||||
#define ST_TECHNIQUE S_SHADER_TECHNIQUE
|
||||
|
||||
static std::vector<std::string> static_parameters{
|
||||
"ViewProj",
|
||||
|
|
|
@ -44,7 +44,7 @@ extern "C" {
|
|||
}
|
||||
|
||||
#define S_SHADER_FILE "Shader.File"
|
||||
#define S_SHADER_TECHNIQUE ST "Shader.Technique"
|
||||
#define S_SHADER_TECHNIQUE "Shader.Technique"
|
||||
|
||||
namespace gfx {
|
||||
namespace effect_source {
|
||||
|
|
Loading…
Reference in a new issue