summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-api.cpp')
-rw-r--r--source/slang/slang-api.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/slang-api.cpp b/source/slang/slang-api.cpp
index a03aa9071..864bc8b7d 100644
--- a/source/slang/slang-api.cpp
+++ b/source/slang/slang-api.cpp
@@ -284,7 +284,6 @@ SLANG_API void spSetLineDirectiveMode(
request->setLineDirectiveMode(mode);
}
-
SLANG_API void spSetTargetForceGLSLScalarBufferLayout(
slang::ICompileRequest* request, int targetIndex, bool forceScalarLayout)
{