scripts
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Rendering.Universal;
|
||||
|
||||
namespace RecRoom.Core.Platforms
|
||||
{
|
||||
// Token: 0x020029AD RID: 10669
|
||||
[Token(Token = "0x20029AD")]
|
||||
[StructLayout(3)]
|
||||
public class RenderPipelineDeactivateObject : RenderPipelineActivateObject
|
||||
{
|
||||
// Token: 0x06012A41 RID: 76353 RVA: 0x00471E58 File Offset: 0x00470058
|
||||
[Token(Token = "0x6012A41")]
|
||||
[Address(RVA = "0x19B5350", Offset = "0x19B3D50", VA = "0x1819B5350", Slot = "8")]
|
||||
protected override bool COLFIMOHHCD(RenderFeaturesetOption GEHPBFAILKF)
|
||||
{
|
||||
if (this.renderPipelines.Length != 0)
|
||||
{
|
||||
bool flag;
|
||||
return !flag;
|
||||
}
|
||||
Debug.LogError("RenderPipelineDeactivateObject requires at least one specified hardware type.");
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06012A42 RID: 76354 RVA: 0x00471E8C File Offset: 0x0047008C
|
||||
[Token(Token = "0x6012A42")]
|
||||
[Address(RVA = "0x19B52D0", Offset = "0x19B3CD0", VA = "0x1819B52D0")]
|
||||
public RenderPipelineDeactivateObject()
|
||||
{
|
||||
this.renderPipelines = new RenderFeaturesetOption[] { (RenderFeaturesetOption)((ulong)1L) };
|
||||
base..ctor();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user