Hai Nguyen
Hai Nguyen
NOTE: This applies to other types besides float as well.
I glanced at the function section of the docs and didn't see any mention of out of order definition (or maybe I'm looking in the wrong spot?). If it's not...
That is a single sentence in a relatively obscure part of the documentation to discuss functions. At the very least, the **Function** section of the documentation should mention the scoping...
Thanks. I now understand the behavior. It was initially confusing for me because I was expecting to the target to inherit the session's flags if I didn't set anything in...
@jkwak-work For the HLSL case, the right hand side casting requires parens around the fully qualified type otherwise it sees `unsigned` and `int` separately and gets confused. DXC compiles this...
Sorry, should've included this initially, here's the call stack: ``` slang.dll!Slang::IRInst::getOperandCount() Line 602 at C:\code\source\slang\source\slang\slang-ir.h(602) slang.dll!Slang::IRInst::getOperand(unsigned __int64 index) Line 756 at C:\code\source\slang\source\slang\slang-ir.h(756) slang.dll!Slang::IRStructFieldLayoutAttr::getLayout() Line 1931 at C:\code\source\slang\source\slang\slang-ir-insts.h(1931) slang.dll!Slang::IRStructTypeLayout::getFieldLayout(unsigned __int64 index)...
IIUC: this is happening just during the compilation from the command line. I'm currently not using any API calls.
Got it, thanks. I saw the mention in the docs of limited inheritance, I couldn't figure out if the docs were out of date or not. It's good to have...
Was examining the release assets to see how they'd might be used with other projects and noticed the same thing. The contents of the zip and tar.gz files are a...
Thanks! Aliasing and aliasing directive. I love it. @bmillsNV All good to go, closing!