diff options
Diffstat (limited to 'source/slang/slang-emit.cpp')
| -rw-r--r-- | source/slang/slang-emit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp index 4b95ca9c8..82f2a8fd3 100644 --- a/source/slang/slang-emit.cpp +++ b/source/slang/slang-emit.cpp @@ -859,7 +859,7 @@ Result linkAndOptimizeIR( legalizeMeshOutputTypes(irModule); // We need to lower any types used in a buffer resource (e.g. ContantBuffer or StructuredBuffer) into - // a simple storage type that has target independent layout. + // a simple storage type that has target independent layout based on the kind of buffer resource. lowerBufferElementTypeToStorageType(targetRequest, irModule); // Rewrite functions that return arrays to return them via `out` parameter, |
