diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/slang.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/slang.h b/include/slang.h index 7c417e74e..ed2966592 100644 --- a/include/slang.h +++ b/include/slang.h @@ -4929,9 +4929,7 @@ namespace slang int targetIndex, bool value) = 0; - virtual SLANG_NO_THROW void SLANG_MCALL setTargetEmbedDXIL( - int targetIndex, - bool value) = 0; + virtual SLANG_NO_THROW void SLANG_MCALL setEmbedDXIL(bool value) = 0; virtual SLANG_NO_THROW void SLANG_MCALL setTargetForceDXLayout(int targetIndex, bool value) = 0; }; |
