18 lines
160 B
GLSL
18 lines
160 B
GLSL
|
|
|
|
|
|
|
|
|
|
struct WebGWArgs{
|
|
deployment_name string
|
|
//...
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
//connect domain name, or exising to it
|
|
fn webgateway_rule_deploy(args_ WebGWArgs) []VMDeployed{
|
|
|
|
} |