Skip to content

Commit bc3d95f

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Removing thread job dependency from obs-powershell
Also, regenerating shaders if any updates exist
1 parent 7f83d79 commit bc3d95f

1 file changed

Lines changed: 96 additions & 0 deletions

File tree

docs/Set-OBSRGSSAAShader.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
Get-OBSRGSSAAShader
2+
-------------------
3+
4+
### Synopsis
5+
6+
Get-OBSRGSSAAShader [[-ColorSigma] <float>] [[-SpatialSigma] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
7+
8+
---
9+
10+
### Description
11+
12+
---
13+
14+
### Parameters
15+
#### **ColorSigma**
16+
17+
|Type |Required|Position|PipelineInput|
18+
|---------|--------|--------|-------------|
19+
|`[float]`|false |0 |false |
20+
21+
#### **FilterName**
22+
23+
|Type |Required|Position|PipelineInput |
24+
|----------|--------|--------|---------------------|
25+
|`[string]`|false |4 |true (ByPropertyName)|
26+
27+
#### **Force**
28+
29+
|Type |Required|Position|PipelineInput|
30+
|----------|--------|--------|-------------|
31+
|`[switch]`|false |Named |false |
32+
33+
#### **NoResponse**
34+
35+
|Type |Required|Position|PipelineInput|
36+
|----------|--------|--------|-------------|
37+
|`[switch]`|false |Named |false |
38+
39+
#### **Notes**
40+
41+
|Type |Required|Position|PipelineInput|
42+
|----------|--------|--------|-------------|
43+
|`[string]`|false |2 |false |
44+
45+
#### **PassThru**
46+
47+
|Type |Required|Position|PipelineInput|
48+
|----------|--------|--------|-------------|
49+
|`[switch]`|false |Named |false |
50+
51+
#### **ShaderText**
52+
53+
|Type |Required|Position|PipelineInput|Aliases |
54+
|----------|--------|--------|-------------|-------------|
55+
|`[string]`|false |5 |false |ShaderContent|
56+
57+
#### **SourceName**
58+
59+
|Type |Required|Position|PipelineInput |Aliases |
60+
|----------|--------|--------|---------------------|-------------|
61+
|`[string]`|false |3 |true (ByPropertyName)|SceneItemName|
62+
63+
#### **SpatialSigma**
64+
65+
|Type |Required|Position|PipelineInput|
66+
|---------|--------|--------|-------------|
67+
|`[float]`|false |1 |false |
68+
69+
#### **UseShaderTime**
70+
71+
|Type |Required|Position|PipelineInput|
72+
|----------|--------|--------|-------------|
73+
|`[switch]`|false |Named |false |
74+
75+
---
76+
77+
### Inputs
78+
System.String
79+
80+
---
81+
82+
### Outputs
83+
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object)
84+
85+
---
86+
87+
### Syntax
88+
```PowerShell
89+
syntaxItem
90+
```
91+
```PowerShell
92+
----------
93+
```
94+
```PowerShell
95+
{@{name=Get-OBSRGSSAAShader; CommonParameters=True; parameter=System.Object[]}}
96+
```

0 commit comments

Comments
 (0)