Skip to content

Commit 5e4f4fc

Browse files
Remove blur helper functions (AcademySoftwareFoundation#2498)
Following up on AcademySoftwareFoundation#2411, this changelist removes the blur helper functions in GLSL, MSL, and OSL that are no longer used by the codebase.
1 parent e81fbab commit 5e4f4fc

5 files changed

Lines changed: 0 additions & 308 deletions

File tree

libraries/stdlib/genglsl/lib/mx_sampling.glsl

Lines changed: 0 additions & 78 deletions
This file was deleted.

libraries/stdlib/genmsl/lib/mx_sampling.metal

Lines changed: 0 additions & 78 deletions
This file was deleted.

libraries/stdlib/genosl/lib/mx_sampling.osl

Lines changed: 0 additions & 150 deletions
This file was deleted.

source/MaterialXGenGlsl/GlslShaderGenerator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ MATERIALX_NAMESPACE_BEGIN
3131

3232
const string GlslShaderGenerator::TARGET = "genglsl";
3333
const string GlslShaderGenerator::VERSION = "400";
34-
const string GlslSamplingIncludeFilename = "stdlib/genglsl/lib/mx_sampling.glsl";
3534

3635
//
3736
// GlslShaderGenerator methods

source/MaterialXGenMsl/MslShaderGenerator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ MATERIALX_NAMESPACE_BEGIN
3535

3636
const string MslShaderGenerator::TARGET = "genmsl";
3737
const string MslShaderGenerator::VERSION = "2.3";
38-
const string MslSamplingIncludeFilename = "stdlib/genmsl/lib/mx_sampling.metal";
3938

4039
//
4140
// MslShaderGenerator methods

0 commit comments

Comments
 (0)