mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 07:25:39 +00:00
Add string ComputeSize to Parameter.
This commit is contained in:
parent
53f67f8bdd
commit
7cdd880759
|
@ -192,6 +192,17 @@ namespace Bind.Structures
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region public string ComputeSize
|
||||||
|
|
||||||
|
string computeSize;
|
||||||
|
public string ComputeSize
|
||||||
|
{
|
||||||
|
get { return computeSize; }
|
||||||
|
set { computeSize = value; }
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region Static Members
|
#region Static Members
|
||||||
|
|
||||||
// Returns the FlowDirection that matches the specified string
|
// Returns the FlowDirection that matches the specified string
|
||||||
|
|
Loading…
Reference in a new issue