Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ makeVirtual
Method
makeVirtual
src/main/java/net/optifine/shaders/Programs.java:47–50 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
45
}
46
47
public
Program makeVirtual(String name)
48
{
49
return
this.make(name, ProgramStage.NONE, true);
50
}
51
52
public
Program[] makeComposites(String prefix,
int
count)
53
{
Callers
1
Shaders
Class · 0.80
Calls
1
make
Method · 0.95
Tested by
no test coverage detected