Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ Decorate
Method
Decorate
Source/SpireCore/SpirVCodeGen.cpp:4735–4738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4733
}
4734
4735
void Decorate(int ID, Decoration deco, int op1 = -1)
4736
{
4737
ctx.AddInstrDecorate(ID, deco, op1);
4738
}
4739
4740
void MemberDecorate(int ID, int index, Decoration deco, int op1 = -1)
4741
{
Callers
1
GenerateShaderWorld
Method · 0.45
Calls
1
AddInstrDecorate
Method · 0.80
Tested by
no test coverage detected