mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 02:21:10 +00:00
Made the ParameterCollection.Rebuild property public.
This commit is contained in:
parent
877d34bcdc
commit
2914cb49cd
|
@ -295,13 +295,10 @@ namespace Bind.Structures
|
||||||
bool hasPointerParameters;
|
bool hasPointerParameters;
|
||||||
bool hasReferenceParameters;
|
bool hasReferenceParameters;
|
||||||
bool unsafe_types_allowed;
|
bool unsafe_types_allowed;
|
||||||
private bool Rebuild
|
public bool Rebuild
|
||||||
{
|
{
|
||||||
get { return rebuild; }
|
private get { return rebuild; }
|
||||||
set
|
set { rebuild = true;/*value;*/ }
|
||||||
{
|
|
||||||
rebuild = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Constructors
|
#region Constructors
|
||||||
|
|
Loading…
Reference in a new issue