#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B; // System.EventHandler`1 struct EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7; // System.Func`2,System.Boolean> struct Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858; // System.Func`2,System.Object> struct Func_2_tF42287527472FA89789873F068A87C60A00EC7D3; // System.Func`2,System.Boolean> struct Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689; // System.Func`2,UnityEngine.Rendering.PostProcessing.PostProcessBundle> struct Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0; // System.Func`2> struct Func_2_tDB9851E133717B16EF4D1F0B933444974B766016; // System.Func`2 struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630; // System.Func`2 struct Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892; // System.Func`2 struct Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954; // System.Func`2> struct Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1; // System.Func`2 struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00; // System.Func`2 struct Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Func`2 struct Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E; // System.Func`3 struct Func_3_t6331F484BBD55E3A9A1544953157FFC3F9BAEA2B; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t60509816D8966320E2A9660FC756B6C440ADFC50; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t0CD81FCBD53C02FE9D16F0456816ED8D396F0645; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t11F08D46A18E820E6CD80DE57F40444AD29E6689; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tB708E9C2FA823B01C747E05E9A94F71093AAE6F1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8B7D6EED46A5F9C87BAC9EBCFA1874637EE5BAA8; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA351CEB2E66041D3075392A6E2B9BAFED08F9058; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t4537FF5E9634FC142F7BF26B48CA727CCA436047; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tFAAD4A0BCDF55B9FEB3C1C99CA05E75B2A732145; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2500113527285E59C0D5CC853F08BF1CD1BE1008; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t383DC65C786DD4819F46FCF2C949959DEFA4C475; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tB8CA407F6CD8F62AC4F903E11530D60AE976E9D2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t0C79004BFE79D9DBCE6C2250109D31D468A9A68E; // System.Collections.Generic.IList`1 struct IList_1_t66B31D95BB8A67DF1FE46A91D0208CF0D8A1277C; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t10EDF1E95F8BA8400B64679E76322034087904F0; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t0E680E8E1A4A676334F2A0C9A6F9B93135A65EAC; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t17619F8FF7F458A69964518E916199F01257B1EA; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t66E188B36DF8E1A23EBDA7253CDCE978CD3EF298; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t646A2A731D74328F039C8CB751EF2E0C437B63A4; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t77EA14FEFEDA2DBA8E2A76C99A384BEEB9BA91FB; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tB4321406F4D20C1CB9199831EDB36E9FE0F8890A; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t632546B3945B1FCFCDA2C54137FF737F76E1AC39; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC18C425503733D2C469AB3DEF4B21055C051706B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC68F9B686032FB8A59FD453E328E3BDCE1E34D10; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tAC6B918C12E4C6E4FB4BB6822C70D6B8E8EEE5EE; // System.Collections.Generic.List`1 struct List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252; // System.Collections.Generic.List`1 struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8; // System.Collections.Generic.List`1 struct List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E; // System.Collections.Generic.List`1 struct List_1_t546F80F089565391A12FFC278774A9DAF8B146DB; // System.Collections.Generic.List`1 struct List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3; // System.Collections.Generic.List`1 struct List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8; // System.Collections.Generic.List`1 struct List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5; // System.Collections.Generic.List`1 struct List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B; // System.Collections.Generic.List`1 struct List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t9289C5BEA43DBDEDF5862BFE9BF6208D198D3675; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tD5562735DCF56E13A6E77D5FCE083DF6E99D5B3D; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E; // System.Predicate`1 struct Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620; // System.Predicate`1 struct Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t76A3CC0E8334DE8BDC3D39A600DDF3A1AAABF2E2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t95D69F17F87935E5166EE0E3C174BB8A8F051F5B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t48E1A9D89407F78E3E4F44A89DF6AE74C8C126B2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t963C434D33894AF190A6F4D4C91395B5A057464E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t4127E442980E63D32A4549A7E81829F4D6AE82AB; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7BE113E6DBBB975F6FDEFB13493887A70487E682; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA2AD36B050C5114E18850A60D3F569DCE8F8D077; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t4830ECF69FC5841B3B970EC5B82B6136EA9140DC; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tCBAC4C6EB247BD9CFF9573C3659C31BC6E572FE9; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t6E8F51999B5C2D1A5E09B1963CF042E7B5CAA500; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t611B2092184D8639AD5A88957C09BFF94F2E9531; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t66808F70182AB06398DFB6B99009D6DCA79DA844; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t392D54AA6574DCD72C5CF1D7A6CC2C3F8FBCD8E4; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t04255C252ADCED2E1C5A3721A9884A84FBBEB5EE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t8FEBBFEBBC8C2BD97D13108EC858E3A5B2F6DCD1; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9B4F3A919ABD1316698DF924EA76C566E04B756F; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tC4EE086025735028B40F9195EE3BCBEC810EA1B1; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tC6D9EA1B95BCF7E19440C7239B1FB61C79C0C3D0; // UnityEngine.RenderTexture[][] struct RenderTextureU5BU5DU5BU5D_t9BAA6B77452186BAB37189275E6FED20751F42E0; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // UnityEngine.Collider[] struct ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787; // UnityEngine.Color[] struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // UnityEngine.Display[] struct DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F; // UnityEngine.Rendering.PostProcessing.IAmbientOcclusionMethod[] struct IAmbientOcclusionMethodU5BU5D_tB26A13FEEC12231D37FE957C6778C4B3911D52F9; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // UnityEngine.Rendering.PostProcessing.ParameterOverride[] struct ParameterOverrideU5BU5D_tF163C5F38AB35DEF95B01C3B559E99F0BE2861CB; // UnityEngine.Rendering.PostProcessing.PostProcessBundle[] struct PostProcessBundleU5BU5D_t413A415002ACB7B6AA531A6B808C8E17C042DD70; // UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer[] struct PostProcessEffectRendererU5BU5D_t4E84615B84E8ABFC32B42B4ED6ABBDA05936DA21; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings[] struct PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE; // UnityEngine.Rendering.PostProcessing.PostProcessVolume[] struct PostProcessVolumeU5BU5D_t375DC025BC62B9DDF2A3DEAFCEDFF24A9CFDA7E2; // UnityEngine.Rendering.RenderTargetIdentifier[] struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE; // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // UnityEngine.Vector3[] struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; // UnityEngine.Rendering.PostProcessing.HableCurve/Segment[] struct SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef[] struct SerializedBundleRefU5BU5D_t769E3452CE7F93FD475E124C76CF47007D00563A; // UnityEngine.Rendering.PostProcessing.AmbientOcclusion struct AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039; // UnityEngine.Rendering.PostProcessing.AmbientOcclusionModeParameter struct AmbientOcclusionModeParameter_tB9209D52C2466EC91CC5B21518C27FBD4029C3FE; // UnityEngine.Rendering.PostProcessing.AmbientOcclusionQualityParameter struct AmbientOcclusionQualityParameter_tB2219723EB7AD3F6A03DB48163DFEA4A6E33FB29; // UnityEngine.Rendering.PostProcessing.AmbientOcclusionRenderer struct AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948; // UnityEngine.AnimationCurve struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.Reflection.Assembly struct Assembly_t; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42; // UnityEngine.Rendering.PostProcessing.AutoExposure struct AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // UnityEngine.Rendering.PostProcessing.BoolParameter struct BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE; // UnityEngine.BoxCollider struct BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23; // UnityEngine.Camera struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184; // UnityEngine.Collider struct Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76; // UnityEngine.Rendering.PostProcessing.ColorParameter struct ColorParameter_t0322EE34E149F6F9F6894A02D89E8EF73B82D299; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3; // UnityEngine.ComputeBuffer struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233; // UnityEngine.ComputeShader struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // UnityEngine.Display struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1; // UnityEngine.Rendering.PostProcessing.Dithering struct Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD; // System.EventHandler struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82; // System.Exception struct Exception_t; // UnityEngine.Rendering.PostProcessing.EyeAdaptationParameter struct EyeAdaptationParameter_tBB9008AF4FAA9BF1A55919D6D3E97F5B8A6E1FB6; // UnityEngine.Rendering.PostProcessing.FastApproximateAntialiasing struct FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07; // System.Reflection.FieldInfo struct FieldInfo_t; // UnityEngine.Rendering.PostProcessing.FloatParameter struct FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586; // UnityEngine.Rendering.PostProcessing.Fog struct Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngine.Rendering.PostProcessing.HableCurve struct HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461; // UnityEngine.Rendering.PostProcessing.HistogramMonitor struct HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3; // UnityEngine.Rendering.PostProcessing.IAmbientOcclusionMethod struct IAmbientOcclusionMethod_t60B0197C2B799F2C22499BF494D1193A39A88354; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // UnityEngine.Rendering.PostProcessing.IntParameter struct IntParameter_tB1A4CADDF1D3382F9EF6F2FFB5708D83C95FD5B6; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // UnityEngine.Rendering.PostProcessing.LightMeterMonitor struct LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6; // UnityEngine.Rendering.PostProcessing.LogHistogram struct LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; // UnityEngine.MaterialPropertyBlock struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // UnityEngine.Mesh struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4; // UnityEngine.MeshCollider struct MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455; // UnityEngine.MeshFilter struct MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.Rendering.PostProcessing.Monitor struct Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71; // UnityEngine.Rendering.PostProcessing.MultiScaleVO struct MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // UnityEngine.Rendering.PostProcessing.ParameterOverride struct ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90; // UnityEngine.Rendering.PostProcessing.PostProcessAttribute struct PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97; // UnityEngine.Rendering.PostProcessing.PostProcessBundle struct PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511; // UnityEngine.Rendering.PostProcessing.PostProcessDebug struct PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer struct PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02; // UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer struct PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings struct PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449; // UnityEngine.Rendering.PostProcessing.PostProcessLayer struct PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32; // UnityEngine.Rendering.PostProcessing.PostProcessManager struct PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70; // UnityEngine.Rendering.PostProcessing.PostProcessProfile struct PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA; // UnityEngine.Rendering.PostProcessing.PostProcessRenderContext struct PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7; // UnityEngine.Rendering.PostProcessing.PostProcessResources struct PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D; // UnityEngine.Rendering.PostProcessing.PostProcessVolume struct PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2; // UnityEngine.Rendering.PostProcessing.PropertySheet struct PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397; // UnityEngine.Rendering.PostProcessing.PropertySheetFactory struct PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D; // System.Random struct Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8; // UnityEngine.Rendering.RenderPipelineAsset struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27; // System.ResolveEventHandler struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A; // UnityEngine.Shader struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692; // UnityEngine.SphereCollider struct SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275; // UnityEngine.Rendering.PostProcessing.Spline struct Spline_tD8C641273FEAA3A7958A261C41D694636049CB21; // UnityEngine.Rendering.PostProcessing.SplineParameter struct SplineParameter_tF22BC76D5E71C106A1AA0EB6CF97B5DCC5B62741; // System.String struct String_t; // UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing struct SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12; // UnityEngine.Rendering.PostProcessing.TargetPool struct TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C; // UnityEngine.Rendering.PostProcessing.TemporalAntialiasing struct TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644; // UnityEngine.Texture struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700; // UnityEngine.Texture2D struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; // UnityEngine.Texture3D struct Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1; // UnityEngine.Rendering.PostProcessing.TextureLerper struct TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424; // UnityEngine.Rendering.PostProcessing.TextureParameter struct TextureParameter_t4A9C3CCF21E0643B81A12CBF453FA2162084905F; // UnityEngine.Transform struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1; // System.Type struct Type_t; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C; // UnityEngine.Rendering.PostProcessing.Vector2Parameter struct Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034; // UnityEngine.Rendering.PostProcessing.Vector3Parameter struct Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130; // UnityEngine.Rendering.PostProcessing.Vector4Parameter struct Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85; // UnityEngine.Rendering.PostProcessing.VectorscopeMonitor struct VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // UnityEngine.Rendering.PostProcessing.WaveformMonitor struct WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674; // UnityEngine.Camera/CameraCallback struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD; // UnityEngine.Display/DisplaysUpdatedDelegate struct DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68; // UnityEngine.Rendering.PostProcessing.HableCurve/Segment struct Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D; // UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms struct Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings struct OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c struct U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c struct U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0 struct U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_1 struct U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_2 struct U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_3 struct U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef struct SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E; // UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c struct U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F; // UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c struct U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76; // UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders struct ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F; // UnityEngine.Rendering.PostProcessing.PostProcessResources/SMAALuts struct SMAALuts_t62105E31B4A58EC4A668D9C79B9720F7CD5C3CB2; // UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders struct Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B; // UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c struct U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tDB9851E133717B16EF4D1F0B933444974B766016_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAmbientOcclusionMethod_t60B0197C2B799F2C22499BF494D1193A39A88354_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t546F80F089565391A12FFC278774A9DAF8B146DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextureFormatUtilities_t68E492E14F6DE04D603579FC02F042ED0174572D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral002B6E3216BE0ED6688E6B5F475171A893F058CB; IL2CPP_EXTERN_C String_t* _stringLiteral0118FC8335E03545EA4D15C1C5CDEA231BFE0118; IL2CPP_EXTERN_C String_t* _stringLiteral037AA025A31537E3DFE61062DDD8157A69E15A01; IL2CPP_EXTERN_C String_t* _stringLiteral086508AC5A7228F9F7C2C97F2D1FBE219894054A; IL2CPP_EXTERN_C String_t* _stringLiteral08929B9ED7690C81F8839C7D7C9D227261D64D44; IL2CPP_EXTERN_C String_t* _stringLiteral08ED43185C181085D3D3132BE92B86C4A4C1AA34; IL2CPP_EXTERN_C String_t* _stringLiteral09B6A7A347CF016F5EAEBCCCA4B381E3872CAA25; IL2CPP_EXTERN_C String_t* _stringLiteral0C382D3DF11993113B182CC6D09D617971C97D01; IL2CPP_EXTERN_C String_t* _stringLiteral0C547D50C7657A3E74FC8F05ECB3A705BB16AF2C; IL2CPP_EXTERN_C String_t* _stringLiteral0CA98D56D560FF8016E2A1CE069D887E1215A99A; IL2CPP_EXTERN_C String_t* _stringLiteral0DFFA37623A57E2A7D5D752E132154E4A0E611C5; IL2CPP_EXTERN_C String_t* _stringLiteral0EE529A23CEA5E091FCABE6AF77280E1397DD04F; IL2CPP_EXTERN_C String_t* _stringLiteral10CFB0C733409DD12D931B775A9F511EDA140395; IL2CPP_EXTERN_C String_t* _stringLiteral10E36AD21579A36B46F33213F4582B515F7B68BB; IL2CPP_EXTERN_C String_t* _stringLiteral16E48C312F07FB1EEACFFE7DB56DE004B5C8EBC8; IL2CPP_EXTERN_C String_t* _stringLiteral170A4AE79F1E4ADE325EA6DCA89AB7E5C651BA04; IL2CPP_EXTERN_C String_t* _stringLiteral1A25F9629980F374031EDFAA0BA93D487C5FEBD6; IL2CPP_EXTERN_C String_t* _stringLiteral1AAA351D6CFF71F4E80B1B2AAA674B05DCD773FA; IL2CPP_EXTERN_C String_t* _stringLiteral1B335DC5150E9D6560580B5CB2B2CA07B69C149B; IL2CPP_EXTERN_C String_t* _stringLiteral1C8080E116C20514B2112FEEDD2DB6033035CD1F; IL2CPP_EXTERN_C String_t* _stringLiteral1D9610F0578F30490A0BAB077B665B13DC099FA8; IL2CPP_EXTERN_C String_t* _stringLiteral1E2D1B8F48736631DA3F7445F9220FD9F6FAB83B; IL2CPP_EXTERN_C String_t* _stringLiteral1E8F51CAB22E1669CF2F07CE05CA2FDE7ABC1428; IL2CPP_EXTERN_C String_t* _stringLiteral1F3569EA34F0CDC5996987E80A285D635BB3A971; IL2CPP_EXTERN_C String_t* _stringLiteral207B3D9446F2D4167D3D15FA99BDA04AA93AD0A0; IL2CPP_EXTERN_C String_t* _stringLiteral226B04A0CC5F5100674EEFBB045D72F8A18827A2; IL2CPP_EXTERN_C String_t* _stringLiteral22D0BC85971421C38204964B82C1A39445C50643; IL2CPP_EXTERN_C String_t* _stringLiteral23B4E96AC62A533DA4B9AACC8D74539EA644D8EB; IL2CPP_EXTERN_C String_t* _stringLiteral27BA98ED83E2698BF83107363005D88ACAFA9C7C; IL2CPP_EXTERN_C String_t* _stringLiteral293D1A3AA819973FEC7C768A5F4372EBA6A92D67; IL2CPP_EXTERN_C String_t* _stringLiteral2EBF4BFB077211522DD25DE681770A03AC54B998; IL2CPP_EXTERN_C String_t* _stringLiteral2F27F2E70D75C32B101C2B5B83AF222261FD3DAF; IL2CPP_EXTERN_C String_t* _stringLiteral2F80F1A560C9094CDF248E6F2A7711192360BA6D; IL2CPP_EXTERN_C String_t* _stringLiteral30E83E1ADF2EB17E393A95B8B12CB0F5EBFBEF02; IL2CPP_EXTERN_C String_t* _stringLiteral32404EE0FBFFCF67870620BA76FD49CDC93A1ECC; IL2CPP_EXTERN_C String_t* _stringLiteral33DAFA83AE3C1EBDE3E132BFB1409BEAEF5C7299; IL2CPP_EXTERN_C String_t* _stringLiteral33E1651612FC4AD0E77485F68719602266509E67; IL2CPP_EXTERN_C String_t* _stringLiteral3522B9AFA3A138B20B0C0E0D23B1DFBD6446CF30; IL2CPP_EXTERN_C String_t* _stringLiteral37640B714B2743455E93474E372B877B5860A095; IL2CPP_EXTERN_C String_t* _stringLiteral3AB1757516AA276FCFC0ECDF453B81D676A6D007; IL2CPP_EXTERN_C String_t* _stringLiteral3B388FFFC4B05A96EF5FD1B6F88AEEDDF119B105; IL2CPP_EXTERN_C String_t* _stringLiteral3C435E39DBD66EBDFEDEFCF4E7E22DEEC0DA7197; IL2CPP_EXTERN_C String_t* _stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802; IL2CPP_EXTERN_C String_t* _stringLiteral3CB951C5C06E2A9CE696B22F5090A82016181ECD; IL2CPP_EXTERN_C String_t* _stringLiteral3E20DF6208663B0AD273810771BA08667A977512; IL2CPP_EXTERN_C String_t* _stringLiteral3E3AA2D144C34DB6F8864CDB223CC761B59084B9; IL2CPP_EXTERN_C String_t* _stringLiteral3E63EA4D6F8144DD6406580EE9A7B6F874A529E4; IL2CPP_EXTERN_C String_t* _stringLiteral3E918502AC81EC5515FFE14D0A95F18A73D4E4A9; IL2CPP_EXTERN_C String_t* _stringLiteral407C00532FD858B87FCEE11BF0F998A6A89EDB9F; IL2CPP_EXTERN_C String_t* _stringLiteral42D38B7E7AF7C3B175F68214D51EEF316F00CEDA; IL2CPP_EXTERN_C String_t* _stringLiteral42FF5E51B63AEC54737269D17B984DE69B60A1C8; IL2CPP_EXTERN_C String_t* _stringLiteral43FA41D97529E894BDBBF936A527F467B3CB1525; IL2CPP_EXTERN_C String_t* _stringLiteral46A1CFC239796260DBD89F681F79B7212DA37022; IL2CPP_EXTERN_C String_t* _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21; IL2CPP_EXTERN_C String_t* _stringLiteral4C539297E23C7190DDC2B0F48DF7D8DC80628F81; IL2CPP_EXTERN_C String_t* _stringLiteral4CE5AC9BDB4CAF7AB926B83A4813889AE1F5335E; IL2CPP_EXTERN_C String_t* _stringLiteral4E3F28E31C6FBF9CE40FB0E22DB6EEB51E327ECC; IL2CPP_EXTERN_C String_t* _stringLiteral51E7EA98EF27D0C177A501478F6A636D57A19261; IL2CPP_EXTERN_C String_t* _stringLiteral5426164D3FD854B363C9A2CA78D403D776C4664B; IL2CPP_EXTERN_C String_t* _stringLiteral546959BCF67202524FE3E8DCCCDBC5EEC0C9D2DF; IL2CPP_EXTERN_C String_t* _stringLiteral56590D50CADA243EA1E1DC65E4A0C7A3EF5EB894; IL2CPP_EXTERN_C String_t* _stringLiteral56F6E8A8A4A719B8F6BA55E37E89D0AEC892F958; IL2CPP_EXTERN_C String_t* _stringLiteral57835C6EA6AB0104D18200C0E8838A69EAEE8284; IL2CPP_EXTERN_C String_t* _stringLiteral584D4F514F457B9F94AFE8DCD9E3DE07ED8E3756; IL2CPP_EXTERN_C String_t* _stringLiteral5923A6AD0A568F96C8D42C5DA7943F72B98F51B2; IL2CPP_EXTERN_C String_t* _stringLiteral5944C4A41D35770B5C87F0ED6E3C7134B4FE20D7; IL2CPP_EXTERN_C String_t* _stringLiteral5A0393B03DEF987E242C09199E1EBEC6DA88F8A8; IL2CPP_EXTERN_C String_t* _stringLiteral5A94736F0DD40A2BA511FBCA18C88844E6CCCCDB; IL2CPP_EXTERN_C String_t* _stringLiteral5AB39677552FCD6558823F660419D8B2162C026D; IL2CPP_EXTERN_C String_t* _stringLiteral5E869A55F1FD970D9863620354037962A0AC0C3E; IL2CPP_EXTERN_C String_t* _stringLiteral5ED45B85ADA1AFA9C8962A3063BC0DB7FA04521E; IL2CPP_EXTERN_C String_t* _stringLiteral5ED5E460584F6B4377F2BEE3FC03DEC4AE91DE43; IL2CPP_EXTERN_C String_t* _stringLiteral5EE6B345EE118A688CADF5446F3418831F408C73; IL2CPP_EXTERN_C String_t* _stringLiteral6381B23F35E8EBF8FB5110463A8F3EB362AC3F9C; IL2CPP_EXTERN_C String_t* _stringLiteral639ACA49B839E9212C60045A2AD4535F2CB02738; IL2CPP_EXTERN_C String_t* _stringLiteral63E247A491FEB5DF5D6FD7ECFCFA3CB28312BC2B; IL2CPP_EXTERN_C String_t* _stringLiteral65B2B68C38A3A16812B44507E7371840F75D0F64; IL2CPP_EXTERN_C String_t* _stringLiteral65DA0CA6246AE2288BFBD3224C0B6589F82798AC; IL2CPP_EXTERN_C String_t* _stringLiteral665E0656CC33F8CF208845A22B28A9CA5A9FFE15; IL2CPP_EXTERN_C String_t* _stringLiteral66CC2216400A85B2C13A1654EA6B5A0718876796; IL2CPP_EXTERN_C String_t* _stringLiteral68ABF491E453082C64E5884896951C1A8B56207C; IL2CPP_EXTERN_C String_t* _stringLiteral690C12CED9E5E166F02EC56E4CD00E7A873F3E2F; IL2CPP_EXTERN_C String_t* _stringLiteral69C0119855718691DA94349AC3686D00870A9B98; IL2CPP_EXTERN_C String_t* _stringLiteral69EFC967936800473A4F9876FAAA3EEADC9362FE; IL2CPP_EXTERN_C String_t* _stringLiteral6D4BCDF03F3EB5445C966C9A6991227EB12A8518; IL2CPP_EXTERN_C String_t* _stringLiteral6E88A34F99D11CEE0A0FE1DD1A6CF2C71CE50DDA; IL2CPP_EXTERN_C String_t* _stringLiteral6EB7B88F545A38D1C86B524BB58BBA3994233C05; IL2CPP_EXTERN_C String_t* _stringLiteral72A731D064EB75DC3D80E1718EA650C90C3D0EA9; IL2CPP_EXTERN_C String_t* _stringLiteral740089289C2E763CD88706364D480777A7CAA825; IL2CPP_EXTERN_C String_t* _stringLiteral7708E3CFCAC428CAD92AA2C5021283430C7A9820; IL2CPP_EXTERN_C String_t* _stringLiteral7715D4C32E0B633910505DBD79C8B007ED38012F; IL2CPP_EXTERN_C String_t* _stringLiteral78C67E2A4385F588BA2DCEE159691DCE1EC544D1; IL2CPP_EXTERN_C String_t* _stringLiteral78DAA2A377427ECC55BEC38317DB7E5660FCEF9A; IL2CPP_EXTERN_C String_t* _stringLiteral79AEC902957F1E1E06FCB413B50E1126385A3E08; IL2CPP_EXTERN_C String_t* _stringLiteral80C67D461BC6EDDDE6490D0D1B1ED70381517E28; IL2CPP_EXTERN_C String_t* _stringLiteral82CC48F8FF2BF0BD5A479EE5B8AA3D122619F884; IL2CPP_EXTERN_C String_t* _stringLiteral8345F8A541AD1D1A6D2653ED02DF9F14C6FCC8C0; IL2CPP_EXTERN_C String_t* _stringLiteral86C40CB6A88EE880D77D42E5D3A9E9E12F4B7F78; IL2CPP_EXTERN_C String_t* _stringLiteral875A4C409EA727D1AAD538D85FE6E95841B1F090; IL2CPP_EXTERN_C String_t* _stringLiteral888F402019BA6B7B75F107FF277905FC91B7D4A5; IL2CPP_EXTERN_C String_t* _stringLiteral8C1F9317F0F6CD38539297951AC9FF62130D82D9; IL2CPP_EXTERN_C String_t* _stringLiteral8C6A6A41480F2CBD77843C2E5F2333F697FE5FB9; IL2CPP_EXTERN_C String_t* _stringLiteral8F918730738742873F3261262AC96AAE8B53F56E; IL2CPP_EXTERN_C String_t* _stringLiteral90E32CA8EA0B33AF3444AFE2F6F95A408894E0C0; IL2CPP_EXTERN_C String_t* _stringLiteral91896BFCE7A80962CB847131C99FBB40B54405A9; IL2CPP_EXTERN_C String_t* _stringLiteral94044ACB62556C33BA6A115D3AB33A8A551F943D; IL2CPP_EXTERN_C String_t* _stringLiteral9516FFF2EA68B8E7FC932D9E5DBF1A4AF0231C29; IL2CPP_EXTERN_C String_t* _stringLiteral95B483AD515149C362D6A5A87D18CEA3E21ABC2E; IL2CPP_EXTERN_C String_t* _stringLiteral967A14D121BCDCE22BBAA9460E1984A8C2BA54D8; IL2CPP_EXTERN_C String_t* _stringLiteral97AE545DAD110B6AA4DDD2E561F67B350BE74D8A; IL2CPP_EXTERN_C String_t* _stringLiteral97CBF9BB4E5A8736AF4E0D4347D09B9612D9F975; IL2CPP_EXTERN_C String_t* _stringLiteral99332D0DDE495E198DAFA6F42593F9CF853BEFB8; IL2CPP_EXTERN_C String_t* _stringLiteral9AFCBA3793C5894F32DC3C08EB9F61BA28CE0C01; IL2CPP_EXTERN_C String_t* _stringLiteral9C24F489438D2C8B7A587DE5BE3C34A2BEA6BBD8; IL2CPP_EXTERN_C String_t* _stringLiteral9DA0A315BE47865976FE7CF074D6F4A38130F4DA; IL2CPP_EXTERN_C String_t* _stringLiteral9EF130F5926879EBF9B54F5667C54161749AD3C4; IL2CPP_EXTERN_C String_t* _stringLiteral9F2A3E33454C34654F2C5EFE7D4308E04FFEE746; IL2CPP_EXTERN_C String_t* _stringLiteral9FDAEC7A5845D33C15832E734EEF3034A54071E9; IL2CPP_EXTERN_C String_t* _stringLiteralA1A7827EDA1243FD67565F1E76FE3EFC1195F47D; IL2CPP_EXTERN_C String_t* _stringLiteralA389F46BE74D9A5A435BF0CB6CCC807789EC28C4; IL2CPP_EXTERN_C String_t* _stringLiteralA740F42C17C48D9FD7DD896C9566DF29AC4B00D5; IL2CPP_EXTERN_C String_t* _stringLiteralAA4D198597F2B72EF6D2A733B4F656C7D8ED45E0; IL2CPP_EXTERN_C String_t* _stringLiteralAA9E5E9E18AE33521BED7481E6C688F693E74D40; IL2CPP_EXTERN_C String_t* _stringLiteralAAE7545E4F9244ECA5FD2DDF9AB3C069EA56E2B7; IL2CPP_EXTERN_C String_t* _stringLiteralACC6BBEBB6EC2D569DB1D4EED7056E9BD92D3BD2; IL2CPP_EXTERN_C String_t* _stringLiteralAD8876816F840CDD275978547DCA00605F5521FA; IL2CPP_EXTERN_C String_t* _stringLiteralAFB96CBDD1BBEA781CAEFF941BBCBDF76AC2AB57; IL2CPP_EXTERN_C String_t* _stringLiteralB0AC4EFE6E48DBA1D668243A465871BFB45BF01C; IL2CPP_EXTERN_C String_t* _stringLiteralB27E7F07B4375E822409BF723BBE476EBE35D08E; IL2CPP_EXTERN_C String_t* _stringLiteralB31519FF1B758D6CDDE501CB4E12CA5E80E93813; IL2CPP_EXTERN_C String_t* _stringLiteralB41868DE0B663EE64B8FEC63B64C634F6B1DE0A9; IL2CPP_EXTERN_C String_t* _stringLiteralB5696D802E93F47F31F1E298FB7F74857D3CC019; IL2CPP_EXTERN_C String_t* _stringLiteralB6944797894A4EE69A35AAEF430EF2BAEFD94456; IL2CPP_EXTERN_C String_t* _stringLiteralB7313CC4A1FC7E8F730433FE31FA8B6C42C2F617; IL2CPP_EXTERN_C String_t* _stringLiteralB79E9355BA2322F9C8FD240050BAF587B8F13D47; IL2CPP_EXTERN_C String_t* _stringLiteralB9FF15DDF550F80290E9D749D5D516A0A1FE81B3; IL2CPP_EXTERN_C String_t* _stringLiteralBA83612794608072C96135390EBB6580736B548C; IL2CPP_EXTERN_C String_t* _stringLiteralBB3A73FB8F92E3348D22ABF2646DED8C9B1FAEEC; IL2CPP_EXTERN_C String_t* _stringLiteralBC71484CAF44D8538E3674CE5A6166A8D4E22FCB; IL2CPP_EXTERN_C String_t* _stringLiteralC04965E7E214172621D32A1D48FB54A8D4F5E42B; IL2CPP_EXTERN_C String_t* _stringLiteralC0FF7CAF7281B443F7CFAA8E50B3449BC1C101CC; IL2CPP_EXTERN_C String_t* _stringLiteralC27247C19E767FA5A71651454878BEB32E3E617F; IL2CPP_EXTERN_C String_t* _stringLiteralC50BD3EEB0CD9AE675B6FB48C993EAF61A0F5743; IL2CPP_EXTERN_C String_t* _stringLiteralC6EE06363A208F4A08D7EEA39B55DD710EE70E21; IL2CPP_EXTERN_C String_t* _stringLiteralC89664300C74122590A7402331DCC0DEB889E812; IL2CPP_EXTERN_C String_t* _stringLiteralCC90D1F945AC7169737EB4D29A9935C14E0C85F0; IL2CPP_EXTERN_C String_t* _stringLiteralCCCBD7B38FB8F86969AE39C491FEEE84FA50C4B0; IL2CPP_EXTERN_C String_t* _stringLiteralCCF0324D45502BEEE42F28C66C8AD122C1A769C3; IL2CPP_EXTERN_C String_t* _stringLiteralCEE9A5CE2C99B1ACB29F60F54B0FB33100BB8DA9; IL2CPP_EXTERN_C String_t* _stringLiteralD236D27ACEF2604264B8A2F7F835C87D1A6FF1A3; IL2CPP_EXTERN_C String_t* _stringLiteralD32C6C89D788FDC2025A7763FCCBA4DF4C580E8F; IL2CPP_EXTERN_C String_t* _stringLiteralD58E87690792F5142FC91090175176B5473F7AA8; IL2CPP_EXTERN_C String_t* _stringLiteralD5A59EF736212174C538CE94E1A1BC47039BEBCB; IL2CPP_EXTERN_C String_t* _stringLiteralD5EDDE0653F57527501C28735507B1CC41D34488; IL2CPP_EXTERN_C String_t* _stringLiteralD60FF819399DE4C3066A4707930AFF1DFC100903; IL2CPP_EXTERN_C String_t* _stringLiteralD861DB752E818C85F15BF687AF8BAABFBA56F7C5; IL2CPP_EXTERN_C String_t* _stringLiteralD876D7C328FC7389E475AF8B43EFCC458EEECA0F; IL2CPP_EXTERN_C String_t* _stringLiteralD96BE28A4BF7458178E287E805320A7B8B81B4CC; IL2CPP_EXTERN_C String_t* _stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D; IL2CPP_EXTERN_C String_t* _stringLiteralDAC2492AA14F902D97F136C20B73300275F6560A; IL2CPP_EXTERN_C String_t* _stringLiteralDB2AD2BF19CFBD6E96C5482748DD8FE243A98D02; IL2CPP_EXTERN_C String_t* _stringLiteralDC80E36B12012D9CC8345C1E65C3514CC71B6D6B; IL2CPP_EXTERN_C String_t* _stringLiteralDE25DD27FD661B6684B07B61E276723AD2F5D375; IL2CPP_EXTERN_C String_t* _stringLiteralE3FB52A6A499BD50CACB93900D84D32D55B8CD1D; IL2CPP_EXTERN_C String_t* _stringLiteralE43FBF1BAFBB8EFF4CA76D632F7C1DF3CE2A2148; IL2CPP_EXTERN_C String_t* _stringLiteralE75B2F2DCB45F8587B72E7BD107D9281449E36FA; IL2CPP_EXTERN_C String_t* _stringLiteralE77469616D4D7BD322020C5FFC7F7A69CB5FA8F5; IL2CPP_EXTERN_C String_t* _stringLiteralE78236F2D0154985100EB860016691498280B7F7; IL2CPP_EXTERN_C String_t* _stringLiteralEA1322E1997446F7BAFF2D9E6DEA56A54D247564; IL2CPP_EXTERN_C String_t* _stringLiteralEB74F4F7074852B4D27CACC815896AB974B7ACFC; IL2CPP_EXTERN_C String_t* _stringLiteralEDB4DA47A83336B72A9CD2320FC45165FE3367D9; IL2CPP_EXTERN_C String_t* _stringLiteralEDE5C319F3E1E62CD8B9EEA404BE2D3021161D09; IL2CPP_EXTERN_C String_t* _stringLiteralEE303BC7831584CCC0BD5590B7C04C229A9B46C5; IL2CPP_EXTERN_C String_t* _stringLiteralEF6617988B00AEF7DABAD38EABEBCC11302D95FB; IL2CPP_EXTERN_C String_t* _stringLiteralEF97F9F56A4C265AADFF5D9DDC3853E65DA6C256; IL2CPP_EXTERN_C String_t* _stringLiteralF256016A8505804BA30B7CBFB1898D23FC7004CE; IL2CPP_EXTERN_C String_t* _stringLiteralF4B55D8060185BC7826AF8D71944B2422B9A7129; IL2CPP_EXTERN_C String_t* _stringLiteralF51190EEE90545F9CD168B86B0A73EF3C85E3A2C; IL2CPP_EXTERN_C String_t* _stringLiteralF6B171301EC46844CD9760B315C797B690BCF2B7; IL2CPP_EXTERN_C String_t* _stringLiteralF6C6C44A13894F1D66F784186F0791EB08A975AE; IL2CPP_EXTERN_C String_t* _stringLiteralF78A9418B4D33DBFF17F335D0669B42522E6D392; IL2CPP_EXTERN_C String_t* _stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D; IL2CPP_EXTERN_C String_t* _stringLiteralFCA5D1DFD95C805A7F42E7A4052214B3505A453B; IL2CPP_EXTERN_C String_t* _stringLiteralFED3C378B19068A98599B75359F08B3BED32D4D4; IL2CPP_EXTERN_C String_t* _stringLiteralFF9A068528FEB94E5D5875743C8A8DA1BD12D1DE; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisPostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32_m0710EEB0F9F3E7B62C96AEEA7D82B43DB9933B6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m0EFCF6DADEC3FFD480C56439F2BBA2B5E640837A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m4CF6D1CC5CBD1562754BCC38D7A0F832E8BAF913_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mBAFD6C40524F8F99263609FFDEA66942D4FD7461_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD4E16A4E3D9ABCBE22E74C3D99AD21C65E2943F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD8BAD63F783EC6B8A5AD7EB7475D6C61946FEDDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mF034C5A5294D9B1D315F5D0BE27C2B37006B9388_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m9FFE3A842E75B84785AD4A430DC8A4661B252566_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mBC8B8FD18821E87AC78242BEAB058EB832641EAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mD4DCBDFDFD9E1C206109A503D36C3607224A5CC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mED8E501F476F2C5CBC3CB98C15006A07921DC60F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m2861F7E43C8DC5244B790EA4906473419CD4BCDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6B564BC98D6BE49C9F90BE81BCF7B480D06A841D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB76129E352C910CA78BB17FF72AA4864B1A385CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD23AAF00A36381E1568DEF30702F51F62B5F321F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m134502B264DA373A8992080E855BD5DB02724773_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1AE7A14FE6CF65276434BAC094AE2F7269D06024_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3559734CA92AA30470C02A0895F34E5C73DF6725_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m41AF8F6694C2A3FA5901E620EE976E8D0BAEC412_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5A75D78264DB317282E5F03081A2FA552BCA474E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6CE0E1113145F251C7E00461F5CDCA1386B1EF68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7C701041B38BB7FE9041652C5057A0ABB7579C50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA2002A2524BD4135D72E52A67D1C210392BD2EE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCE4D05D0A30AD896E8658573EE8D864518CEA6B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mFCC6044C336669A24855117F579DA0850AA69BD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m7B3A62A403A1D7B9865C27CD1F7FD212CB620425_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m81EBA1D350B81BB804C3C3EAF7D29E0EAADE1617_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mDFF83589E441DF69FE32B3ABC624ACE50062F82C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m25902069AC879E30033024ABC536F5FBBE33EC6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mAB13BDD69E12A5E4AE6CF545CCACB1B7CE72DA9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mF0B85DD8B903A70D7008290115E96ACFAA0ABC44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisFieldInfo_t_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m305093C3E08FA712AA4846984EDB85C0AF6EE5E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisAssembly_t_TisType_t_m1FF8A47655C6E0122E1020678BBCD470923B9CA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisFieldInfo_t_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m7F4470BBB9282C417A841BCEE19689D1544B904B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_m5F9269EC18FF575730D42BA6A6245C4FC27948B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m858F2B96F98D9CC18B02DA446D672BD1C90DDC2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_mFFE3E69C6D2DB487CACA45D9E3A393FC59B26AD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_m9E5588401C6E919810BE69314B57F3822714D90F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisType_t_mA4A7776893ADF4E3CAB6F7AEC94DF71DDF7931F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m2CE4BBF50300B34AD77F640A72F5D19257FAB9DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC53277D501DBC7F63754C2C82DE053DC5D4A5B24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCEF3085394BBE8AA7ED10D9700761F0A86A4C94C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF83BC0EF3E2C0892A8CF020DCB421E075338A020_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m54FD956853E618415DF72EBFD6B9C6C71F1006B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6420BAB17E020DBA46CB3F7DDAB92ECB333FDB12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE1ADF05B3E14BDB77C681C6FD8446938673F2A55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE4E78D2F0393369C8980E3E8A5095E6C220A3B5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m23BFD9F8D990FE1A052BCE4A66280DD1E1A38766_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2F4B3305B707C61D82D6808F0A6A552B0B912422_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7F3A4EDFD80BD8D37C65E368AF5594000C84E9C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m8FD2A2C85E781301549977263F88993F855C76DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisPostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2_m10D35AF8F25FD05A1EEAAD7180DE654B77007D96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5_mDF6525BCE37B444313BE0AA2305BDF4EB8B92FE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_mFCDD3F6BC7C7433A348CCC0E60AE70F57B47FB6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m7C2175F3AB87E09A44AE51820362AECAE8BDD9D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC2CB8CDCA85AE803C291FDFA03221343C309B9BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AsReadOnly_m83B2AEDAAFF07CC805258F38C03B90FBC3E7E06E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m3BAC5422D0DB2AEC6BB01291B70BDDD3F59C670F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mCF052FE241677B49445B43626BE2135961A330A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Exists_m1BF18F6F1F9A15DB840063B44E01FB6F413C842B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Exists_m822B2F198722D08FFB99DC4557308C71BFF59117_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_m85EB8D0F7B9C2D2D9A7B95F7989EF3DBFB03EE8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5FD024AF8A8723506454EC851149957E9CFC2020_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAll_m27BDE3319F66FB1300DC3CCCDBCC712F4D321F70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAll_m76E2E0282B80EA1BBB633A90800FCA2F695470E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m726DEB8C2FA94EA0AF03158937E69F162066F8DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m9449B93975294A462632DB22C72B79EAAE38CDB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m25095C9BFBC327F688DBCB87977A00F271FCC623_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBC15ED20BEF7263C27187689E2E9B28F3A4403EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF9B8D3384D54EACA66C1705C925949CF6D5FE48A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m244A1F353D8FD041D7A37B866A1FE94C88B57103_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9FB92FAB1246DEAA5C02A4D69B6109CCA055E639_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mBC3E606AD4F8BDBCFD0270A42595EC60D7481D7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDC38303BE99498ED91D83EA49F834F0EAF4F6B80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m08D83A8D40FCFB6C95161C926767F1A5AAB77025_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m22D5A64331E2C98078D6935C6E1D613D4705E5B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4B055C4E2F7D89F61BE7E5A89D4341529995372B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mB197F81AD37C98A53C8EC0C59A331F3A2D7B4C48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_mEA9B2061E364F54C746D2D52A0FE3F14096119A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1_Interp_m37D534C3194C9E88F454DFD22A07089A40102BD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1_Interp_m841A4ABED5F5C9DFC83EAC65D08B5055E8812133_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1_SetValue_mBAB81A40BE6FF88A58329D02B11BF6543CC5A4B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m155B3650D240693153976E3D4AAA471E14BA6777_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m337CF68E5D223621AA3E20D0D6FF9602A2C76609_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m5C6851DC025D65554CF621A85F694B96A7596438_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m789AA607E930B46C056FE382E2290DEC3698ACE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m7BE7020B63F913B8524556DA41BC473EBE0DB8D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m8084C1B9F12FDA61BB8690FF03FA41DCE92E1863_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m8E5F30F5317963F4171368A7C53B0545BD5B98F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_m8EFD606E8D2ADF8A0E19C49C33842C07968A69A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterOverride_1__ctor_mE5C54B07F29B4BE8B4C62DA482A81C3A3FACDBD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessBundle_CastSettings_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m87AE134E8A291B469BDD05950B2F285029775A4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessEffectSettings_U3COnEnableU3Eb__3_2_mE5072CBCD4F5E941C6DE52C0A9EC5BEAD6A7AE9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_GetBundle_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_mCC04759118509F8EFABD95939170B5781988C6BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_GetBundle_TisScreenSpaceReflections_t910D8544C9945DBF5FB83CD256BFF77C7C7FCBEC_m69E6C554ABD9D4AFA56D4A7664D8F273A0BEE96C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_m46A3D7176C8E1541FD52D17EA1004D524A8F75D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisBloom_tFF9041F997C910F47A3BA6C4F8A68B42CD7673D4_mE76060E3E94004790059C36AAFB0C9680FE58ECB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisChromaticAberration_t3EE45F38C15A7BDA947D780B884E72434AABAF78_m2ECE3D6D433A4E9AB438884B4774309C3E7386C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisColorGrading_t01599C2C3DF14F6425CC1F83630FF897530C7594_m2A7766EB61C14774D96829F7C40578E62FBBB5CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisDepthOfField_tE1F36629AF0EC73FA3F6EB53AB41E842DBE46FC0_mA525F949B24670DC40A71F4AAE3F1D53B63FE402_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisGrain_tAF18E7559F72DD8F0C8169852021D015A129AC38_m3EC8127E88B7C1882EDB54CC93541AF25EFCC3C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisLensDistortion_tE3E99FC0A9AADFA1A4F0C5177DD99E47360ACFE6_m86E417DA1947A2A87156535FFC84A30C8CD4F1F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisMotionBlur_t90553FC2A538AB7C233605E97C2FBAC4E27D4365_m8E7A0DBFD3B9C318086E0CB911BEFF441526A114_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessLayer_RenderEffect_TisVignette_t78A96720D01BE6D0BC2347103F78B25ADB479F12_m756E47DD8EEB7B9DE08C3920A09BC75A5AC756A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessManager_GetHighestPriorityVolume_m186B87FC51722A91E9EB72F94B2ADA49D36415FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessProfile_AddSettings_m610279C7E82C2F2E9156FF80FE7F6C3A2FC1F1C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessProfile_AddSettings_m7446918C8FB730367D486136D3DF233B57A5FCD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PostProcessProfile_RemoveSettings_mA0FB19DEC43521661C67F12EF6A13DB3F8D3B9EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertySheetFactory_Get_mD75BC3EB9CA3661CDD2478FFEA76B80A2E94273E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisDithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD_m2E04B3E76EC6719327D964607BF1705031584E17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisFastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07_m37122127FC0A9E547B6182AD89C06D2644EA55F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisFog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF_m083F2E9ABEAD614B33C5F48C6D2D17BCC2403DAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisHistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3_m0C513451081FA46CEFD7A93BAAE0BFA23A48722F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisLightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6_m51B976B206669BA2A1010F414D54D3EABC6539F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisOverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9_mBA79A0BCA9532A8C2D2F3761942BED854DC0908F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisPostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02_mD44344F9107415037CD3C9263B7A22186F19F99E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisSubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12_mD1AA9E3FF60BB7AA41E3B4C841E8B51594775D5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisTemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644_mBC5B053018C882C60560027B746A139BE2946E6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisVectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC_m34B4E12EE618751EE2A1FC217EF2DAE3C5FE1BC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_CreateIfNull_TisWaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674_m5E5090784F780EAAF3A1A558E2FCA8C009F0131F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_GetAllTypesDerivedFrom_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_m43F64DC492E7B5A308369A4B39F49D921E7DABCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisPostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA_m4B5E2412E4DD623FC1738E07215104CC8E33D3CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetAllAssemblyTypesU3Eb__90_0_mDF2E6F4F3C68924713624B9E5F9FAE70ED3A0157_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnEnableU3Eb__2_0_mEBC7A0AA00EBF9BFA5042D81206E56B406A1FCD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnEnableU3Eb__3_0_m85647CDDCD9A9892F0F99E85586B15BF0AD725F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnEnableU3Eb__3_1_m50822ACB3F5C9C9F17FB2CD5DD51E85C307D1ED0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CReloadBaseTypesU3Eb__12_0_m865537CCEE58BF53B4AC1A1EF580E114A31BAE85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUpdateBundleSortListU3Eb__54_1_m6F744BBAF634606AB77DCEFB1F8645805257300D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__0_m68FE9719E12A93BBC74A3446509B93A404D9E081_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__2_mD7BD333124C1F57B7842028BF5E1B53EB8BBF368_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass54_1_U3CUpdateBundleSortListU3Eb__3_m240E53745432F10C5F771D79E4B629B46E665D41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass54_2_U3CUpdateBundleSortListU3Eb__4_mDAA5434E8160298ACAEE90154CA37D7DE54DEC84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass54_3_U3CUpdateBundleSortListU3Eb__5_mEF229FE5216D4F13351BCF429CAB0C4B83462935_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m06E2B0CF4EAF89670563E65834609A85798E1478_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m876C0FB495A1643277BF5331F3B12098045A9AE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CapsuleCollider_t3A1671C74F0836ABEF5D01A7470B5B2BE290A808_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339; struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389; struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE; struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE; struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; struct SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tCBAC4C6EB247BD9CFF9573C3659C31BC6E572FE9* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t17619F8FF7F458A69964518E916199F01257B1EA* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t76A3CC0E8334DE8BDC3D39A600DDF3A1AAABF2E2* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t6E8F51999B5C2D1A5E09B1963CF042E7B5CAA500* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t66E188B36DF8E1A23EBDA7253CDCE978CD3EF298* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t95D69F17F87935E5166EE0E3C174BB8A8F051F5B* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t611B2092184D8639AD5A88957C09BFF94F2E9531* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t646A2A731D74328F039C8CB751EF2E0C437B63A4* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t48E1A9D89407F78E3E4F44A89DF6AE74C8C126B2* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t66808F70182AB06398DFB6B99009D6DCA79DA844* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t77EA14FEFEDA2DBA8E2A76C99A384BEEB9BA91FB* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t963C434D33894AF190A6F4D4C91395B5A057464E* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t392D54AA6574DCD72C5CF1D7A6CC2C3F8FBCD8E4* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tB4321406F4D20C1CB9199831EDB36E9FE0F8890A* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t4127E442980E63D32A4549A7E81829F4D6AE82AB* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t04255C252ADCED2E1C5A3721A9884A84FBBEB5EE* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t632546B3945B1FCFCDA2C54137FF737F76E1AC39* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t7BE113E6DBBB975F6FDEFB13493887A70487E682* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t8FEBBFEBBC8C2BD97D13108EC858E3A5B2F6DCD1* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tC18C425503733D2C469AB3DEF4B21055C051706B* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t9B4F3A919ABD1316698DF924EA76C566E04B756F* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tA2AD36B050C5114E18850A60D3F569DCE8F8D077* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tC4EE086025735028B40F9195EE3BCBEC810EA1B1* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tC68F9B686032FB8A59FD453E328E3BDCE1E34D10* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tC6D9EA1B95BCF7E19440C7239B1FB61C79C0C3D0* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tAC6B918C12E4C6E4FB4BB6822C70D6B8E8EEE5EE* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t4830ECF69FC5841B3B970EC5B82B6136EA9140DC* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* ____dictionary_0; }; // System.Collections.Generic.List`1 struct List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ColliderU5BU5D_t94A9D70F63D095AFF2A9B4613012A5F7F3141787* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ParameterOverrideU5BU5D_tF163C5F38AB35DEF95B01C3B559E99F0BE2861CB* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ParameterOverrideU5BU5D_tF163C5F38AB35DEF95B01C3B559E99F0BE2861CB* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items PostProcessBundleU5BU5D_t413A415002ACB7B6AA531A6B808C8E17C042DD70* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray PostProcessBundleU5BU5D_t413A415002ACB7B6AA531A6B808C8E17C042DD70* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t546F80F089565391A12FFC278774A9DAF8B146DB : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items PostProcessEffectRendererU5BU5D_t4E84615B84E8ABFC32B42B4ED6ABBDA05936DA21* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t546F80F089565391A12FFC278774A9DAF8B146DB_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray PostProcessEffectRendererU5BU5D_t4E84615B84E8ABFC32B42B4ED6ABBDA05936DA21* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items PostProcessVolumeU5BU5D_t375DC025BC62B9DDF2A3DEAFCEDFF24A9CFDA7E2* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray PostProcessVolumeU5BU5D_t375DC025BC62B9DDF2A3DEAFCEDFF24A9CFDA7E2* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items SerializedBundleRefU5BU5D_t769E3452CE7F93FD475E124C76CF47007D00563A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; struct List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray SerializedBundleRefU5BU5D_t769E3452CE7F93FD475E124C76CF47007D00563A* ___s_emptyArray_5; }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049 : public RuntimeObject { // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject* ____syncRoot_1; }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* ____dictionary_0; }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* ____dictionary_0; }; struct Il2CppArrayBounds; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { }; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; // UnityEngine.Rendering.PostProcessing.ColorUtilities struct ColorUtilities_t8E1515D1E2463B9F4AC5D35C5C7652BA8753EDE1 : public RuntimeObject { }; // UnityEngine.Rendering.PostProcessing.Dithering struct Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD : public RuntimeObject { // System.Int32 UnityEngine.Rendering.PostProcessing.Dithering::m_NoiseTextureIndex int32_t ___m_NoiseTextureIndex_0; // System.Random UnityEngine.Rendering.PostProcessing.Dithering::m_Random Random_t79716069EDE67D1D7734F60AE402D0CA3FB6B4C8* ___m_Random_1; }; // UnityEngine.Rendering.PostProcessing.FastApproximateAntialiasing struct FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07 : public RuntimeObject { // System.Boolean UnityEngine.Rendering.PostProcessing.FastApproximateAntialiasing::fastMode bool ___fastMode_0; // System.Boolean UnityEngine.Rendering.PostProcessing.FastApproximateAntialiasing::keepAlpha bool ___keepAlpha_1; }; // UnityEngine.Rendering.PostProcessing.Fog struct Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF : public RuntimeObject { // System.Boolean UnityEngine.Rendering.PostProcessing.Fog::enabled bool ___enabled_0; // System.Boolean UnityEngine.Rendering.PostProcessing.Fog::excludeSkybox bool ___excludeSkybox_1; }; // UnityEngine.Rendering.PostProcessing.HableCurve struct HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461 : public RuntimeObject { // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::k__BackingField float ___U3CwhitePointU3Ek__BackingField_0; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::k__BackingField float ___U3CinverseWhitePointU3Ek__BackingField_1; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::k__BackingField float ___U3Cx0U3Ek__BackingField_2; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::k__BackingField float ___U3Cx1U3Ek__BackingField_3; // UnityEngine.Rendering.PostProcessing.HableCurve/Segment[] UnityEngine.Rendering.PostProcessing.HableCurve::m_Segments SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* ___m_Segments_4; // UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms UnityEngine.Rendering.PostProcessing.HableCurve::uniforms Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* ___uniforms_5; }; // UnityEngine.Rendering.PostProcessing.HaltonSeq struct HaltonSeq_tD4CD3D0F14665B943C695CCB3742ED3441519929 : public RuntimeObject { }; // UnityEngine.Rendering.PostProcessing.LogHistogram struct LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24 : public RuntimeObject { // UnityEngine.ComputeBuffer UnityEngine.Rendering.PostProcessing.LogHistogram::k__BackingField ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___U3CdataU3Ek__BackingField_3; }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // UnityEngine.Rendering.PostProcessing.MeshUtilities struct MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0 : public RuntimeObject { }; struct MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields { // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.MeshUtilities::s_Primitives Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD* ___s_Primitives_0; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.MeshUtilities::s_ColliderPrimitives Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* ___s_ColliderPrimitives_1; }; // UnityEngine.Rendering.PostProcessing.Monitor struct Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC : public RuntimeObject { // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.Monitor::k__BackingField RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___U3CoutputU3Ek__BackingField_0; // System.Boolean UnityEngine.Rendering.PostProcessing.Monitor::requested bool ___requested_1; }; // UnityEngine.Rendering.PostProcessing.MultiScaleVO struct MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F : public RuntimeObject { // System.Single[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_SampleThickness SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_SampleThickness_0; // System.Single[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_InvThicknessTable SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_InvThicknessTable_1; // System.Single[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_SampleWeightTable SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_SampleWeightTable_2; // System.Int32[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_Widths Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Widths_3; // System.Int32[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_Heights Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Heights_4; // System.Int32[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_ScaledWidths Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_ScaledWidths_5; // System.Int32[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_ScaledHeights Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_ScaledHeights_6; // UnityEngine.Rendering.PostProcessing.AmbientOcclusion UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_Settings AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039* ___m_Settings_7; // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_PropertySheet PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___m_PropertySheet_8; // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_Resources PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___m_Resources_9; // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_AmbientOnlyAO RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AmbientOnlyAO_10; // UnityEngine.Rendering.RenderTargetIdentifier[] UnityEngine.Rendering.PostProcessing.MultiScaleVO::m_MRT RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___m_MRT_11; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride struct ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 : public RuntimeObject { // System.Boolean UnityEngine.Rendering.PostProcessing.ParameterOverride::overrideState bool ___overrideState_0; }; // UnityEngine.Rendering.PostProcessing.PostProcessBundle struct PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511 : public RuntimeObject { // UnityEngine.Rendering.PostProcessing.PostProcessAttribute UnityEngine.Rendering.PostProcessing.PostProcessBundle::k__BackingField PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* ___U3CattributeU3Ek__BackingField_0; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings UnityEngine.Rendering.PostProcessing.PostProcessBundle::k__BackingField PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___U3CsettingsU3Ek__BackingField_1; // UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer UnityEngine.Rendering.PostProcessing.PostProcessBundle::m_Renderer PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* ___m_Renderer_2; }; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer struct PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02 : public RuntimeObject { // UnityEngine.Rendering.PostProcessing.LightMeterMonitor UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::lightMeter LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6* ___lightMeter_0; // UnityEngine.Rendering.PostProcessing.HistogramMonitor UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::histogram HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* ___histogram_1; // UnityEngine.Rendering.PostProcessing.WaveformMonitor UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::waveform WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* ___waveform_2; // UnityEngine.Rendering.PostProcessing.VectorscopeMonitor UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::vectorscope VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* ___vectorscope_3; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::m_Monitors Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* ___m_Monitors_4; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::frameWidth int32_t ___frameWidth_5; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::frameHeight int32_t ___frameHeight_6; // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::k__BackingField RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___U3CdebugOverlayTargetU3Ek__BackingField_7; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::k__BackingField bool ___U3CdebugOverlayActiveU3Ek__BackingField_8; // UnityEngine.Rendering.PostProcessing.DebugOverlay UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::k__BackingField int32_t ___U3CdebugOverlayU3Ek__BackingField_9; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::overlaySettings OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9* ___overlaySettings_10; }; // UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer struct PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D : public RuntimeObject { // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::m_ResetHistory bool ___m_ResetHistory_0; }; // UnityEngine.Rendering.PostProcessing.PostProcessEffectRendererExtensions struct PostProcessEffectRendererExtensions_t5B5D95280644F01A10825A85087F63D2EEB45B3E : public RuntimeObject { }; // UnityEngine.Rendering.PostProcessing.PostProcessManager struct PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70 : public RuntimeObject { // System.Collections.Generic.Dictionary`2> UnityEngine.Rendering.PostProcessing.PostProcessManager::m_SortedVolumes Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* ___m_SortedVolumes_2; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessManager::m_Volumes List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* ___m_Volumes_3; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PostProcessManager::m_SortNeeded Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* ___m_SortNeeded_4; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessManager::m_BaseSettings List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* ___m_BaseSettings_5; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessManager::m_TempColliders List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___m_TempColliders_6; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PostProcessManager::settingsTypes Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* ___settingsTypes_7; }; struct PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_StaticFields { // UnityEngine.Rendering.PostProcessing.PostProcessManager UnityEngine.Rendering.PostProcessing.PostProcessManager::s_Instance PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* ___s_Instance_0; }; // UnityEngine.Rendering.PostProcessing.PropertySheet struct PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397 : public RuntimeObject { // UnityEngine.MaterialPropertyBlock UnityEngine.Rendering.PostProcessing.PropertySheet::k__BackingField MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___U3CpropertiesU3Ek__BackingField_0; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.PropertySheet::k__BackingField Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___U3CmaterialU3Ek__BackingField_1; }; // UnityEngine.Rendering.PostProcessing.PropertySheetFactory struct PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D : public RuntimeObject { // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PropertySheetFactory::m_Sheets Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* ___m_Sheets_0; }; // UnityEngine.Rendering.PostProcessing.RuntimeUtilities struct RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6 : public RuntimeObject { }; struct RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields { // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_WhiteTexture Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_WhiteTexture_0; // UnityEngine.Texture3D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_WhiteTexture3D Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* ___m_WhiteTexture3D_1; // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_BlackTexture Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_BlackTexture_2; // UnityEngine.Texture3D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_BlackTexture3D Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* ___m_BlackTexture3D_3; // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_TransparentTexture Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_TransparentTexture_4; // UnityEngine.Texture3D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_TransparentTexture3D Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* ___m_TransparentTexture3D_5; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_LutStrips Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04* ___m_LutStrips_6; // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_Resources PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___s_Resources_7; // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_FullscreenTriangle Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___s_FullscreenTriangle_8; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_CopyStdMaterial Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_CopyStdMaterial_9; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_CopyStdFromDoubleWideMaterial Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_CopyStdFromDoubleWideMaterial_10; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_CopyMaterial Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_CopyMaterial_11; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_CopyFromTexArrayMaterial Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_CopyFromTexArrayMaterial_12; // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_CopySheet PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___s_CopySheet_13; // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.RuntimeUtilities::s_CopyFromTexArraySheet PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___s_CopyFromTexArraySheet_14; // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::m_AssemblyTypes RuntimeObject* ___m_AssemblyTypes_15; }; // UnityEngine.Rendering.PostProcessing.ShaderIDs struct ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99 : public RuntimeObject { }; struct ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields { // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::MainTex int32_t ___MainTex_0; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Jitter int32_t ___Jitter_1; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Sharpness int32_t ___Sharpness_2; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::FinalBlendParameters int32_t ___FinalBlendParameters_3; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::HistoryTex int32_t ___HistoryTex_4; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::SMAA_Flip int32_t ___SMAA_Flip_5; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::SMAA_Flop int32_t ___SMAA_Flop_6; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::AOParams int32_t ___AOParams_7; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::AOColor int32_t ___AOColor_8; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::OcclusionTexture1 int32_t ___OcclusionTexture1_9; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::OcclusionTexture2 int32_t ___OcclusionTexture2_10; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::SAOcclusionTexture int32_t ___SAOcclusionTexture_11; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::MSVOcclusionTexture int32_t ___MSVOcclusionTexture_12; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::DepthCopy int32_t ___DepthCopy_13; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LinearDepth int32_t ___LinearDepth_14; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LowDepth1 int32_t ___LowDepth1_15; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LowDepth2 int32_t ___LowDepth2_16; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LowDepth3 int32_t ___LowDepth3_17; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LowDepth4 int32_t ___LowDepth4_18; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TiledDepth1 int32_t ___TiledDepth1_19; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TiledDepth2 int32_t ___TiledDepth2_20; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TiledDepth3 int32_t ___TiledDepth3_21; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TiledDepth4 int32_t ___TiledDepth4_22; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Occlusion1 int32_t ___Occlusion1_23; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Occlusion2 int32_t ___Occlusion2_24; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Occlusion3 int32_t ___Occlusion3_25; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Occlusion4 int32_t ___Occlusion4_26; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Combined1 int32_t ___Combined1_27; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Combined2 int32_t ___Combined2_28; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Combined3 int32_t ___Combined3_29; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::SSRResolveTemp int32_t ___SSRResolveTemp_30; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Noise int32_t ___Noise_31; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Test int32_t ___Test_32; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Resolve int32_t ___Resolve_33; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::History int32_t ___History_34; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ViewMatrix int32_t ___ViewMatrix_35; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::InverseViewMatrix int32_t ___InverseViewMatrix_36; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ScreenSpaceProjectionMatrix int32_t ___ScreenSpaceProjectionMatrix_37; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Params2 int32_t ___Params2_38; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::FogColor int32_t ___FogColor_39; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::FogParams int32_t ___FogParams_40; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::VelocityScale int32_t ___VelocityScale_41; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::MaxBlurRadius int32_t ___MaxBlurRadius_42; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::RcpMaxBlurRadius int32_t ___RcpMaxBlurRadius_43; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::VelocityTex int32_t ___VelocityTex_44; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Tile2RT int32_t ___Tile2RT_45; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Tile4RT int32_t ___Tile4RT_46; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Tile8RT int32_t ___Tile8RT_47; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TileMaxOffs int32_t ___TileMaxOffs_48; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TileMaxLoop int32_t ___TileMaxLoop_49; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TileVRT int32_t ___TileVRT_50; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::NeighborMaxTex int32_t ___NeighborMaxTex_51; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LoopCount int32_t ___LoopCount_52; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::DepthOfFieldTemp int32_t ___DepthOfFieldTemp_53; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::DepthOfFieldTex int32_t ___DepthOfFieldTex_54; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Distance int32_t ___Distance_55; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LensCoeff int32_t ___LensCoeff_56; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::MaxCoC int32_t ___MaxCoC_57; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::RcpMaxCoC int32_t ___RcpMaxCoC_58; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::RcpAspect int32_t ___RcpAspect_59; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::CoCTex int32_t ___CoCTex_60; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TaaParams int32_t ___TaaParams_61; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::AutoExposureTex int32_t ___AutoExposureTex_62; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::HistogramBuffer int32_t ___HistogramBuffer_63; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Params int32_t ___Params_64; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ScaleOffsetRes int32_t ___ScaleOffsetRes_65; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::BloomTex int32_t ___BloomTex_66; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::SampleScale int32_t ___SampleScale_67; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Threshold int32_t ___Threshold_68; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ColorIntensity int32_t ___ColorIntensity_69; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Bloom_DirtTex int32_t ___Bloom_DirtTex_70; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Bloom_Settings int32_t ___Bloom_Settings_71; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Bloom_Color int32_t ___Bloom_Color_72; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Bloom_DirtTileOffset int32_t ___Bloom_DirtTileOffset_73; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ChromaticAberration_Amount int32_t ___ChromaticAberration_Amount_74; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ChromaticAberration_SpectralLut int32_t ___ChromaticAberration_SpectralLut_75; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Distortion_CenterScale int32_t ___Distortion_CenterScale_76; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Distortion_Amount int32_t ___Distortion_Amount_77; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Lut2D int32_t ___Lut2D_78; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Lut3D int32_t ___Lut3D_79; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Lut3D_Params int32_t ___Lut3D_Params_80; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Lut2D_Params int32_t ___Lut2D_Params_81; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::UserLut2D_Params int32_t ___UserLut2D_Params_82; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::PostExposure int32_t ___PostExposure_83; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ColorBalance int32_t ___ColorBalance_84; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ColorFilter int32_t ___ColorFilter_85; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::HueSatCon int32_t ___HueSatCon_86; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Brightness int32_t ___Brightness_87; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ChannelMixerRed int32_t ___ChannelMixerRed_88; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ChannelMixerGreen int32_t ___ChannelMixerGreen_89; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ChannelMixerBlue int32_t ___ChannelMixerBlue_90; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Lift int32_t ___Lift_91; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::InvGamma int32_t ___InvGamma_92; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Gain int32_t ___Gain_93; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Curves int32_t ___Curves_94; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::CustomToneCurve int32_t ___CustomToneCurve_95; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ToeSegmentA int32_t ___ToeSegmentA_96; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ToeSegmentB int32_t ___ToeSegmentB_97; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::MidSegmentA int32_t ___MidSegmentA_98; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::MidSegmentB int32_t ___MidSegmentB_99; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ShoSegmentA int32_t ___ShoSegmentA_100; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::ShoSegmentB int32_t ___ShoSegmentB_101; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Vignette_Color int32_t ___Vignette_Color_102; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Vignette_Center int32_t ___Vignette_Center_103; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Vignette_Settings int32_t ___Vignette_Settings_104; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Vignette_Mask int32_t ___Vignette_Mask_105; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Vignette_Opacity int32_t ___Vignette_Opacity_106; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Vignette_Mode int32_t ___Vignette_Mode_107; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Grain_Params1 int32_t ___Grain_Params1_108; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Grain_Params2 int32_t ___Grain_Params2_109; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::GrainTex int32_t ___GrainTex_110; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Phase int32_t ___Phase_111; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::GrainNoiseParameters int32_t ___GrainNoiseParameters_112; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::LumaInAlpha int32_t ___LumaInAlpha_113; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::DitheringTex int32_t ___DitheringTex_114; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Dithering_Coords int32_t ___Dithering_Coords_115; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::From int32_t ___From_116; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::To int32_t ___To_117; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::Interp int32_t ___Interp_118; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::TargetColor int32_t ___TargetColor_119; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::HalfResFinalCopy int32_t ___HalfResFinalCopy_120; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::WaveformSource int32_t ___WaveformSource_121; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::WaveformBuffer int32_t ___WaveformBuffer_122; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::VectorscopeBuffer int32_t ___VectorscopeBuffer_123; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::RenderViewportScaleFactor int32_t ___RenderViewportScaleFactor_124; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::UVTransform int32_t ___UVTransform_125; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::DepthSlice int32_t ___DepthSlice_126; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::UVScaleOffset int32_t ___UVScaleOffset_127; // System.Int32 UnityEngine.Rendering.PostProcessing.ShaderIDs::PosScaleOffset int32_t ___PosScaleOffset_128; }; // UnityEngine.Rendering.PostProcessing.Spline struct Spline_tD8C641273FEAA3A7958A261C41D694636049CB21 : public RuntimeObject { // UnityEngine.AnimationCurve UnityEngine.Rendering.PostProcessing.Spline::curve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___curve_2; // System.Boolean UnityEngine.Rendering.PostProcessing.Spline::m_Loop bool ___m_Loop_3; // System.Single UnityEngine.Rendering.PostProcessing.Spline::m_ZeroValue float ___m_ZeroValue_4; // System.Single UnityEngine.Rendering.PostProcessing.Spline::m_Range float ___m_Range_5; // UnityEngine.AnimationCurve UnityEngine.Rendering.PostProcessing.Spline::m_InternalLoopingCurve AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___m_InternalLoopingCurve_6; // System.Int32 UnityEngine.Rendering.PostProcessing.Spline::frameCount int32_t ___frameCount_7; // System.Single[] UnityEngine.Rendering.PostProcessing.Spline::cachedData SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___cachedData_8; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing struct SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12 : public RuntimeObject { // UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing/Quality UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing::quality int32_t ___quality_0; }; // UnityEngine.Rendering.PostProcessing.TargetPool struct TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C : public RuntimeObject { // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.TargetPool::m_Pool List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_Pool_0; // System.Int32 UnityEngine.Rendering.PostProcessing.TargetPool::m_Current int32_t ___m_Current_1; }; // UnityEngine.Rendering.PostProcessing.TextureLerper struct TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424 : public RuntimeObject { // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.TextureLerper::m_Command CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_Command_1; // UnityEngine.Rendering.PostProcessing.PropertySheetFactory UnityEngine.Rendering.PostProcessing.TextureLerper::m_PropertySheets PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* ___m_PropertySheets_2; // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.TextureLerper::m_Resources PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___m_Resources_3; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.TextureLerper::m_Recycled List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* ___m_Recycled_4; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.TextureLerper::m_Actives List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* ___m_Actives_5; }; struct TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424_StaticFields { // UnityEngine.Rendering.PostProcessing.TextureLerper UnityEngine.Rendering.PostProcessing.TextureLerper::m_Instance TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* ___m_Instance_0; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // UnityEngine.Rendering.PostProcessing.HableCurve/Segment struct Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D : public RuntimeObject { // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::offsetX float ___offsetX_0; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::offsetY float ___offsetY_1; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::scaleX float ___scaleX_2; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::scaleY float ___scaleY_3; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::lnA float ___lnA_4; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::B float ___B_5; }; // UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms struct Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59 : public RuntimeObject { // UnityEngine.Rendering.PostProcessing.HableCurve UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::parent HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* ___parent_0; }; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings struct OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9 : public RuntimeObject { // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings::linearDepth bool ___linearDepth_0; // System.Single UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings::motionColorIntensity float ___motionColorIntensity_1; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings::motionGridSize int32_t ___motionGridSize_2; // UnityEngine.Rendering.PostProcessing.ColorBlindnessType UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings::colorBlindnessType int32_t ___colorBlindnessType_3; // System.Single UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings::colorBlindnessStrength float ___colorBlindnessStrength_4; }; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c struct U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873 : public RuntimeObject { }; struct U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields { // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::<>9 U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* ___U3CU3E9_0; // System.Func`2 UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::<>9__3_0 Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* ___U3CU3E9__3_0_1; // System.Func`2 UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::<>9__3_1 Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* ___U3CU3E9__3_1_2; }; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c struct U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1 : public RuntimeObject { }; struct U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_StaticFields { // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c::<>9 U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1* ___U3CU3E9_0; // System.Func`2,UnityEngine.Rendering.PostProcessing.PostProcessBundle> UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c::<>9__54_1 Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* ___U3CU3E9__54_1_1; }; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0 struct U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697 : public RuntimeObject { // UnityEngine.Rendering.PostProcessing.PostProcessEvent UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0::evt int32_t ___evt_0; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0::effects List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* ___effects_1; }; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_1 struct U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A : public RuntimeObject { // System.String UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_1::searchStr String_t* ___searchStr_0; }; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_2 struct U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05 : public RuntimeObject { // System.String UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_2::typeName String_t* ___typeName_0; }; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_3 struct U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317 : public RuntimeObject { // System.String UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_3::typeName String_t* ___typeName_0; }; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef struct SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E : public RuntimeObject { // System.String UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef::assemblyQualifiedName String_t* ___assemblyQualifiedName_0; // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef::bundle PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* ___bundle_1; }; // UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c struct U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F : public RuntimeObject { }; struct U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_StaticFields { // UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c::<>9 U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F* ___U3CU3E9_0; // System.Func`2 UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c::<>9__12_0 Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* ___U3CU3E9__12_0_1; }; // UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c struct U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76 : public RuntimeObject { }; struct U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_StaticFields { // UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c::<>9 U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76* ___U3CU3E9_0; // System.Predicate`1 UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c::<>9__2_0 Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* ___U3CU3E9__2_0_1; }; // UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders struct ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F : public RuntimeObject { // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::autoExposure ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___autoExposure_0; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::exposureHistogram ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___exposureHistogram_1; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::lut3DBaker ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___lut3DBaker_2; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::texture3dLerp ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___texture3dLerp_3; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::gammaHistogram ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___gammaHistogram_4; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::waveform ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___waveform_5; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::vectorscope ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___vectorscope_6; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::multiScaleAODownsample1 ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___multiScaleAODownsample1_7; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::multiScaleAODownsample2 ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___multiScaleAODownsample2_8; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::multiScaleAORender ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___multiScaleAORender_9; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::multiScaleAOUpsample ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___multiScaleAOUpsample_10; // UnityEngine.ComputeShader UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::gaussianDownsample ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___gaussianDownsample_11; }; // UnityEngine.Rendering.PostProcessing.PostProcessResources/SMAALuts struct SMAALuts_t62105E31B4A58EC4A668D9C79B9720F7CD5C3CB2 : public RuntimeObject { // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.PostProcessResources/SMAALuts::area Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___area_0; // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.PostProcessResources/SMAALuts::search Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___search_1; }; // UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders struct Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B : public RuntimeObject { // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::bloom Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___bloom_0; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::copy Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___copy_1; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::copyStd Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___copyStd_2; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::copyStdFromTexArray Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___copyStdFromTexArray_3; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::copyStdFromDoubleWide Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___copyStdFromDoubleWide_4; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::discardAlpha Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___discardAlpha_5; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::depthOfField Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___depthOfField_6; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::finalPass Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___finalPass_7; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::grainBaker Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___grainBaker_8; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::motionBlur Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___motionBlur_9; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::temporalAntialiasing Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___temporalAntialiasing_10; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::subpixelMorphologicalAntialiasing Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___subpixelMorphologicalAntialiasing_11; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::texture2dLerp Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___texture2dLerp_12; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::uber Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___uber_13; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::lut2DBaker Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___lut2DBaker_14; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::lightMeter Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___lightMeter_15; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::gammaHistogram Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___gammaHistogram_16; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::waveform Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___waveform_17; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::vectorscope Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___vectorscope_18; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::debugOverlays Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___debugOverlays_19; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::deferredFog Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___deferredFog_20; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::scalableAO Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___scalableAO_21; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::multiScaleAO Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___multiScaleAO_22; // UnityEngine.Shader UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::screenSpaceReflections Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___screenSpaceReflections_23; }; // UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c struct U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9 : public RuntimeObject { }; struct U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_StaticFields { // UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c::<>9 U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9* ___U3CU3E9_0; // System.Func`2> UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c::<>9__90_0 Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* ___U3CU3E9__90_0_1; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* ____current_3; }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version int32_t ____version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey RuntimeObject* ____currentKey_3; }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version int32_t ____version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue RuntimeObject* ____currentValue_3; }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version int32_t ____version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ____currentValue_3; }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version int32_t ____version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey Type_t* ____currentKey_3; }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_dictionary Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_version int32_t ____version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::_currentValue PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* ____currentValue_3; }; // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 { // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF { // TKey System.Collections.Generic.KeyValuePair`2::key Type_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value bool ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t9289C5BEA43DBDEDF5862BFE9BF6208D198D3675 : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value int32_t ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value float ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___value_1; }; // UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer`1 struct PostProcessEffectRenderer_1_t967CD38B54CEAD5D21FA844CA846203F0FF9C93E : public PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D { // T UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer`1::k__BackingField AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039* ___U3CsettingsU3Ek__BackingField_1; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // UnityEngine.Color struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F { // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { }; // UnityEngine.FrustumPlanes struct FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 { // System.Single UnityEngine.FrustumPlanes::left float ___left_0; // System.Single UnityEngine.FrustumPlanes::right float ___right_1; // System.Single UnityEngine.FrustumPlanes::bottom float ___bottom_2; // System.Single UnityEngine.FrustumPlanes::top float ___top_3; // System.Single UnityEngine.FrustumPlanes::zNear float ___zNear_4; // System.Single UnityEngine.FrustumPlanes::zFar float ___zFar_5; }; // UnityEngine.Rendering.PostProcessing.HistogramMonitor struct HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3 : public Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC { // System.Int32 UnityEngine.Rendering.PostProcessing.HistogramMonitor::width int32_t ___width_2; // System.Int32 UnityEngine.Rendering.PostProcessing.HistogramMonitor::height int32_t ___height_3; // UnityEngine.Rendering.PostProcessing.HistogramMonitor/Channel UnityEngine.Rendering.PostProcessing.HistogramMonitor::channel int32_t ___channel_4; // UnityEngine.ComputeBuffer UnityEngine.Rendering.PostProcessing.HistogramMonitor::m_Data ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_Data_5; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // UnityEngine.LayerMask struct LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB { // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; }; // UnityEngine.Rendering.PostProcessing.LightMeterMonitor struct LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6 : public Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC { // System.Int32 UnityEngine.Rendering.PostProcessing.LightMeterMonitor::width int32_t ___width_2; // System.Int32 UnityEngine.Rendering.PostProcessing.LightMeterMonitor::height int32_t ___height_3; // System.Boolean UnityEngine.Rendering.PostProcessing.LightMeterMonitor::showCurves bool ___showCurves_4; }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 { // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; }; struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields { // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17; }; // UnityEngine.Rendering.PostProcessing.PostProcessAttribute struct PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Type UnityEngine.Rendering.PostProcessing.PostProcessAttribute::renderer Type_t* ___renderer_0; // UnityEngine.Rendering.PostProcessing.PostProcessEvent UnityEngine.Rendering.PostProcessing.PostProcessAttribute::eventType int32_t ___eventType_1; // System.String UnityEngine.Rendering.PostProcessing.PostProcessAttribute::menuItem String_t* ___menuItem_2; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessAttribute::allowInSceneView bool ___allowInSceneView_3; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessAttribute::builtinEffect bool ___builtinEffect_4; }; // UnityEngine.Rendering.PostProcessing.PostProcessEventComparer struct PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2 { union { struct { }; uint8_t PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2__padding[1]; }; }; // UnityEngine.Quaternion struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 { // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; }; struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields { // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4; }; // UnityEngine.Rect struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D { // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; }; // UnityEngine.RenderTextureDescriptor struct RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 { // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CwidthU3Ek__BackingField_0; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CheightU3Ek__BackingField_1; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CmsaaSamplesU3Ek__BackingField_2; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CvolumeDepthU3Ek__BackingField_3; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CmipCountU3Ek__BackingField_4; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTextureDescriptor::_graphicsFormat int32_t ____graphicsFormat_5; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CstencilFormatU3Ek__BackingField_6; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CdepthStencilFormatU3Ek__BackingField_7; // UnityEngine.Rendering.TextureDimension UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CdimensionU3Ek__BackingField_8; // UnityEngine.Rendering.ShadowSamplingMode UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CshadowSamplingModeU3Ek__BackingField_9; // UnityEngine.VRTextureUsage UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CvrUsageU3Ek__BackingField_10; // UnityEngine.RenderTextureCreationFlags UnityEngine.RenderTextureDescriptor::_flags int32_t ____flags_11; // UnityEngine.RenderTextureMemoryless UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CmemorylessU3Ek__BackingField_12; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; }; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields { // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9; }; // UnityEngine.Vector3 struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; }; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields { // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14; }; // UnityEngine.Vector4 struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 { // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; }; struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields { // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8; }; // UnityEngine.Rendering.PostProcessing.VectorscopeMonitor struct VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC : public Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC { // System.Int32 UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::size int32_t ___size_2; // System.Single UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::exposure float ___exposure_3; // UnityEngine.ComputeBuffer UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::m_Data ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_Data_4; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // UnityEngine.Rendering.PostProcessing.WaveformMonitor struct WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674 : public Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC { // System.Single UnityEngine.Rendering.PostProcessing.WaveformMonitor::exposure float ___exposure_2; // System.Int32 UnityEngine.Rendering.PostProcessing.WaveformMonitor::height int32_t ___height_3; // UnityEngine.ComputeBuffer UnityEngine.Rendering.PostProcessing.WaveformMonitor::m_Data ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_Data_4; }; // UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams struct DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 { // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::x0 float ___x0_0; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::y0 float ___y0_1; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::x1 float ___x1_2; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::y1 float ___y1_3; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::W float ___W_4; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::overshootX float ___overshootX_5; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::overshootY float ___overshootY_6; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams::gamma float ___gamma_7; }; // System.Collections.Generic.Dictionary`2/Enumerator> struct Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t72F234BE749BE6BA202FC41626B5E819E4F208B4 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tAAC185913640F8D048BB246B939933B81987D464 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Nullable`1 struct Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785 : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061 : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value_1; }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7 : public ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90 { // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___value_1; }; // UnityEngine.Rendering.PostProcessing.AmbientOcclusionRenderer struct AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948 : public PostProcessEffectRenderer_1_t967CD38B54CEAD5D21FA844CA846203F0FF9C93E { // UnityEngine.Rendering.PostProcessing.IAmbientOcclusionMethod[] UnityEngine.Rendering.PostProcessing.AmbientOcclusionRenderer::m_Methods IAmbientOcclusionMethodU5BU5D_tB26A13FEEC12231D37FE957C6778C4B3911D52F9* ___m_Methods_2; }; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject* ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject* ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42* ___AssemblyLoad_9; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___AssemblyResolve_10; // System.EventHandler System.AppDomain::DomainUnload EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___DomainUnload_11; // System.EventHandler System.AppDomain::ProcessExit EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___ProcessExit_12; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ResourceResolve_13; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___TypeResolve_14; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* ___UnhandledException_15; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7* ___FirstChanceException_16; // System.Object System.AppDomain::_domain_manager RuntimeObject* ____domain_manager_17; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ReflectionOnlyAssemblyResolve_18; // System.Object System.AppDomain::_activation RuntimeObject* ____activation_19; // System.Object System.AppDomain::_applicationIdentity RuntimeObject* ____applicationIdentity_20; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_StaticFields { // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; }; struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_ThreadStaticFields { // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_refonly_5; }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_9; Il2CppMethodPointer ___AssemblyResolve_10; Il2CppMethodPointer ___DomainUnload_11; Il2CppMethodPointer ___ProcessExit_12; Il2CppMethodPointer ___ResourceResolve_13; Il2CppMethodPointer ___TypeResolve_14; Il2CppMethodPointer ___UnhandledException_15; Il2CppMethodPointer ___FirstChanceException_16; Il2CppIUnknown* ____domain_manager_17; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18; Il2CppIUnknown* ____activation_19; Il2CppIUnknown* ____applicationIdentity_20; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_9; Il2CppMethodPointer ___AssemblyResolve_10; Il2CppMethodPointer ___DomainUnload_11; Il2CppMethodPointer ___ProcessExit_12; Il2CppMethodPointer ___ResourceResolve_13; Il2CppMethodPointer ___TypeResolve_14; Il2CppMethodPointer ___UnhandledException_15; Il2CppMethodPointer ___FirstChanceException_16; Il2CppIUnknown* ____domain_manager_17; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18; Il2CppIUnknown* ____activation_19; Il2CppIUnknown* ____applicationIdentity_20; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // UnityEngine.Rendering.PostProcessing.BoolParameter struct BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE : public ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C { }; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject { // System.IntPtr UnityEngine.Rendering.CommandBuffer::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.ComputeBuffer struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233 : public RuntimeObject { // System.IntPtr UnityEngine.ComputeBuffer::m_Ptr intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // UnityEngine.Display struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1 : public RuntimeObject { // System.IntPtr UnityEngine.Display::nativeDisplay intptr_t ___nativeDisplay_0; }; struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_StaticFields { // UnityEngine.Display[] UnityEngine.Display::displays DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F* ___displays_1; // UnityEngine.Display UnityEngine.Display::_mainDisplay Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* ____mainDisplay_2; // System.Int32 UnityEngine.Display::m_ActiveEditorGameViewTarget int32_t ___m_ActiveEditorGameViewTarget_3; // UnityEngine.Display/DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68* ___onDisplaysUpdated_4; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // UnityEngine.Rendering.PostProcessing.FloatParameter struct FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586 : public ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F { }; // UnityEngine.Rendering.PostProcessing.IntParameter struct IntParameter_tB1A4CADDF1D3382F9EF6F2FFB5708D83C95FD5B6 : public ParameterOverride_1_t9289C5BEA43DBDEDF5862BFE9BF6208D198D3675 { }; // UnityEngine.MaterialPropertyBlock struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D : public RuntimeObject { // System.IntPtr UnityEngine.MaterialPropertyBlock::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject { // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields { // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.RenderBuffer struct RenderBuffer_tBE7B342979EF2FA36E24C8A7F9242212F5B89551 { // System.Int32 UnityEngine.RenderBuffer::m_RenderTextureInstanceID int32_t ___m_RenderTextureInstanceID_0; // System.IntPtr UnityEngine.RenderBuffer::m_BufferPtr intptr_t ___m_BufferPtr_1; }; // UnityEngine.Rendering.RenderTargetIdentifier struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B { // UnityEngine.Rendering.BuiltinRenderTextureType UnityEngine.Rendering.RenderTargetIdentifier::m_Type int32_t ___m_Type_1; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_NameID int32_t ___m_NameID_2; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_InstanceID int32_t ___m_InstanceID_3; // System.IntPtr UnityEngine.Rendering.RenderTargetIdentifier::m_BufferPointer intptr_t ___m_BufferPointer_4; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_MipLevel int32_t ___m_MipLevel_5; // UnityEngine.CubemapFace UnityEngine.Rendering.RenderTargetIdentifier::m_CubeFace int32_t ___m_CubeFace_6; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_DepthSlice int32_t ___m_DepthSlice_7; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // UnityEngine.Rendering.PostProcessing.SplineParameter struct SplineParameter_tF22BC76D5E71C106A1AA0EB6CF97B5DCC5B62741 : public ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA { }; // UnityEngine.Rendering.PostProcessing.TemporalAntialiasing struct TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644 : public RuntimeObject { // System.Single UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::jitterSpread float ___jitterSpread_0; // System.Single UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::sharpness float ___sharpness_1; // System.Single UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::stationaryBlending float ___stationaryBlending_2; // System.Single UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::motionBlending float ___motionBlending_3; // System.Func`3 UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::jitteredMatrixFunc Func_3_t6331F484BBD55E3A9A1544953157FFC3F9BAEA2B* ___jitteredMatrixFunc_4; // UnityEngine.Vector2 UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::k__BackingField Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CjitterU3Ek__BackingField_5; // UnityEngine.Rendering.RenderTargetIdentifier[] UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::m_Mrt RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___m_Mrt_6; // System.Boolean UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::m_ResetHistory bool ___m_ResetHistory_7; // System.Int32 UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::k__BackingField int32_t ___U3CsampleIndexU3Ek__BackingField_9; // UnityEngine.RenderTexture[][] UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::m_HistoryTextures RenderTextureU5BU5DU5BU5D_t9BAA6B77452186BAB37189275E6FED20751F42E0* ___m_HistoryTextures_12; // System.Int32[] UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::m_HistoryPingPong Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_HistoryPingPong_13; }; // UnityEngine.Rendering.PostProcessing.TextureParameter struct TextureParameter_t4A9C3CCF21E0643B81A12CBF453FA2162084905F : public ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA { // UnityEngine.Rendering.PostProcessing.TextureParameterDefault UnityEngine.Rendering.PostProcessing.TextureParameter::defaultState int32_t ___defaultState_2; }; // System.Nullable`1 struct Nullable_1_t3CBCF6DFF35F8C3EEB42E43FFEF8EB6438EB2600 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value_1; }; // UnityEngine.Rendering.PostProcessing.ColorParameter struct ColorParameter_t0322EE34E149F6F9F6894A02D89E8EF73B82D299 : public ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785 { }; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.ComputeShader struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.Mesh struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // UnityEngine.Rendering.PostProcessing.PostProcessRenderContext struct PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7 : public RuntimeObject { // UnityEngine.Camera UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::m_Camera Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_Camera_0; // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___U3CcommandU3Ek__BackingField_1; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CsourceU3Ek__BackingField_2; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CdestinationU3Ek__BackingField_3; // UnityEngine.RenderTextureFormat UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CsourceFormatU3Ek__BackingField_4; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField bool ___U3CflipU3Ek__BackingField_5; // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___U3CresourcesU3Ek__BackingField_6; // UnityEngine.Rendering.PostProcessing.PropertySheetFactory UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* ___U3CpropertySheetsU3Ek__BackingField_7; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___U3CuserDataU3Ek__BackingField_8; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* ___U3CdebugLayerU3Ek__BackingField_9; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CwidthU3Ek__BackingField_10; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CheightU3Ek__BackingField_11; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField bool ___U3CstereoActiveU3Ek__BackingField_12; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CxrActiveEyeU3Ek__BackingField_13; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CnumberOfEyesU3Ek__BackingField_14; // UnityEngine.Rendering.PostProcessing.PostProcessRenderContext/StereoRenderingMode UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CstereoRenderingModeU3Ek__BackingField_15; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CscreenWidthU3Ek__BackingField_16; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CscreenHeightU3Ek__BackingField_17; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField bool ___U3CisSceneViewU3Ek__BackingField_18; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/Antialiasing UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField int32_t ___U3CantialiasingU3Ek__BackingField_19; // UnityEngine.Rendering.PostProcessing.TemporalAntialiasing UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::k__BackingField TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* ___U3CtemporalAntialiasingU3Ek__BackingField_20; // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::uberSheet PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___uberSheet_21; // UnityEngine.Texture UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::autoExposureTexture Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___autoExposureTexture_22; // UnityEngine.Rendering.PostProcessing.LogHistogram UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::logHistogram LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* ___logHistogram_23; // UnityEngine.Texture UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::logLut Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___logLut_24; // UnityEngine.Rendering.PostProcessing.AutoExposure UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::autoExposure AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* ___autoExposure_25; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::bloomBufferNameID int32_t ___bloomBufferNameID_26; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::physicalCamera bool ___physicalCamera_27; // UnityEngine.RenderTextureDescriptor UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::m_sourceDescriptor RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_sourceDescriptor_28; }; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { }; // UnityEngine.Shader struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // UnityEngine.Texture struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields { // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // UnityEngine.Rendering.PostProcessing.Vector2Parameter struct Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034 : public ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061 { }; // UnityEngine.Rendering.PostProcessing.Vector3Parameter struct Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130 : public ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A { }; // UnityEngine.Rendering.PostProcessing.Vector4Parameter struct Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85 : public ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7 { }; // System.Func`2,System.Boolean> struct Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689 : public MulticastDelegate_t { }; // System.Func`2,UnityEngine.Rendering.PostProcessing.PostProcessBundle> struct Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0 : public MulticastDelegate_t { }; // System.Func`2> struct Func_2_tDB9851E133717B16EF4D1F0B933444974B766016 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E : public MulticastDelegate_t { }; // System.Predicate`1 struct Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E : public MulticastDelegate_t { }; // System.Predicate`1 struct Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620 : public MulticastDelegate_t { }; // System.Predicate`1 struct Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2 : public MulticastDelegate_t { }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // UnityEngine.Collider struct Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // UnityEngine.MeshFilter struct MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings struct PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::active bool ___active_4; // UnityEngine.Rendering.PostProcessing.BoolParameter UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::enabled BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* ___enabled_5; // System.Collections.ObjectModel.ReadOnlyCollection`1 UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::parameters ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* ___parameters_6; }; // UnityEngine.Rendering.PostProcessing.PostProcessProfile struct PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessProfile::settings List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* ___settings_4; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessProfile::isDirty bool ___isDirty_5; }; // UnityEngine.Rendering.PostProcessing.PostProcessResources struct PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // UnityEngine.Texture2D[] UnityEngine.Rendering.PostProcessing.PostProcessResources::blueNoise64 Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___blueNoise64_4; // UnityEngine.Texture2D[] UnityEngine.Rendering.PostProcessing.PostProcessResources::blueNoise256 Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___blueNoise256_5; // UnityEngine.Rendering.PostProcessing.PostProcessResources/SMAALuts UnityEngine.Rendering.PostProcessing.PostProcessResources::smaaLuts SMAALuts_t62105E31B4A58EC4A668D9C79B9720F7CD5C3CB2* ___smaaLuts_6; // UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders UnityEngine.Rendering.PostProcessing.PostProcessResources::shaders Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* ___shaders_7; // UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders UnityEngine.Rendering.PostProcessing.PostProcessResources::computeShaders ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* ___computeShaders_8; }; // UnityEngine.Rendering.RenderPipelineAsset struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { }; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 { }; // UnityEngine.Texture2D struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 { }; // UnityEngine.Texture3D struct Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 { }; // UnityEngine.Transform struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // UnityEngine.Rendering.PostProcessing.AmbientOcclusion struct AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039 : public PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449 { // UnityEngine.Rendering.PostProcessing.AmbientOcclusionModeParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::mode AmbientOcclusionModeParameter_tB9209D52C2466EC91CC5B21518C27FBD4029C3FE* ___mode_7; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::intensity FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___intensity_8; // UnityEngine.Rendering.PostProcessing.ColorParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::color ColorParameter_t0322EE34E149F6F9F6894A02D89E8EF73B82D299* ___color_9; // UnityEngine.Rendering.PostProcessing.BoolParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::ambientOnly BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* ___ambientOnly_10; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::noiseFilterTolerance FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___noiseFilterTolerance_11; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::blurTolerance FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___blurTolerance_12; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::upsampleTolerance FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___upsampleTolerance_13; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::thicknessModifier FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___thicknessModifier_14; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::directLightingStrength FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___directLightingStrength_15; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::radius FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___radius_16; // UnityEngine.Rendering.PostProcessing.AmbientOcclusionQualityParameter UnityEngine.Rendering.PostProcessing.AmbientOcclusion::quality AmbientOcclusionQualityParameter_tB2219723EB7AD3F6A03DB48163DFEA4A6E33FB29* ___quality_17; }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // UnityEngine.Rendering.PostProcessing.AutoExposure struct AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C : public PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449 { // UnityEngine.Rendering.PostProcessing.Vector2Parameter UnityEngine.Rendering.PostProcessing.AutoExposure::filtering Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* ___filtering_7; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AutoExposure::minLuminance FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___minLuminance_8; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AutoExposure::maxLuminance FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___maxLuminance_9; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AutoExposure::keyValue FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___keyValue_10; // UnityEngine.Rendering.PostProcessing.EyeAdaptationParameter UnityEngine.Rendering.PostProcessing.AutoExposure::eyeAdaptation EyeAdaptationParameter_tBB9008AF4FAA9BF1A55919D6D3E97F5B8A6E1FB6* ___eyeAdaptation_11; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AutoExposure::speedUp FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___speedUp_12; // UnityEngine.Rendering.PostProcessing.FloatParameter UnityEngine.Rendering.PostProcessing.AutoExposure::speedDown FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* ___speedDown_13; }; // UnityEngine.BoxCollider struct BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23 : public Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76 { }; // UnityEngine.Camera struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { }; struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields { // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6; }; // UnityEngine.MeshCollider struct MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455 : public Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76 { }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { }; // UnityEngine.SphereCollider struct SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275 : public Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76 { }; // UnityEngine.Rendering.PostProcessing.PostProcessDebug struct PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.Rendering.PostProcessing.PostProcessLayer UnityEngine.Rendering.PostProcessing.PostProcessDebug::postProcessLayer PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___postProcessLayer_4; // UnityEngine.Rendering.PostProcessing.PostProcessLayer UnityEngine.Rendering.PostProcessing.PostProcessDebug::m_PreviousPostProcessLayer PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___m_PreviousPostProcessLayer_5; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebug::lightMeter bool ___lightMeter_6; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebug::histogram bool ___histogram_7; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebug::waveform bool ___waveform_8; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebug::vectorscope bool ___vectorscope_9; // UnityEngine.Rendering.PostProcessing.DebugOverlay UnityEngine.Rendering.PostProcessing.PostProcessDebug::debugOverlay int32_t ___debugOverlay_10; // UnityEngine.Camera UnityEngine.Rendering.PostProcessing.PostProcessDebug::m_CurrentCamera Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_CurrentCamera_11; // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessDebug::m_CmdAfterEverything CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_CmdAfterEverything_12; }; // UnityEngine.Rendering.PostProcessing.PostProcessLayer struct PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.Transform UnityEngine.Rendering.PostProcessing.PostProcessLayer::volumeTrigger Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___volumeTrigger_4; // UnityEngine.LayerMask UnityEngine.Rendering.PostProcessing.PostProcessLayer::volumeLayer LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___volumeLayer_5; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::stopNaNPropagation bool ___stopNaNPropagation_6; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::finalBlitToCameraTarget bool ___finalBlitToCameraTarget_7; // UnityEngine.Rendering.PostProcessing.PostProcessLayer/Antialiasing UnityEngine.Rendering.PostProcessing.PostProcessLayer::antialiasingMode int32_t ___antialiasingMode_8; // UnityEngine.Rendering.PostProcessing.TemporalAntialiasing UnityEngine.Rendering.PostProcessing.PostProcessLayer::temporalAntialiasing TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* ___temporalAntialiasing_9; // UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing UnityEngine.Rendering.PostProcessing.PostProcessLayer::subpixelMorphologicalAntialiasing SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12* ___subpixelMorphologicalAntialiasing_10; // UnityEngine.Rendering.PostProcessing.FastApproximateAntialiasing UnityEngine.Rendering.PostProcessing.PostProcessLayer::fastApproximateAntialiasing FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07* ___fastApproximateAntialiasing_11; // UnityEngine.Rendering.PostProcessing.Fog UnityEngine.Rendering.PostProcessing.PostProcessLayer::fog Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* ___fog_12; // UnityEngine.Rendering.PostProcessing.Dithering UnityEngine.Rendering.PostProcessing.PostProcessLayer::dithering Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD* ___dithering_13; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer UnityEngine.Rendering.PostProcessing.PostProcessLayer::debugLayer PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* ___debugLayer_14; // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_Resources PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___m_Resources_15; // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_OldResources PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___m_OldResources_16; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_ShowToolkit bool ___m_ShowToolkit_17; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_ShowCustomSorter bool ___m_ShowCustomSorter_18; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::breakBeforeColorGrading bool ___breakBeforeColorGrading_19; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_BeforeTransparentBundles List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___m_BeforeTransparentBundles_20; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_BeforeStackBundles List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___m_BeforeStackBundles_21; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_AfterStackBundles List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___m_AfterStackBundles_22; // System.Collections.Generic.Dictionary`2> UnityEngine.Rendering.PostProcessing.PostProcessLayer::k__BackingField Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* ___U3CsortedBundlesU3Ek__BackingField_23; // UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.PostProcessLayer::k__BackingField int32_t ___U3CcameraDepthFlagsU3Ek__BackingField_24; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::k__BackingField bool ___U3ChaveBundlesBeenInitedU3Ek__BackingField_25; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_Bundles Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* ___m_Bundles_26; // UnityEngine.Rendering.PostProcessing.PropertySheetFactory UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_PropertySheetFactory PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* ___m_PropertySheetFactory_27; // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_LegacyCmdBufferBeforeReflections CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_LegacyCmdBufferBeforeReflections_28; // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_LegacyCmdBufferBeforeLighting CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_LegacyCmdBufferBeforeLighting_29; // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_LegacyCmdBufferOpaque CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_LegacyCmdBufferOpaque_30; // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_LegacyCmdBuffer CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_LegacyCmdBuffer_31; // UnityEngine.Camera UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_Camera Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_Camera_32; // UnityEngine.Rendering.PostProcessing.PostProcessRenderContext UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_CurrentContext PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___m_CurrentContext_33; // UnityEngine.Rendering.PostProcessing.LogHistogram UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_LogHistogram LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* ___m_LogHistogram_34; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_SettingsUpdateNeeded bool ___m_SettingsUpdateNeeded_35; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_IsRenderingInSceneView bool ___m_IsRenderingInSceneView_36; // UnityEngine.Rendering.PostProcessing.TargetPool UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_TargetPool TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* ___m_TargetPool_37; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_NaNKilled bool ___m_NaNKilled_38; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_ActiveEffects List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* ___m_ActiveEffects_39; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessLayer::m_Targets List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* ___m_Targets_40; }; // UnityEngine.Rendering.PostProcessing.PostProcessVolume struct PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.Rendering.PostProcessing.PostProcessProfile UnityEngine.Rendering.PostProcessing.PostProcessVolume::sharedProfile PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* ___sharedProfile_4; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessVolume::isGlobal bool ___isGlobal_5; // System.Single UnityEngine.Rendering.PostProcessing.PostProcessVolume::blendDistance float ___blendDistance_6; // System.Single UnityEngine.Rendering.PostProcessing.PostProcessVolume::weight float ___weight_7; // System.Single UnityEngine.Rendering.PostProcessing.PostProcessVolume::priority float ___priority_8; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessVolume::m_PreviousLayer int32_t ___m_PreviousLayer_9; // System.Single UnityEngine.Rendering.PostProcessing.PostProcessVolume::m_PreviousPriority float ___m_PreviousPriority_10; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessVolume::m_TempColliders List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___m_TempColliders_11; // UnityEngine.Rendering.PostProcessing.PostProcessProfile UnityEngine.Rendering.PostProcessing.PostProcessVolume::m_InternalProfile PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* ___m_InternalProfile_12; }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray { ALIGN_FIELD (8) float m_Items[1]; inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8 : public RuntimeArray { ALIGN_FIELD (8) FieldInfo_t* m_Items[1]; inline FieldInfo_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FieldInfo_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings[] struct PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE : public RuntimeArray { ALIGN_FIELD (8) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* m_Items[1]; inline PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Rendering.PostProcessing.HableCurve/Segment[] struct SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE : public RuntimeArray { ALIGN_FIELD (8) Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* m_Items[1]; inline Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray { ALIGN_FIELD (8) String_t* m_Items[1]; inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Color[] struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389 : public RuntimeArray { ALIGN_FIELD (8) Color_tD001788D726C3A7F1379BEED0260B9591F440C1F m_Items[1]; inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.Rendering.RenderTargetIdentifier[] struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE : public RuntimeArray { ALIGN_FIELD (8) RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B m_Items[1]; inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B value) { m_Items[index] = value; } }; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339 : public RuntimeArray { ALIGN_FIELD (8) Assembly_t* m_Items[1]; inline Assembly_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Assembly_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Assembly_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray { ALIGN_FIELD (8) Type_t* m_Items[1]; inline Type_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C : public RuntimeArray { ALIGN_FIELD (8) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 m_Items[1]; inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value) { m_Items[index] = value; } }; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_m8EFD606E8D2ADF8A0E19C49C33842C07968A69A7_gshared (ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_m7BE7020B63F913B8524556DA41BC473EBE0DB8D6_gshared (ParameterOverride_1_t9289C5BEA43DBDEDF5862BFE9BF6208D198D3675* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_m337CF68E5D223621AA3E20D0D6FF9602A2C76609_gshared (ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_m789AA607E930B46C056FE382E2290DEC3698ACE9_gshared (ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_mE5C54B07F29B4BE8B4C62DA482A81C3A3FACDBD3_gshared (ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_m8084C1B9F12FDA61BB8690FF03FA41DCE92E1863_gshared (ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_m5C6851DC025D65554CF621A85F694B96A7596438_gshared (ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::SetValue(UnityEngine.Rendering.PostProcessing.ParameterOverride) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1_SetValue_m73DFBDF2F1341D27B6D330F36009838395AAC2FF_gshared (ParameterOverride_1_tD5562735DCF56E13A6E77D5FCE083DF6E99D5B3D* __this, ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* ___parameter0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::Interp(T,T,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1_Interp_m4DB73E0E37B5038789043D1D08489CD007137E3E_gshared (ParameterOverride_1_tD5562735DCF56E13A6E77D5FCE083DF6E99D5B3D* __this, RuntimeObject* ___from0, RuntimeObject* ___to1, float ___t2, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_1__ctor_m60B4A80E9839591E9D6DA273BA20A2C20D058E7F_gshared (ParameterOverride_1_tD5562735DCF56E13A6E77D5FCE083DF6E99D5B3D* __this, const RuntimeMethod* method) ; // T UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetAttribute(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeUtilities_GetAttribute_TisRuntimeObject_m5AE5535DE2C8F4C0A52AAC51018AB6C74C78D36C_gshared (Type_t* ___type0, const RuntimeMethod* method) ; // T UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared (RuntimeObject** ___obj0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mCC9983804D8DC41E938E080075F9EA7BDD0C7059_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC515884C0546021A29DC0A00DBCABD89B1B65872_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, int32_t ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t72F234BE749BE6BA202FC41626B5E819E4F208B4 Dictionary_2_GetEnumerator_m4126F9137DF46492CEB1563FCCD5A16C5F99D686_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m183A70972A3287360EE9443997160D3AA6D4662D_gshared (Enumerator_t72F234BE749BE6BA202FC41626B5E819E4F208B4* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B Enumerator_get_Current_m12EE850D56E586DF121B059557CEAF4A7472995B_gshared_inline (Enumerator_t72F234BE749BE6BA202FC41626B5E819E4F208B4* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m415A21240AEF58C2E0A2FBA97E2BB75637781DB5_gshared_inline (KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m48EC022EB2EB605F29EE19F3A0A79E3CB05FD283_gshared (Enumerator_t72F234BE749BE6BA202FC41626B5E819E4F208B4* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m9C4302CCAE3C1BF70D02091D0E0CED7663F18211_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, int32_t ___key0, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared (Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0CD0677A1278BFC7E13405D11D1EF30919C9E9A2_gshared (RuntimeObject* ___source0, Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* ___keySelector1, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared (RuntimeObject* ___source0, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___selector1, const RuntimeMethod* method) ; // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ; // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Collections.Generic.List`1::AsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* List_1_AsReadOnly_m69D18D2353099DC61F87AD42FF87F25B1A4D299B_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared (KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEB2A61F3F3F420C1B1DFD5C74EEFD4BD7761BCF7_gshared (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB5E00F11BCA3AC963F9BA72659FA76B107863F3C_gshared (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mCB6B10CD39FACF966000160650EF8F25D3D3356A_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) ; // System.Void System.Func`2,System.Boolean>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m999A10C26DDF74143AD155662D58037B37AB83F7_gshared (Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where>(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_m04F511EE83DC4DFCD2F669E1C86C444367FD332B_gshared (RuntimeObject* ___source0, Func_2_t9364FA627D95BAC4CDA1FB83D8857B61F71B1858* ___predicate1, const RuntimeMethod* method) ; // System.Void System.Func`2,System.Object>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m60F64297108A01DFB5663C9BA121893957855907_gshared (Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select,System.Object>(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_TisRuntimeObject_m9649CC8328C44B44485D78A25A3F08C6B53F65C1_gshared (RuntimeObject* ___source0, Func_2_tF42287527472FA89789873F068A87C60A00EC7D3* ___selector1, const RuntimeMethod* method) ; // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_RemoveAll_m1A8DE2A7640CC473609F3ADAC38FDB960520636D_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___match0, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1::Exists(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Exists_mE124D5A8B431C8B9B4C77EA23AD8B4C543829643_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___match0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::Find(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___match0, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB ValueCollection_GetEnumerator_m025EE28BE2F31676E08BC3D7C8E39D8232BDBBF8_gshared (ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFD8FAB8D9FF5EDF9AE3B14CF539A8A34AA9527A8_gshared (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mB407E755F3B4C51C54D24338D00A352E5B16E7F3_gshared_inline (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mBE11DA1DAFC756EB87E884AADC5EDC4BB72FB032_gshared (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer::GetBundle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* PostProcessLayer_GetBundle_TisRuntimeObject_m1F9E6D3C32CA1E840D33435FD46362ACDCE10A20_gshared (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) ; // T UnityEngine.Rendering.PostProcessing.PostProcessBundle::CastSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PostProcessBundle_CastSettings_TisRuntimeObject_mEEEF891B57874B2A4E8F73E10299A40D9F8E9F11_gshared (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) ; // T UnityEngine.Rendering.PostProcessing.PostProcessBundle::CastRenderer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PostProcessBundle_CastRenderer_TisRuntimeObject_m0C94300E82C293C18445F3CD5939FF7DC08B9C87_gshared (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ; // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ; // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_gshared_inline (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_gshared_inline (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___item0, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547_gshared (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) ; // System.Void System.Nullable`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449_gshared (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m25095C9BFBC327F688DBCB87977A00F271FCC623_gshared (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1AE7A14FE6CF65276434BAC094AE2F7269D06024_gshared (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___capacity0, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetAllTypesDerivedFrom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeUtilities_GetAllTypesDerivedFrom_TisRuntimeObject_mB413E8BC502F6C570B7D3E3FF26388957B56AC06_gshared (const RuntimeMethod* method) ; // System.Void UnityEngine.Component::GetComponents(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponents_TisRuntimeObject_m2CD12FB45EFC625510F7E12FE2EB7D0EC2BA4421_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___results0, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3 Dictionary_2_GetEnumerator_m3F1620145BA0815B7C7CD648EF054558AA26556A_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mAECCBE12C0427D7ACF88F82FA266F1AE37402565_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ; // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_gshared (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mB76129E352C910CA78BB17FF72AA4864B1A385CF_gshared (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* __this, int32_t ___key0, bool* ___value1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, RuntimeObject* ___value1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ; // T UnityEngine.ScriptableObject::CreateInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptableObject_CreateInstance_TisRuntimeObject_mC07BE383F5EF546F4191035A679930852BC19BDA_gshared (const RuntimeMethod* method) ; // T UnityEngine.Object::Instantiate(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared (RuntimeObject* ___original0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mE0470880427DED948EF413AD5E9525F41CAF7D1D_gshared (Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m53A4E919CB3AE7CC74379031E14C1AEA9DB7A933_gshared (Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3* __this, RuntimeObject* ___key0, int32_t ___value1, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m14B4D7B4BDD73D1A4985E09747AF5B2B6A6444D1_gshared (Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD8A6CDD5C954C86D2150FCFF1B76EB62F35A881D_gshared (Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71* __this, int32_t ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ; // T UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___item0, const RuntimeMethod* method) ; // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_gshared_inline (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440* __this, const RuntimeMethod* method) ; // T System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_gshared (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440* __this, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mC89216034DEE8779F1AC2D0A984C0ADE855BED00_gshared (RuntimeObject* ___source0, Func_2_t9F45EF9F857977243C345F24571962D2521DB4A1* ___selector1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.Monitor::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_OnDisable_mA3610794EB2C764C2F7892CA17BB71D772A2C943 (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.ComputeBuffer::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72 (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_resources() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___exists0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.Monitor::CheckOutput(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_CheckOutput_m413208864EA3CACC6D40DFAEF1DB04DC0A30150C (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method) ; // System.Void UnityEngine.ComputeBuffer::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617 (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, int32_t ___count0, int32_t ___stride1, const RuntimeMethod* method) ; // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_command() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::BeginSample(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___name0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.ComputeShader::FindKernel(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659 (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* __this, String_t* ___name0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetComputeBufferParam(UnityEngine.ComputeShader,System.Int32,System.String,UnityEngine.ComputeBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___computeShader0, int32_t ___kernelIndex1, String_t* ___name2, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___buffer3, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Mathf::CeilToInt(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline (float ___f0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::DispatchCompute(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___computeShader0, int32_t ___kernelIndex1, int32_t ___threadGroupsX2, int32_t ___threadGroupsY3, int32_t ___threadGroupsZ4, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_width() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_height() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_isLinearColorSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_isLinearColorSpace_m101B96DF722CF95AD86CE3E456CACC3D5609E64C (const RuntimeMethod* method) ; // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetComputeVectorParam(UnityEngine.ComputeShader,System.String,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___computeShader0, String_t* ___name1, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___val2, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324 (int32_t ___nameID0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetComputeTextureParam(UnityEngine.ComputeShader,System.Int32,System.String,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___computeShader0, int32_t ___kernelIndex1, String_t* ___name2, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt3, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PropertySheetFactory UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_propertySheets() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.PropertySheetFactory::Get(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___shader0, const RuntimeMethod* method) ; // UnityEngine.MaterialPropertyBlock UnityEngine.Rendering.PostProcessing.PropertySheet::get_properties() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.MaterialPropertyBlock::SetVector(System.Int32,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___nameID0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___value1, const RuntimeMethod* method) ; // System.Void UnityEngine.MaterialPropertyBlock::SetBuffer(System.Int32,UnityEngine.ComputeBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetBuffer_m9FF172AF2C41F7CBCC50F4AC4C6109B15289BF73 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___nameID0, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___value1, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(UnityEngine.Rendering.BuiltinRenderTextureType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325 (int32_t ___type0, const RuntimeMethod* method) ; // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.Monitor::get_output() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___tex0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Nullable`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, bool ___clear5, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport6, bool ___preserveDepth7, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::EndSample(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___name0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.Monitor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor__ctor_m6EF591E063563E2D6DC7B8884243426EAC35561C (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Shader::get_isSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Shader_get_isSupported_m21C3D0F1819054101DFE0C0C062A24464FA5CAE5 (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::ClearKeywords() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_ClearKeywords_m3A886177632A2DF75DC115107A2BE995375C79E4 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) ; // UnityEngine.ComputeBuffer UnityEngine.Rendering.PostProcessing.LogHistogram::get_data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.LogHistogram::GetHistogramScaleOffsetRes(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LogHistogram_GetHistogramScaleOffsetRes_m6FA5B33FBE2EABD16713EFC2C7A9F61E201AA2E8 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::EnableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, String_t* ___keyword0, const RuntimeMethod* method) ; // System.Void UnityEngine.MaterialPropertyBlock::SetTexture(System.Int32,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___nameID0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___value1, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.PostProcessing.RuntimeUtilities::Exp2(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RuntimeUtilities_Exp2_mDBD94F18960A4067EDA2A0F6C8FBD6C03276220C (float ___x0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.SystemInfo::get_supportsComputeShaders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsComputeShaders_m4A029D2F8FB9343E65E6F1C6F1C79DA41911F13A (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_isAndroidOpenGL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_isAndroidOpenGL_m0263F0811E8C77CD6230B4FF6DAE96C3C879C98B (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTexture::IsCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_IsCreated_mB69D4DBD99D74AA5D1F3C9E84A08D6744A031006 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m53215A8EDDE262932758186108347685F6A512C4 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___width0, int32_t ___height1, int32_t ___depth2, int32_t ___format3, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_anisoLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture::set_wrapMode(UnityEngine.TextureWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_useMipMap(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_useMipMap_mB280A39DAB18372D3A0050FF20F730E5B0B44C32 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.Monitor::set_output(UnityEngine.RenderTexture) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Monitor_set_output_mE14C51217A4CCAB88EC656889034C4D55764AECA_inline (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___a0, float ___b1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.ComputeBuffer::get_count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputeBuffer_get_count_m4DAA2D2714BA7A46F007697F601E4446F1049506 (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___f0, const RuntimeMethod* method) ; // UnityEngine.RenderTextureFormat UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_sourceFormat() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_GetTemporaryRT_mFF7C77AE031A2C14FAE76DA1DA5F0BB0941610F1 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___nameID0, int32_t ___width1, int32_t ___height2, int32_t ___depthBuffer3, int32_t ___filter4, int32_t ___format5, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Boolean,System.Nullable`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_mEC9B2A7C03407D8D98E54B9596664D7AD72E2797 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, bool ___clear3, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport4, bool ___preserveDepth5, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::ReleaseTemporaryRT(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___nameID0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m8EFD606E8D2ADF8A0E19C49C33842C07968A69A7 (ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F*, const RuntimeMethod*))ParameterOverride_1__ctor_m8EFD606E8D2ADF8A0E19C49C33842C07968A69A7_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m7BE7020B63F913B8524556DA41BC473EBE0DB8D6 (ParameterOverride_1_t9289C5BEA43DBDEDF5862BFE9BF6208D198D3675* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_t9289C5BEA43DBDEDF5862BFE9BF6208D198D3675*, const RuntimeMethod*))ParameterOverride_1__ctor_m7BE7020B63F913B8524556DA41BC473EBE0DB8D6_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m337CF68E5D223621AA3E20D0D6FF9602A2C76609 (ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C*, const RuntimeMethod*))ParameterOverride_1__ctor_m337CF68E5D223621AA3E20D0D6FF9602A2C76609_gshared)(__this, method); } // UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m789AA607E930B46C056FE382E2290DEC3698ACE9 (ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785*, const RuntimeMethod*))ParameterOverride_1__ctor_m789AA607E930B46C056FE382E2290DEC3698ACE9_gshared)(__this, method); } // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_mE5C54B07F29B4BE8B4C62DA482A81C3A3FACDBD3 (ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061*, const RuntimeMethod*))ParameterOverride_1__ctor_mE5C54B07F29B4BE8B4C62DA482A81C3A3FACDBD3_gshared)(__this, method); } // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method) ; // UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m8084C1B9F12FDA61BB8690FF03FA41DCE92E1863 (ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A*, const RuntimeMethod*))ParameterOverride_1__ctor_m8084C1B9F12FDA61BB8690FF03FA41DCE92E1863_gshared)(__this, method); } // UnityEngine.Vector2 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector4_op_Implicit_m6673D431FBCA5AFB6CF06CD9783D07A4C90CC2AA_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m5C6851DC025D65554CF621A85F694B96A7596438 (ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7*, const RuntimeMethod*))ParameterOverride_1__ctor_m5C6851DC025D65554CF621A85F694B96A7596438_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.Spline::Cache(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Spline_Cache_mF98EF50CC2A26EC6716EB5452FD4B88641A7F833 (Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* __this, int32_t ___frame0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::SetValue(UnityEngine.Rendering.PostProcessing.ParameterOverride) inline void ParameterOverride_1_SetValue_mBAB81A40BE6FF88A58329D02B11BF6543CC5A4B7 (ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA* __this, ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* ___parameter0, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*, ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90*, const RuntimeMethod*))ParameterOverride_1_SetValue_m73DFBDF2F1341D27B6D330F36009838395AAC2FF_gshared)(__this, ___parameter0, method); } // System.Int32 UnityEngine.Time::get_renderedFrameCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_renderedFrameCount_m65102648E50AC7B110E619C91D1B67DEA53D7DBE (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::Interp(T,T,System.Single) inline void ParameterOverride_1_Interp_m841A4ABED5F5C9DFC83EAC65D08B5055E8812133 (ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA* __this, Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* ___from0, Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* ___to1, float ___t2, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*, Spline_tD8C641273FEAA3A7958A261C41D694636049CB21*, Spline_tD8C641273FEAA3A7958A261C41D694636049CB21*, float, const RuntimeMethod*))ParameterOverride_1_Interp_m4DB73E0E37B5038789043D1D08489CD007137E3E_gshared)(__this, ___from0, ___to1, ___t2, method); } // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m8E5F30F5317963F4171368A7C53B0545BD5B98F5 (ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*, const RuntimeMethod*))ParameterOverride_1__ctor_m60B4A80E9839591E9D6DA273BA20A2C20D058E7F_gshared)(__this, method); } // UnityEngine.Rendering.PostProcessing.TextureLerper UnityEngine.Rendering.PostProcessing.TextureLerper::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37 (const RuntimeMethod* method) ; // UnityEngine.Texture UnityEngine.Rendering.PostProcessing.TextureLerper::Lerp(UnityEngine.Texture,UnityEngine.Texture,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* TextureLerper_Lerp_m675AC3EF5BB02D904E0988F874D1F6F9AF9FB257 (TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___from0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___to1, float ___t2, const RuntimeMethod* method) ; // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetLutStrip(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* RuntimeUtilities_GetLutStrip_m0817F688637D9DEBACCB1388BC6B95E82E2063D3 (int32_t ___size0, const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Color::get_black() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ; // UnityEngine.Color UnityEngine.Color::get_clear() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::Interp(T,T,System.Single) inline void ParameterOverride_1_Interp_m37D534C3194C9E88F454DFD22A07089A40102BD5 (ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___from0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___to1, float ___t2, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, float, const RuntimeMethod*))ParameterOverride_1_Interp_m4DB73E0E37B5038789043D1D08489CD007137E3E_gshared)(__this, ___from0, ___to1, ___t2, method); } // UnityEngine.Texture UnityEngine.Rendering.PostProcessing.TextureLerper::Lerp(UnityEngine.Texture,UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* TextureLerper_Lerp_mF45DC5D430B5C7B0C0067B55F390910DE27232DA (TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___from0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___to1, float ___t2, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride`1::.ctor() inline void ParameterOverride_1__ctor_m155B3650D240693153976E3D4AAA471E14BA6777 (ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA* __this, const RuntimeMethod* method) { (( void (*) (ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*, const RuntimeMethod*))ParameterOverride_1__ctor_m60B4A80E9839591E9D6DA273BA20A2C20D058E7F_gshared)(__this, method); } // UnityEngine.Rendering.PostProcessing.PostProcessAttribute UnityEngine.Rendering.PostProcessing.PostProcessBundle::get_attribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) ; // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF (Type_t* ___type0, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings UnityEngine.Rendering.PostProcessing.PostProcessBundle::get_settings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::set_settings(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessBundle_set_settings_m954BB49AE94AC89911931978FABA469BBBBCC8BF_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___value0, const RuntimeMethod* method) ; // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // T UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetAttribute(System.Type) inline PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F (Type_t* ___type0, const RuntimeMethod* method) { return (( PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* (*) (Type_t*, const RuntimeMethod*))RuntimeUtilities_GetAttribute_TisRuntimeObject_m5AE5535DE2C8F4C0A52AAC51018AB6C74C78D36C_gshared)(___type0, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::set_attribute(UnityEngine.Rendering.PostProcessing.PostProcessAttribute) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessBundle_set_attribute_m2675212E0F5625E6B7436C50F63DB75E26045434_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::RemoveCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___evt0, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___buffer1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::UpdateStates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_UpdateStates_m3B346B1ACC1CEFB5BB88E964A06472DF292B2AF4 (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) ; // T UnityEngine.Component::GetComponent() inline PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* Component_GetComponent_TisPostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32_m0710EEB0F9F3E7B62C96AEEA7D82B43DB9933B6E (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) { return (( PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method); } // T UnityEngine.Component::GetComponent() inline Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) { return (( Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method); } // System.Void UnityEngine.Camera::AddCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___evt0, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___buffer1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1 (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RequestMonitorPass(UnityEngine.Rendering.PostProcessing.MonitorType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RequestMonitorPass_m9B42D207764F56193FF6679ED694F4F96D9060C7 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___monitor0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RequestDebugOverlay(UnityEngine.Rendering.PostProcessing.DebugOverlay) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RequestDebugOverlay_mE1A09CF679302D4842204FB750299BBED0B726CE (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___mode0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::get_debugOverlayActive() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessDebugLayer_get_debugOverlayActive_m7990B750167EF1A31F8A3F96B539B322D3F7FC84_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::get_debugOverlayTarget() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Blit_m8E6E60FA1AEC18E0B12428E2F45594AF30CE965F (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___dest1, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTexture::set_active(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::DrawMonitor(UnityEngine.Rect&,UnityEngine.Rendering.PostProcessing.Monitor,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_DrawMonitor_m74A733544A3194E48CB5E9A914261038CCDB8BCF (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___rect0, Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* ___monitor1, bool ___enabled2, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::set_width(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::set_height(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.GUI::DrawTexture(UnityEngine.Rect,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DrawTexture_mEA112F138EB225F3722CFF9338DB4D14AAC8C7E6 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___position0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___image1, const RuntimeMethod* method) ; // System.Single UnityEngine.Rect::get_x() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rect::set_x(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisLightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6_m51B976B206669BA2A1010F414D54D3EABC6539F9 (LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6** ___obj0, const RuntimeMethod* method) { (( void (*) (LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisHistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3_m0C513451081FA46CEFD7A93BAAE0BFA23A48722F (HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3** ___obj0, const RuntimeMethod* method) { (( void (*) (HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisWaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674_m5E5090784F780EAAF3A1A558E2FCA8C009F0131F (WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674** ___obj0, const RuntimeMethod* method) { (( void (*) (WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisVectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC_m34B4E12EE618751EE2A1FC217EF2DAE3C5FE1BC7 (VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC** ___obj0, const RuntimeMethod* method) { (( void (*) (VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisOverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9_mBA79A0BCA9532A8C2D2F3761942BED854DC0908F (OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9** ___obj0, const RuntimeMethod* method) { (( void (*) (OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mFCC6044C336669A24855117F579DA0850AA69BD0 (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2*, const RuntimeMethod*))Dictionary_2__ctor_mCC9983804D8DC41E938E080075F9EA7BDD0C7059_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50 (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* __this, int32_t ___key0, Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2*, int32_t, Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC*, const RuntimeMethod*))Dictionary_2_Add_mC515884C0546021A29DC0A00DBCABD89B1B65872_gshared)(__this, ___key0, ___value1, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_tAAC185913640F8D048BB246B939933B81987D464 Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79 (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* __this, const RuntimeMethod* method) { return (( Enumerator_tAAC185913640F8D048BB246B939933B81987D464 (*) (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m4126F9137DF46492CEB1563FCCD5A16C5F99D686_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99 (Enumerator_tAAC185913640F8D048BB246B939933B81987D464* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAAC185913640F8D048BB246B939933B81987D464*, const RuntimeMethod*))Enumerator_Dispose_m183A70972A3287360EE9443997160D3AA6D4662D_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_inline (Enumerator_tAAC185913640F8D048BB246B939933B81987D464* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E (*) (Enumerator_tAAC185913640F8D048BB246B939933B81987D464*, const RuntimeMethod*))Enumerator_get_Current_m12EE850D56E586DF121B059557CEAF4A7472995B_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_inline (KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E* __this, const RuntimeMethod* method) { return (( Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* (*) (KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E*, const RuntimeMethod*))KeyValuePair_2_get_Value_m415A21240AEF58C2E0A2FBA97E2BB75637781DB5_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508 (Enumerator_tAAC185913640F8D048BB246B939933B81987D464* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAAC185913640F8D048BB246B939933B81987D464*, const RuntimeMethod*))Enumerator_MoveNext_m48EC022EB2EB605F29EE19F3A0A79E3CB05FD283_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::DestroyDebugOverlayTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_DestroyDebugOverlayTarget_mA98B3230B16094649A5149FA8FD978634B755846 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::set_debugOverlayTarget(UnityEngine.RenderTexture) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlayTarget_m7566FD9B25470C7ACCF14606AAF975AE00715332_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* Dictionary_2_get_Item_m7B3A62A403A1D7B9865C27CD1F7FD212CB620425 (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* __this, int32_t ___key0, const RuntimeMethod* method) { return (( Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* (*) (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m9C4302CCAE3C1BF70D02091D0E0CED7663F18211_gshared)(__this, ___key0, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::set_debugOverlay(UnityEngine.Rendering.PostProcessing.DebugOverlay) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlay_m8A972C54696447B69FBC597FA9E67C3D9B7C322A_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::set_debugOverlayActive(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlayActive_mC83941C3612A2745BD1B6C771FCF0053B6D3BC77_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Object::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTexture::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.DebugOverlay UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::get_debugOverlay() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.Monitor::IsRequestedAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_IsRequestedAndSupported_m54722701F2E06E92EEC20B760616F534C58C07EF (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_destination() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Blit_mDD1E2CA1DBB6E424AF1C384AC9C8490258C8B938 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___dest1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::PushDebugOverlay(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___sheet2, int32_t ___pass3, const RuntimeMethod* method) ; // UnityEngine.Camera UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_camera() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // UnityEngine.RenderingPath UnityEngine.Camera::get_actualRenderingPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_actualRenderingPath_m7BC9DA3C34148F8784F62DCF4E7E34C9771CECE5 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_source() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m720E8683356B22FA89D3983D974FC700BDE279A3 (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90 (RuntimeObject* ___source0, Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___source0, ___predicate1, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m5DB217344566C2A38EC70962009FB208C7447482 (Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared)(__this, ___object0, ___method1, method); } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_OrderBy_TisFieldInfo_t_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m305093C3E08FA712AA4846984EDB85C0AF6EE5E7 (RuntimeObject* ___source0, Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* ___keySelector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0CD0677A1278BFC7E13405D11D1EF30919C9E9A2_gshared)(___source0, ___keySelector1, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m13696399FBFDFAA8C1FEEAA6C0BA3449D2B2BA2C (Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Select_TisFieldInfo_t_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m7F4470BBB9282C417A841BCEE19689D1544B904B (RuntimeObject* ___source0, Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954* ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954*, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m67C538A5EBF57C4844107A8EF25DB2CAAFBAF8FB_gshared)(___source0, ___selector1, method); } // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) inline List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8* Enumerable_ToList_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m858F2B96F98D9CC18B02DA446D672BD1C90DDC2D (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___source0, method); } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Collections.Generic.List`1::AsReadOnly() inline ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* List_1_AsReadOnly_m83B2AEDAAFF07CC805258F38C03B90FBC3E7E06E (List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8* __this, const RuntimeMethod* method) { return (( ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* (*) (List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8*, const RuntimeMethod*))List_1_AsReadOnly_m69D18D2353099DC61F87AD42FF87F25B1A4D299B_gshared)(__this, method); } // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.ReadOnlyCollection`1::GetEnumerator() inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8 (ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049*, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.BoolParameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolParameter__ctor_m3D75EA93FDC7D88D346025CB612A459B92915FE7 (BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.ScriptableObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF340714BAF696077FEEB50C8F0921CBADB691665 (U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* __this, const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEventComparer::Equals(UnityEngine.Rendering.PostProcessing.PostProcessEvent,UnityEngine.Rendering.PostProcessing.PostProcessEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessEventComparer_Equals_m2166068BCF36DB77A9E738FC50C0A77AC8C4C96D (PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessEventComparer::GetHashCode(UnityEngine.Rendering.PostProcessing.PostProcessEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessEventComparer_GetHashCode_mDF3708FBF53C71BC1FA3024694AB19BD0553D45A (PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2* __this, int32_t ___obj0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::Init(UnityEngine.Rendering.PostProcessing.PostProcessResources) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_Init_m0FDB593A6B13381DAFAA2078CCA2F913AAC983F9 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___resources0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::get_haveBundlesBeenInited() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessLayer_get_haveBundlesBeenInited_m8FC1BB2B461C9427AE234EAB8B3C83339B0C544B_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::InitBundles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_InitBundles_mF98EC0C218D2F1E0D21B643EEBE109CA4F8C71B3 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogHistogram__ctor_mF476B2492B4A33D5D402DC14EB9671CE61364CC7 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PropertySheetFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheetFactory__ctor_mA96B46A130766B88D431ECDC3A6B5838DCF916D7 (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TargetPool::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetPool__ctor_m00A7A8FD2FB5F0FD7BF02F424D32A9FB6B365199 (TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_OnEnable_m387008B7ED2B3F492C6D5F57EEC62057BF293C3E (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_scriptableRenderPipelineActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107 (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::InitLegacy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_InitLegacy_m354AC408E683A1B536D8C30BA93720037025BB5E (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext__ctor_m3475CD5D0C8B8A1BCEAC80C4FA8DBBA15A4EEF45 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Camera::get_allowDynamicResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowDynamicResolution_mAD3664A7319B2D48FF0D6DCEE6FD7B855F21A79B (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.ScalableBufferManager::get_heightScaleFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B (const RuntimeMethod* method) ; // System.Single UnityEngine.ScalableBufferManager::get_widthScaleFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_stereoActive() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::DynamicResolutionAllowsFinalBlitToCameraTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_DynamicResolutionAllowsFinalBlitToCameraTarget_m9AACAA266C7632AF1B271CA5A4B3ADB8713BF199 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m8D99E16B74C7D3C8F79F4F142C59DB6B38114504 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source0, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dest1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisTemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644_mBC5B053018C882C60560027B746A139BE2946E6F (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644** ___obj0, const RuntimeMethod* method) { (( void (*) (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisSubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12_mD1AA9E3FF60BB7AA41E3B4C841E8B51594775D5D (SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12** ___obj0, const RuntimeMethod* method) { (( void (*) (SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisFastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07_m37122127FC0A9E547B6182AD89C06D2644EA55F2 (FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07** ___obj0, const RuntimeMethod* method) { (( void (*) (FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisDithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD_m2E04B3E76EC6719327D964607BF1705031584E17 (Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD** ___obj0, const RuntimeMethod* method) { (( void (*) (Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisFog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF_m083F2E9ABEAD614B33C5F48C6D2D17BCC2403DAA (Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF** ___obj0, const RuntimeMethod* method) { (( void (*) (Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull(T&) inline void RuntimeUtilities_CreateIfNull_TisPostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02_mD44344F9107415037CD3C9263B7A22186F19F99E (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02** ___obj0, const RuntimeMethod* method) { (( void (*) (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CreateIfNull>(T&) inline void RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596 (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396** ___obj0, const RuntimeMethod* method) { (( void (*) (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396**, const RuntimeMethod*))RuntimeUtilities_CreateIfNull_TisRuntimeObject_mE8735A861FE2D9615EFD92C79AD63FCC95019B97_gshared)(___obj0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m6CE0E1113145F251C7E00461F5CDCA1386B1EF68 (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // UnityEngine.Rendering.PostProcessing.PostProcessManager UnityEngine.Rendering.PostProcessing.PostProcessManager::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C (const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() inline KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B* Dictionary_2_get_Keys_m25902069AC879E30033024ABC536F5FBBE33EC6B (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* __this, const RuntimeMethod* method) { return (( KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B* (*) (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D*, const RuntimeMethod*))Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() inline Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE KeyCollection_GetEnumerator_mFCDD3F6BC7C7433A348CCC0E60AE70F57B47FB6E (KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B* __this, const RuntimeMethod* method) { return (( Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE (*) (KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B*, const RuntimeMethod*))KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::Dispose() inline void Enumerator_Dispose_mC53277D501DBC7F63754C2C82DE053DC5D4A5B24 (Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE*, const RuntimeMethod*))Enumerator_Dispose_mEB2A61F3F3F420C1B1DFD5C74EEFD4BD7761BCF7_gshared)(__this, method); } // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::get_Current() inline Type_t* Enumerator_get_Current_m8FD2A2C85E781301549977263F88993F855C76DA_inline (Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE* __this, const RuntimeMethod* method) { return (( Type_t* (*) (Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE*, const RuntimeMethod*))Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline)(__this, method); } // UnityEngine.ScriptableObject UnityEngine.ScriptableObject::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24 (Type_t* ___type0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::.ctor(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle__ctor_m980F8608CC22C6F40C0382EA3208A4D6889F33FD (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___settings0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m0EFCF6DADEC3FFD480C56439F2BBA2B5E640837A (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* __this, Type_t* ___key0, PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0*, Type_t*, PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE1ADF05B3E14BDB77C681C6FD8446938673F2A55 (Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE*, const RuntimeMethod*))Enumerator_MoveNext_mB5E00F11BCA3AC963F9BA72659FA76B107863F3C_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::UpdateBundleSortList(System.Collections.Generic.List`1,UnityEngine.Rendering.PostProcessing.PostProcessEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_UpdateBundleSortList_m5FC7EB336E878E425F971CB0BDB37FC55CF40A62 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___sortedList0, int32_t ___evt1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::.ctor(System.Collections.Generic.IEqualityComparer`1) inline void Dictionary_2__ctor_m134502B264DA373A8992080E855BD5DB02724773 (Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92*, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_mCB6B10CD39FACF966000160650EF8F25D3D3356A_gshared)(__this, ___comparer0, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(TKey,TValue) inline void Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F (Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* __this, int32_t ___key0, List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92*, int32_t, List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396*, const RuntimeMethod*))Dictionary_2_Add_mC515884C0546021A29DC0A00DBCABD89B1B65872_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::set_sortedBundles(System.Collections.Generic.Dictionary`2>) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessLayer_set_sortedBundles_mF014B030591011A9935170FCC8747EDD3F6075FF_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::set_haveBundlesBeenInited(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessLayer_set_haveBundlesBeenInited_mC73845F7B1DF581C092B4A735244B17E75D979FA_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_0__ctor_mE4663058DF29F83DC658899887FEA21A00782E5C (U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* __this, const RuntimeMethod* method) ; // System.Void System.Func`2,System.Boolean>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mD97C89613F2CEE0D855E23B5FD641F7A65867E7B (Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m999A10C26DDF74143AD155662D58037B37AB83F7_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where>(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_m9E5588401C6E919810BE69314B57F3822714D90F (RuntimeObject* ___source0, Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689* ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689*, const RuntimeMethod*))Enumerable_Where_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_m04F511EE83DC4DFCD2F669E1C86C444367FD332B_gshared)(___source0, ___predicate1, method); } // System.Void System.Func`2,UnityEngine.Rendering.PostProcessing.PostProcessBundle>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mF677AE01B18C3C394EDEB51DA37A4FAE7DADF84F (Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m60F64297108A01DFB5663C9BA121893957855907_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select,UnityEngine.Rendering.PostProcessing.PostProcessBundle>(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Select_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_m5F9269EC18FF575730D42BA6A6245C4FC27948B8 (RuntimeObject* ___source0, Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0*, const RuntimeMethod*))Enumerable_Select_TisKeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230_TisRuntimeObject_m9649CC8328C44B44485D78A25A3F08C6B53F65C1_gshared)(___source0, ___selector1, method); } // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) inline List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* Enumerable_ToList_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_mFFE3E69C6D2DB487CACA45D9E3A393FC59B26AD4 (RuntimeObject* ___source0, const RuntimeMethod* method) { return (( List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_m6456D63764F29E6B5B2422C3DE25113577CF51EE_gshared)(___source0, method); } // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mA832ACBA523A196F0BE7E769BABB6E59DB1D8BA3 (Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) inline int32_t List_1_RemoveAll_m76E2E0282B80EA1BBB633A90800FCA2F695470E3 (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* __this, Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2* ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396*, Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2*, const RuntimeMethod*))List_1_RemoveAll_m1A8DE2A7640CC473609F3ADAC38FDB960520636D_gshared)(__this, ___match0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B List_1_GetEnumerator_m5FD024AF8A8723506454EC851149957E9CFC2020 (List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* __this, const RuntimeMethod* method) { return (( Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B (*) (List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mF83BC0EF3E2C0892A8CF020DCB421E075338A020 (Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* Enumerator_get_Current_m23BFD9F8D990FE1A052BCE4A66280DD1E1A38766_inline (Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B* __this, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_2__ctor_m36472C800FCB96E7021A9ED363DBCDFE8102F00F (U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1::Exists(System.Predicate`1) inline bool List_1_Exists_m822B2F198722D08FFB99DC4557308C71BFF59117 (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* __this, Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2* ___match0, const RuntimeMethod* method) { return (( bool (*) (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396*, Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2*, const RuntimeMethod*))List_1_Exists_mE124D5A8B431C8B9B4C77EA23AD8B4C543829643_gshared)(__this, ___match0, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializedBundleRef__ctor_mF79561705E11260D6DE0F7022B78D6CBFCD75BC9 (SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mC2CB8CDCA85AE803C291FDFA03221343C309B9BF_inline (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* __this, SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396*, SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m54FD956853E618415DF72EBFD6B9C6C71F1006B0 (Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927 List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241 (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* __this, const RuntimeMethod* method) { return (( Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927 (*) (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69 (Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_inline (Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927* __this, const RuntimeMethod* method) { return (( SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* (*) (Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_3__ctor_mDF80A7734D48DF6C65686CEFA8DEFEE73C64EC51 (U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317* __this, const RuntimeMethod* method) ; // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mF31F97587383BE45FAD440BEABDCF64A1575CA2A (Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___object0, ___method1, method); } // T System.Collections.Generic.List`1::Find(System.Predicate`1) inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* List_1_Find_m85EB8D0F7B9C2D2D9A7B95F7989EF3DBFB03EE8D (List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* __this, Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E* ___match0, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E*, Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E*, const RuntimeMethod*))List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared)(__this, ___match0, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF (Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemporalAntialiasing_Release_m7F07A845A790B3E98E9618400D360CAC8BCF44B7 (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogHistogram_Release_m0CF4E13BFC28F7515A88B4B96B377D1496F3D4B6 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1* Dictionary_2_get_Values_mF0B85DD8B903A70D7008290115E96ACFAA0ABC44 (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* __this, const RuntimeMethod* method) { return (( ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1* (*) (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0*, const RuntimeMethod*))Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6 ValueCollection_GetEnumerator_m876C0FB495A1643277BF5331F3B12098045A9AE8 (ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1* __this, const RuntimeMethod* method) { return (( Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6 (*) (ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1*, const RuntimeMethod*))ValueCollection_GetEnumerator_m025EE28BE2F31676E08BC3D7C8E39D8232BDBBF8_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_mCEF3085394BBE8AA7ED10D9700761F0A86A4C94C (Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6*, const RuntimeMethod*))Enumerator_Dispose_mFD8FAB8D9FF5EDF9AE3B14CF539A8A34AA9527A8_gshared)(__this, method); } // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* Enumerator_get_Current_m2F4B3305B707C61D82D6808F0A6A552B0B912422_inline (Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6* __this, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6*, const RuntimeMethod*))Enumerator_get_Current_mB407E755F3B4C51C54D24338D00A352E5B16E7F3_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle_Release_m31FD40E9428001418B7A2BB323C7B41202AE7EB6 (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m6420BAB17E020DBA46CB3F7DDAB92ECB333FDB12 (Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6*, const RuntimeMethod*))Enumerator_MoveNext_mBE11DA1DAFC756EB87E884AADC5EDC4BB72FB032_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m9FFE3A842E75B84785AD4A430DC8A4661B252566 (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheetFactory::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheetFactory_Release_mDDF78ACFFC94C6E7015461F0B248E3F93E906CA1 (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_OnDisable_mC4762A0AEBE23067EAE67F82A7BCCFE8BD192017 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TextureLerper::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureLerper_Clear_mF79AC272E135A60DFE6AB2012B81905934090214 (TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* __this, const RuntimeMethod* method) ; // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.SystemInfo::get_usesLoadStoreActions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_usesLoadStoreActions_m66E53BB7F2F2750E9607057718B720FFB59291B6 (const RuntimeMethod* method) ; // UnityEngine.Rect UnityEngine.Camera::get_rect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Camera_get_rect_m848C23B32814D1351E43F0A0110DB8ECA19C6772 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rect::get_y() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rect::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rect::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Debug::LogWarning(System.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m23033D7E2F0F298BE465B7F3A63CDF40A4EB70EB (RuntimeObject* ___message0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___context1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::IsTemporalAntialiasingActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessRenderContext_IsTemporalAntialiasingActive_m835118A884E10E19B5625C77EC029B088ECE11E3 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Camera::get_usePhysicalProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_usePhysicalProperties_mCE30837910BC617288B1481EEE3CAC7C79E43192 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::ResetProjectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetProjectionMatrix_m6C5F82F7CA38E39DC357A1C53C7DD26791C27AFD (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Camera::get_projectionMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::set_nonJitteredProjectionMatrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nonJitteredProjectionMatrix_mC6967E205128C05584F890C43B2B79B6A0EF8B39 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Camera::get_stereoEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_stereoEnabled_m33F6247051D68E8FFEF9C0EC34C6F4B4B53FC8AF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::ResetStereoProjectionMatrices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_ResetStereoProjectionMatrices_m13D8CFEB9E74452175A3E276C9A6B8904580566E (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // UnityEngine.Camera/MonoOrStereoscopicEye UnityEngine.Camera::get_stereoActiveEye() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::CopyStereoDeviceProjectionMatrixToNonJittered(UnityEngine.Camera/StereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_CopyStereoDeviceProjectionMatrixToNonJittered_m70DD9541963EDD8E21768C760B095B12CB6A98FE (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___eye0, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Camera::GetStereoNonJitteredProjectionMatrix(UnityEngine.Camera/StereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_GetStereoNonJitteredProjectionMatrix_m1B4F7E659DC85F1D92E738BD06FBF82CC8F379F4 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___eye0, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::set_projectionMatrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_projectionMatrix_m351820E6903139402FFFF40221B32D0C52B5A094 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___value0, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Camera::GetStereoProjectionMatrix(UnityEngine.Camera/StereoscopicEye) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_GetStereoProjectionMatrix_mDC22B9A3E533AB9267E6EA7D266DD3EFEF782DA6 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___eye0, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::SetStereoProjectionMatrix(UnityEngine.Camera/StereoscopicEye,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetStereoProjectionMatrix_mDD17B78DC3B755AB026A86CD3943587450702268 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___eye0, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix1, const RuntimeMethod* method) ; // System.Single UnityEngine.XR.XRSettings::get_renderViewportScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XRSettings_get_renderViewportScale_mB35A32F5FE6B2EEE0CEF95ADFC04F171B6E5F5D1 (const RuntimeMethod* method) ; // System.Void UnityEngine.Shader::SetGlobalFloat(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shader_SetGlobalFloat_mE7D0DA2B0A62925E093B318785AF82A173794AFC (int32_t ___nameID0, float ___value1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::BuildCommandBuffers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_BuildCommandBuffers_m8C6C6754F27A786AD80D12898F26711769FCE03D (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_source(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_destination(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.TargetPool::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0 (TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::GetScreenSpaceTemporaryRT(UnityEngine.Rendering.CommandBuffer,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,UnityEngine.FilterMode,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, int32_t ___nameID1, int32_t ___depthBufferBits2, int32_t ___colorFormat3, int32_t ___readWrite4, int32_t ___filter5, int32_t ___widthOverride6, int32_t ___heightOverride7, const RuntimeMethod* method) ; // UnityEngine.RenderTexture UnityEngine.Camera::get_targetTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Camera::get_allowHDR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowHDR_m3187E9118CB52D5D7F0658D7ECF5E2B00E296A67 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // UnityEngine.RenderTextureFormat UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_defaultHDRRenderTextureFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeUtilities_get_defaultHDRRenderTextureFormat_m2C5EFD5C7311352FE16AA983D92A89A9C7BB34C8 (const RuntimeMethod* method) ; // UnityEngine.RenderTextureFormat UnityEngine.RenderTexture::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_format_m58556ABB91A1FADA8044BEEA2E8C55280768CF35 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::isFloatingPointFormat(UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_isFloatingPointFormat_mBE4CC69E3E39C3F9993F5E53433E2C0900E4F40C (int32_t ___format0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_Reset_m69F96AA7B7CCE9927AB6061B887CF81F8AF06BCB (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_camera(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_camera_m616159FD16EF298057D8C92C9D4E04DC583A35CF (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_sourceFormat(UnityEngine.RenderTextureFormat) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_sourceFormat_mFBDC1C325F8E32DA2A40C784659D2DD8BA057258_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::SetupContext(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_SetupContext_mB51E288FAF90059C947F7B56982611A62D92B190 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_command(UnityEngine.Rendering.CommandBuffer) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TextureLerper::BeginFrame(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureLerper_BeginFrame_mF2957CC10D96B1A568D284E0A7DA7F4E0CFE0558 (TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::UpdateVolumeSystem(UnityEngine.Camera,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_UpdateVolumeSystem_m67096C3D2687CA32B0CAA5EEC3EFDBDCD1156DD2 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___cam0, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd1, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer::GetBundle() inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, const RuntimeMethod*))PostProcessLayer_GetBundle_TisRuntimeObject_m1F9E6D3C32CA1E840D33435FD46362ACDCE10A20_gshared)(__this, method); } // T UnityEngine.Rendering.PostProcessing.PostProcessBundle::CastSettings() inline AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039* PostProcessBundle_CastSettings_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m87AE134E8A291B469BDD05950B2F285029775A4E (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { return (( AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039* (*) (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511*, const RuntimeMethod*))PostProcessBundle_CastSettings_TisRuntimeObject_mEEEF891B57874B2A4E8F73E10299A40D9F8E9F11_gshared)(__this, method); } // T UnityEngine.Rendering.PostProcessing.PostProcessBundle::CastRenderer() inline AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { return (( AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* (*) (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511*, const RuntimeMethod*))PostProcessBundle_CastRenderer_TisRuntimeObject_m0C94300E82C293C18445F3CD5939FF7DC08B9C87_gshared)(__this, method); } // System.Boolean UnityEngine.Rendering.PostProcessing.AmbientOcclusionRenderer::IsAmbientOnly(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AmbientOcclusionRenderer_IsAmbientOnly_m5A77F8622151A4EA9FE590655B6E7E085A1D7B06 (AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer::GetBundle() inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* PostProcessLayer_GetBundle_TisScreenSpaceReflections_t910D8544C9945DBF5FB83CD256BFF77C7C7FCBEC_m69E6C554ABD9D4AFA56D4A7664D8F273A0BEE96C (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, const RuntimeMethod*))PostProcessLayer_GetBundle_TisRuntimeObject_m1F9E6D3C32CA1E840D33435FD46362ACDCE10A20_gshared)(__this, method); } // UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer UnityEngine.Rendering.PostProcessing.PostProcessBundle::get_renderer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* PostProcessBundle_get_renderer_m9B9D011FC8ED8B384FE16AEC5A5955A87243A61C (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::UpdateSinglePassStereoState(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_UpdateSinglePassStereoState_m8BF9AC8139E61F9799B33B8E5B9D989E7A493D98 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___isTAAEnabled0, bool ___isAOEnabled1, bool ___isSSREnabled2, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.IAmbientOcclusionMethod UnityEngine.Rendering.PostProcessing.AmbientOcclusionRenderer::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AmbientOcclusionRenderer_Get_m67BA05B631A6740564AF7B0CAAE58F2CD2EC305E (AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.Fog::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Fog_IsEnabledAndSupported_m032F2A56D8DE3B1FDACAE8174B20C7CEE8325F0E (Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::HasOpaqueOnlyEffects(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_HasOpaqueOnlyEffects_mFD8E5AB8219E71D4464704477E0EFF8A42D94F6B (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.RenderTargetIdentifier::.ctor(UnityEngine.Rendering.BuiltinRenderTextureType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetIdentifier__ctor_mBB94C5581CCD259EC11AAFA68C151B35E5C72C4F (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* __this, int32_t ___type0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::UpdateSrcDstForOpaqueOnly(System.Int32&,System.Int32&,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_UpdateSrcDstForOpaqueOnly_m06DEFDC679EDCE932F13D9258CD4B159C7172DF3 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t* ___src0, int32_t* ___dst1, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context2, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___cameraTarget3, int32_t ___opaqueOnlyEffectsRemaining4, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::RequiresInitialBlit(UnityEngine.Camera,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_RequiresInitialBlit_m66CC1F4AC2DC78365D1F134E091EE989EF3224DF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, const RuntimeMethod* method) ; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyStdMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyStdMaterial_mD30BFA982998C8AD7E2C489DF3416AF8564124D0 (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BuiltinBlit(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BuiltinBlit_m551153B7E44E418912ACFCCA2CE92FF20093C5D6 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___mat3, int32_t ___pass4, const RuntimeMethod* method) ; // System.Exception UnityEngine.Rendering.PostProcessing.PostProcessEffectRendererExtensions::RenderOrLog(UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* PostProcessEffectRendererExtensions_RenderOrLog_mE731AD6E7B4C206271AB39985729F8F4EA49BF15 (PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* ___self0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.Fog::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Fog_Render_m435B9A6B92833EBD9E237F46F4F066F4F03A732E (Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderOpaqueOnly(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_RenderOpaqueOnly_m3A58A1E06E6DBA8D582F18BBCB1BCF58B702B508 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_numberOfEyes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessRenderContext/StereoRenderingMode UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_stereoRenderingMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // UnityEngine.RenderTextureDescriptor UnityEngine.XR.XRSettings::get_eyeTextureDesc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 XRSettings_get_eyeTextureDesc_mFBE8F6D5D5A23E4DE1BCCD994ADFAB4FB11D7A19 (const RuntimeMethod* method) ; // System.Int32 UnityEngine.RenderTextureDescriptor::get_width() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // UnityEngine.RenderBuffer UnityEngine.RenderTexture::get_colorBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderBuffer_tBE7B342979EF2FA36E24C8A7F9242212F5B89551 RenderTexture_get_colorBuffer_mE043AF01C1B2FB73BDC9C82D78528A367089CDE0 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.RenderTargetIdentifier::op_Implicit(UnityEngine.RenderBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_mEF1610C533FE11CCBBE69C3ECA6468D0D03CD30D (RenderBuffer_tBE7B342979EF2FA36E24C8A7F9242212F5B89551 ___buf0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_flip(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_flip_m91DFA83ED3118BB02CF2849D2177C65D186F3E11_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) ; // UnityEngine.Display UnityEngine.Display::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* Display_get_main_m6EB21BF1B5F545173BEECDB8F1F547FD74B4895C (const RuntimeMethod* method) ; // UnityEngine.RenderBuffer UnityEngine.Display::get_colorBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderBuffer_tBE7B342979EF2FA36E24C8A7F9242212F5B89551 Display_get_colorBuffer_m1C19BF9194933EE5B344478C870FA4EA5F20A61E (Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_Render_m9AD8F461328CF3AAD58078BE9959D39A5DB20191 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::set_usePhysicalProperties(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_usePhysicalProperties_m4F99CCEBD78D6EAB21B772E947B2C683AC475814 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, bool ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_isSinglePassStereoEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_isSinglePassStereoEnabled_mE604A4AFD0B1368350F752A5769B2E471E923523 (const RuntimeMethod* method) ; // UnityEngine.XR.XRSettings/StereoRenderingMode UnityEngine.XR.XRSettings::get_stereoRenderingMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRSettings_get_stereoRenderingMode_mD66918C11E2216B1F8FA76934F79D5F85BC303FC (const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* Dictionary_2_get_Item_m81EBA1D350B81BB804C3C3EAF7D29E0EAADE1617 (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* __this, Type_t* ___key0, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0*, Type_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___key0, method); } // UnityEngine.Rendering.PostProcessing.MultiScaleVO UnityEngine.Rendering.PostProcessing.AmbientOcclusionRenderer::GetMultiScaleVO() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F* AmbientOcclusionRenderer_GetMultiScaleVO_m77469D960AE101C9A8A74055CF75096CD62BCF6D (AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.MultiScaleVO::SetResources(UnityEngine.Rendering.PostProcessing.PostProcessResources) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiScaleVO_SetResources_m84240174825540B7F4C74D968DC59AD2ECC591C1_inline (MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F* __this, PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___resources0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.MultiScaleVO::GenerateAOMap(UnityEngine.Rendering.CommandBuffer,UnityEngine.Camera,UnityEngine.Rendering.RenderTargetIdentifier,System.Nullable`1,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiScaleVO_GenerateAOMap_m5F19CF58D1022B3A75F65C0DBC8BF6F77CBA4BD1 (MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, Nullable_1_t3CBCF6DFF35F8C3EEB42E43FFEF8EB6438EB2600 ___depthMap3, bool ___invert4, bool ___isMSAA5, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5 (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, const RuntimeMethod* method) { return (( Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193 (Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_inline (Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64* __this, const RuntimeMethod* method) { return (( PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* (*) (Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer::GetBundle(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* PostProcessLayer_GetBundle_mFE6B4B8D6F1300AB3A011A60E25FB3A9C7EF4A67 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, Type_t* ___settingsType0, const RuntimeMethod* method) ; // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() inline int32_t ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478 (ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method); } // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) inline ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE (ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* __this, int32_t ___index0, const RuntimeMethod* method) { return (( ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* (*) (ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049*, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared)(__this, ___index0, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44 (Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8 Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840 (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* __this, const RuntimeMethod* method) { return (( Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8 (*) (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D (Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8*, const RuntimeMethod*))Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_inline (Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF (*) (Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8*, const RuntimeMethod*))Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_inline (KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF* __this, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91 (Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8*, const RuntimeMethod*))Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared)(__this, method); } // UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::GetCameraFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TemporalAntialiasing_GetCameraFlags_mFDB0F48DA9DD43DC96F0001D8AEC3EC0BDF8B9AA (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* __this, const RuntimeMethod* method) ; // UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.Fog::GetCameraFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Fog_GetCameraFlags_m1FE74A3121D526C50A78863CC9ACBC38F0694CC4 (Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* __this, const RuntimeMethod* method) ; // UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::GetCameraFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessDebugLayer_GetCameraFlags_mAD93FA644A0C5AC136F382ED927B6E3237336EFD (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // UnityEngine.DepthTextureMode UnityEngine.Camera::get_depthTextureMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_m998CDEBC055FE2A910F3B650585ADE3E2BB141EE (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::set_cameraDepthFlags(UnityEngine.DepthTextureMode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessLayer_set_cameraDepthFlags_mBC9A8CE97A08E406A3DF3F3F6AAA157330316578_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::ResetHistory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle_ResetHistory_m5EB7270369216D54DE183E1A91C530F562BBCC12 (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::ResetHistory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemporalAntialiasing_ResetHistory_m1E1611D2244E90EB7C3CC493B98C0AA0A1A52010 (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::HasActiveEffects(UnityEngine.Rendering.PostProcessing.PostProcessEvent,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_HasActiveEffects_mE7155905AC4D8288AF4CF87F542511377F110AB7 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t ___evt0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2> UnityEngine.Rendering.PostProcessing.PostProcessLayer::get_sortedBundles() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* PostProcessLayer_get_sortedBundles_m1C832D9F4C17EBC0E9E8704923DE1876634588B9_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2>::get_Item(TKey) inline List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47 (Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* __this, int32_t ___key0, const RuntimeMethod* method) { return (( List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* (*) (Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m9C4302CCAE3C1BF70D02091D0E0CED7663F18211_gshared)(__this, ___key0, method); } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_isSceneView() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::isValidResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_isValidResources_m62370A08CF85A9B49B0BF70F4BCFC3940179B9FA (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::UpdateResources(UnityEngine.Rendering.PostProcessing.PostProcessResources) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_UpdateResources_mBE0F3DBAC0FFC83774E6B3FE4B792D79F2D2190C (PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___resources0, const RuntimeMethod* method) ; // UnityEngine.CameraType UnityEngine.Camera::get_cameraType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_isSceneView(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_isSceneView_m25BC585A98717333E55435BF060FBC8352979120_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_resources(UnityEngine.Rendering.PostProcessing.PostProcessResources) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_resources_mD928596BD2CF34330CA3F8FA83845C9BB39E5651_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_propertySheets(UnityEngine.Rendering.PostProcessing.PropertySheetFactory) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_propertySheets_m06436C85901FFAF383447F35F3A19909E1C60344_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_debugLayer(UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_debugLayer_mF9A346FF61AD7CD0AC5605BD3B2A2007084CFA5A_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_antialiasing(UnityEngine.Rendering.PostProcessing.PostProcessLayer/Antialiasing) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_antialiasing_m487F83A7E53C46AE4C2015794DA6568950E3C181_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_temporalAntialiasing(UnityEngine.Rendering.PostProcessing.TemporalAntialiasing) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_temporalAntialiasing_mF2B2A0D8F39F49690FD4F76B3347C4D168B22597_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::SetLegacyCameraFlags(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_SetLegacyCameraFlags_m72D14BAB60AC3CEE06CEFF07D112D46486A2F958 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::SetFrameSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_SetFrameSize_m38E163EE3B51AA81D8C2AF7B2C5D58498F64287A (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::UpdateSettings(UnityEngine.Rendering.PostProcessing.PostProcessLayer,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_UpdateSettings_m4B9B9670DEDA150A20023F98DEB45DA98F120EEA (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___postProcessLayer0, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TargetPool::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetPool_Reset_m2D79A232CECE4951254E2EDA0529F0C877B97BB3 (TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderList(System.Collections.Generic.List`1,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_RenderList_m478A2ECAB77361DB4A85AE3B2A5FD55A65D6D851 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___list0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, String_t* ___marker2, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetSinglePassStereo(UnityEngine.Rendering.SinglePassStereoMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetSinglePassStereo_mDF0CAEF9D4D2B867A2A1239E0B4105C775685BEE (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___mode0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::DisableShaderKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___keyword0, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyFromTexArraySheet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* RuntimeUtilities_get_copyFromTexArraySheet_m7E8074DD22B6AECC91E832D4A2811364353C03B2 (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleFromTexArray(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleFromTexArray_m0F023533F28CBAA19FBCC967148FA3E9664DEAA4 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, bool ___clear5, int32_t ___depthSlice6, const RuntimeMethod* method) ; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyStdFromDoubleWideMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyStdFromDoubleWideMaterial_m21BBAF82C52F21FF38FF6646CB75C64FAA1E117B (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleFromDoubleWide(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleFromDoubleWide_mF70FFB7FA914A8F5B41B6B613ED0C69EED52D054 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material3, int32_t ___pass4, int32_t ___eye5, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copySheet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* RuntimeUtilities_get_copySheet_mFDA1B83FCF385E40BFC7659DF705A15423662B80 (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::ConfigureStereoJitteredProjectionMatrices(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemporalAntialiasing_ConfigureStereoJitteredProjectionMatrices_m6778161075072CB286B1C1082F1535B39D13E546 (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::ConfigureJitteredProjectionMatrix(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemporalAntialiasing_ConfigureJitteredProjectionMatrix_mD1658F905FA0B40616F94A72596803C4DFD11476 (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemporalAntialiasing_Render_m1F5CDB905DA7AB9A5D2C8335E7F40A0B984C767F (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing::IsSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SubpixelMorphologicalAntialiasing_IsSupported_m1705607A7079C11A6FAAEB07746977F804A8ECFF (SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderInjectionPoint(UnityEngine.Rendering.PostProcessing.PostProcessEvent,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessLayer_RenderInjectionPoint_m42D83392ABD881E8434BABB7F8BC46E548DE8EBB (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t ___evt0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, String_t* ___marker2, int32_t ___releaseTargetAfterUse3, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderBuiltins(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessLayer_RenderBuiltins_mB9B7DA7EE55CAC51BF153F488BFCAF5800D3FFB0 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___isFinalPass1, int32_t ___releaseTargetAfterUse2, int32_t ___eye3, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderFinalPass(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_RenderFinalPass_mA79AF4EF4D050FED050FF29356384FE8F681044F (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, int32_t ___releaseTargetAfterUse1, int32_t ___eye2, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::EnableShaderKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___keyword0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RenderSpecialOverlays(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RenderSpecialOverlays_mD23CFE4FC14A61B52A41E88A03B85174BEE1D211 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RenderMonitors(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RenderMonitors_mD366E3E3E7D8F0F1A686CB33D352DDBE4B1B8DE8 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.TextureLerper::EndFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureLerper_EndFrame_m827E01313363D563B9D08D245272A162D1872745 (TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::EndFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_EndFrame_mDBDCD82C1BE519E65293D44A840500FE4B6D58A8 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m3BAC5422D0DB2AEC6BB01291B70BDDD3F59C670F_inline (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* __this, const RuntimeMethod* method) { (( void (*) (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* List_1_get_Item_m08D83A8D40FCFB6C95161C926767F1A5AAB77025 (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* __this, int32_t ___index0, const RuntimeMethod* method) { return (( SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* (*) (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m7C2175F3AB87E09A44AE51820362AECAE8BDD9D5_inline (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* __this, PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB*, PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m244A1F353D8FD041D7A37B866A1FE94C88B57103_inline (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m9FB92FAB1246DEAA5C02A4D69B6109CCA055E639_inline (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* List_1_get_Item_m4B055C4E2F7D89F61BE7E5A89D4341529995372B (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* __this, int32_t ___index0, const RuntimeMethod* method) { return (( PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* (*) (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_inline (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, const RuntimeMethod* method) { (( void (*) (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5*, const RuntimeMethod*))List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_inline (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5*, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B, const RuntimeMethod*))List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_gshared_inline)(__this, ___item0, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547 (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, int32_t ___index0, const RuntimeMethod* method) { return (( RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B (*) (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5*, int32_t, const RuntimeMethod*))List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547_gshared)(__this, ___index0, method); } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_flip() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_flip_mFE0933034DE2E1C6174C09EED54F03C472D29C32_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::ApplyDefaultFlip(UnityEngine.MaterialPropertyBlock) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_ApplyDefaultFlip_mA6FF046E1DC3BABDAE6ABEB463F139329516B2DD (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___properties0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.SystemInfo::get_graphicsUVStartsAtTop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B (const RuntimeMethod* method) ; // System.Void UnityEngine.MaterialPropertyBlock::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_Clear_m83CE1CC476A80F162FC89DBF6C2C78659B6E1253 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, const RuntimeMethod* method) ; // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_whiteTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* RuntimeUtilities_get_whiteTexture_mC7E015E50510EE1841B8BC3BD529CCAF22086DB4 (const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::hasAlpha(UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_hasAlpha_m043D0727DF630E8F2637DB729433B7E55996134E (int32_t ___format0, const RuntimeMethod* method) ; // System.Void UnityEngine.MaterialPropertyBlock::SetFloat(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___nameID0, float ___value1, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisDepthOfField_tE1F36629AF0EC73FA3F6EB53AB41E842DBE46FC0_mA525F949B24670DC40A71F4AAE3F1D53B63FE402 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisMotionBlur_t90553FC2A538AB7C233605E97C2FBAC4E27D4365_m8E7A0DBFD3B9C318086E0CB911BEFF441526A114 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::ShouldGenerateLogHistogram(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_ShouldGenerateLogHistogram_m69235046FAF79ECE1E98A97DB703550D1AF56BDD (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::Generate(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogHistogram_Generate_m5C64740C383CDB7BFD1E459A8066F16BB1FCC6D4 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_xrActiveEye() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_xrActiveEye_m1ED0BDA4DC07BAD4096F3B66DF35520815C7F208_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_xrActiveEye(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_xrActiveEye_mA344A4FBC049CA99096413FBE81F0F8F9A12D9A8_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_m46A3D7176C8E1541FD52D17EA1004D524A8F75D5 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisLensDistortion_tE3E99FC0A9AADFA1A4F0C5177DD99E47360ACFE6_m86E417DA1947A2A87156535FFC84A30C8CD4F1F6 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisChromaticAberration_t3EE45F38C15A7BDA947D780B884E72434AABAF78_m2ECE3D6D433A4E9AB438884B4774309C3E7386C4 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisBloom_tFF9041F997C910F47A3BA6C4F8A68B42CD7673D4_mE76060E3E94004790059C36AAFB0C9680FE58ECB (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisVignette_t78A96720D01BE6D0BC2347103F78B25ADB479F12_m756E47DD8EEB7B9DE08C3920A09BC75A5AC756A3 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisGrain_tAF18E7559F72DD8F0C8169852021D015A129AC38_m3EC8127E88B7C1882EDB54CC93541AF25EFCC3C9 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderEffect(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean) inline int32_t PostProcessLayer_RenderEffect_TisColorGrading_t01599C2C3DF14F6425CC1F83630FF897530C7594_m2A7766EB61C14774D96829F7C40578E62FBBB5CE (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___useTempTarget1, const RuntimeMethod* method) { return (( int32_t (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*, bool, const RuntimeMethod*))PostProcessLayer_RenderEffect_TisRuntimeObject_m11706987E9CD689571ED89AC3539AD65BE45D869_gshared)(__this, ___context0, ___useTempTarget1, method); } // System.Void UnityEngine.Rendering.PostProcessing.Dithering::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dithering_Render_mE6124E38F680E37934C3BBD1E8F73D926D28B661 (Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::ApplyFlip(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,UnityEngine.MaterialPropertyBlock) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_ApplyFlip_m64131F71DAA216E393712E1B43656056B16F6DFC (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___properties1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleToTexArray(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleToTexArray_mBD1CA564E22FA104F9374C123EA833DDD8836B0F (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, bool ___clear5, int32_t ___depthSlice6, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleToDoubleWide(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleToDoubleWide_m519121ABE1997237F33909768F4BEFBA94435E8B (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, int32_t ___eye5, const RuntimeMethod* method) ; // UnityEngine.Rect UnityEngine.Camera::get_pixelRect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Camera_get_pixelRect_m5F40F5C324EB252261F66962411EE08CC4BE39E7 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void System.Nullable`1::.ctor(T) inline void Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449 (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440*, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D, const RuntimeMethod*))Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449_gshared)(__this, ___value0, method); } // System.Void UnityEngine.Rendering.PostProcessing.SubpixelMorphologicalAntialiasing::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubpixelMorphologicalAntialiasing_Render_m5C772116EF78929A662C6C1EE168A998AEE3F028 (SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer::GetBundle() inline PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* PostProcessLayer_GetBundle_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_mCC04759118509F8EFABD95939170B5781988C6BA (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { return (( PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* (*) (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*, const RuntimeMethod*))PostProcessLayer_GetBundle_TisRuntimeObject_m1F9E6D3C32CA1E840D33435FD46362ACDCE10A20_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mBC15ED20BEF7263C27187689E2E9B28F3A4403EF (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* __this, const RuntimeMethod* method) { (( void (*) (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m25095C9BFBC327F688DBCB87977A00F271FCC623 (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, const RuntimeMethod* method) { (( void (*) (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5*, const RuntimeMethod*))List_1__ctor_m25095C9BFBC327F688DBCB87977A00F271FCC623_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_1__ctor_mAC82F6C1E46CBDE83CFF53574D9910FADB232983 (U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1::Exists(System.Predicate`1) inline bool List_1_Exists_m1BF18F6F1F9A15DB840063B44E01FB6F413C842B (List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* __this, Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E* ___match0, const RuntimeMethod* method) { return (( bool (*) (List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E*, Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E*, const RuntimeMethod*))List_1_Exists_mE124D5A8B431C8B9B4C77EA23AD8B4C543829643_gshared)(__this, ___match0, method); } // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m14CE645D40F0ED598B358C218449CC214E67F6D5 (U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager__ctor_mE18C53FBF36094C52BF5E888AA8E399423BE6688 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m7C701041B38BB7FE9041652C5057A0ABB7579C50 (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9 (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* __this, const RuntimeMethod* method) { (( void (*) (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m1AE7A14FE6CF65276434BAC094AE2F7269D06024 (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682*, const RuntimeMethod*))Dictionary_2__ctor_m1AE7A14FE6CF65276434BAC094AE2F7269D06024_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200 (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, const RuntimeMethod* method) { (( void (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mF9B8D3384D54EACA66C1705C925949CF6D5FE48A (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m3559734CA92AA30470C02A0895F34E5C73DF6725 (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::ReloadBaseTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_ReloadBaseTypes_m1945136D79E4679F586C858EE2A72631A3FF9360 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mD4DCBDFDFD9E1C206109A503D36C3607224A5CC2 (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mCF052FE241677B49445B43626BE2135961A330A9_inline (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, const RuntimeMethod* method) { (( void (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::CleanBaseTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_CleanBaseTypes_m3CE8A80B457017D42537722008D62AD735AD7E02 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, const RuntimeMethod* method) ; // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetAllTypesDerivedFrom() inline RuntimeObject* RuntimeUtilities_GetAllTypesDerivedFrom_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_m43F64DC492E7B5A308369A4B39F49D921E7DABCD (const RuntimeMethod* method) { return (( RuntimeObject* (*) (const RuntimeMethod*))RuntimeUtilities_GetAllTypesDerivedFrom_TisRuntimeObject_mB413E8BC502F6C570B7D3E3FF26388957B56AC06_gshared)(method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mAFDFA2B152082BBF5E0626BF143EDACD61DE9D74 (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisType_t_mA4A7776893ADF4E3CAB6F7AEC94DF71DDF7931F8 (RuntimeObject* ___source0, Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___source0, ___predicate1, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m4CF6D1CC5CBD1562754BCC38D7A0F832E8BAF913 (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* __this, Type_t* ___key0, PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D*, Type_t*, PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::SetAllOverridesTo(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectSettings_SetAllOverridesTo_m0EFF9FC7563FE058E728801E91F01808431BF140 (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, bool ___state0, bool ___excludeEnabled1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_inline (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method); } // System.Int32 UnityEngine.LayerMask::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_get_value_m70CBE32210A1F0FD4ECB850285DA90ED57B87974 (LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ; // UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222 (int32_t ___intVal0, const RuntimeMethod* method) ; // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessManager::GrabVolumes(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* PostProcessManager_GrabVolumes_m1AF11581681DB4092AE61C86D06F2463A36F7814 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___mask0, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0 (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* __this, const RuntimeMethod* method) { return (( Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 (*) (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0 (Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_inline (Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71* __this, const RuntimeMethod* method) { return (( PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* (*) (Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // UnityEngine.Rendering.PostProcessing.PostProcessProfile UnityEngine.Rendering.PostProcessing.PostProcessVolume::get_profileRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* PostProcessVolume_get_profileRef_m94E97BE839967F36E42FA05C626111242638CFEE (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_inline (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method); } // System.Void UnityEngine.Component::GetComponents(System.Collections.Generic.List`1) inline void Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* ___results0, const RuntimeMethod* method) { (( void (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_m2CD12FB45EFC625510F7E12FE2EB7D0EC2BA4421_gshared)(__this, ___results0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420 (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, const RuntimeMethod* method) { return (( Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D (Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_inline (Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A* __this, const RuntimeMethod* method) { return (( Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* (*) (Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Boolean UnityEngine.Collider::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collider_get_enabled_mDBFB488088ADB14C8016A83EF445653AC5A4A12B (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Collider::ClosestPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Collider_ClosestPoint_mFFF9B6F6CF9F18B22B325835A3E2E78A1C03BFCB (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position0, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method) ; // System.Single UnityEngine.Vector3::get_sqrMagnitude() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1 (Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_inline (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, const RuntimeMethod* method) { (( void (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE (Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessVolume UnityEngine.Rendering.PostProcessing.PostProcessManager::GetHighestPriorityVolume(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* PostProcessManager_GetHighestPriorityVolume_m7EE09A9E1D8C17AF61A84C1518B383F79008E1D3 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___mask0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.LayerMask::op_Implicit(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D (LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___mask0, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073 (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* __this, int32_t ___key0, List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C*, int32_t, List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.GameObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.GameObject::set_layer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_m6E1AF478A2CC86BD222B96317BEB78B7D89B18D0 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, int32_t ___value0, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() inline PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* GameObject_AddComponent_TisPostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2_m10D35AF8F25FD05A1EEAAD7180DE654B77007D96 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) { return (( PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method); } // UnityEngine.Rendering.PostProcessing.PostProcessProfile UnityEngine.Rendering.PostProcessing.PostProcessVolume::get_profile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* PostProcessVolume_get_profile_m0055B48AC6C698FDD30573AA75D09D4BE1B2727D (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings UnityEngine.Rendering.PostProcessing.PostProcessProfile::AddSettings(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* PostProcessProfile_AddSettings_m7446918C8FB730367D486136D3DF233B57A5FCD8 (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___effect0, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>::GetEnumerator() inline Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761 (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* __this, const RuntimeMethod* method) { return (( Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 (*) (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3F1620145BA0815B7C7CD648EF054558AA26556A_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator>::Dispose() inline void Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452 (Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33*, const RuntimeMethod*))Enumerator_Dispose_mAECCBE12C0427D7ACF88F82FA266F1AE37402565_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator>::get_Current() inline KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_inline (Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33* __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 (*) (Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33*, const RuntimeMethod*))Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline)(__this, method); } // TKey System.Collections.Generic.KeyValuePair`2>::get_Key() inline int32_t KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_inline (KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9* __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9*, const RuntimeMethod*))KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48 (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* __this, int32_t ___key0, bool ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682*, int32_t, bool, const RuntimeMethod*))Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB (Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33*, const RuntimeMethod*))Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Unregister(UnityEngine.Rendering.PostProcessing.PostProcessVolume,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Unregister_m96F25B0BB879AA90EFAFA0CC051EFC96B3B8982F (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, int32_t ___layer1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Register(UnityEngine.Rendering.PostProcessing.PostProcessVolume,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Register_m1C449C90BAD2503D192D361F09DE5B8FD4E8D1D0 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, int32_t ___layer1, const RuntimeMethod* method) ; // TValue System.Collections.Generic.KeyValuePair`2>::get_Value() inline List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_inline (KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9* __this, const RuntimeMethod* method) { return (( List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* (*) (KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9*, const RuntimeMethod*))KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::SetLayerDirty(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_SetLayerDirty_m85F4D44F755A2E86AF17993DDA7A2CD47ECF568B (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, int32_t ___layer0, const RuntimeMethod* method) ; // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.GameObject::get_layer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1::Remove(T) inline bool List_1_Remove_m9449B93975294A462632DB22C72B79EAAE38CDB5 (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___item0, method); } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessVolume::get_previousLayer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessVolume_get_previousLayer_mDD1CFB67F2C14C50E3DE2430D1631145BE7079B2_inline (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::ReplaceData(UnityEngine.Rendering.PostProcessing.PostProcessLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_ReplaceData_mFCAC48F8D1C2581BDB1A72670EEB91DB2DCF5426 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___postProcessLayer0, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OverrideSettings(System.Collections.Generic.List`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OverrideSettings_m49989C317280F87560366678EBCFF62739921F7C (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* ___baseSettings0, float ___interpFactor1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2>::Add(TKey,TValue) inline void Dictionary_2_Add_mD4E16A4E3D9ABCBE22E74C3D99AD21C65E2943F0 (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* __this, int32_t ___key0, List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C*, int32_t, List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mB76129E352C910CA78BB17FF72AA4864B1A385CF (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* __this, int32_t ___key0, bool* ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682*, int32_t, bool*, const RuntimeMethod*))Dictionary_2_TryGetValue_mB76129E352C910CA78BB17FF72AA4864B1A385CF_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::SortByPriority(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_SortByPriority_mC460E161FD3D1293B46CFC546A8E60E0C53B7B15 (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* ___volumes0, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) inline PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364 (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* __this, int32_t ___index0, const RuntimeMethod* method) { return (( PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* (*) (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,T) inline void List_1_set_Item_mB197F81AD37C98A53C8EC0C59A331F3A2D7B4C48 (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* __this, int32_t ___index0, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___value1, const RuntimeMethod* method) { (( void (*) (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, int32_t, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___index0, ___value1, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mDC38303BE99498ED91D83EA49F834F0EAF4F6B80_inline (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mBDFDD56BBE85E5B393B14B106BAEB772C3CA95D4 (U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F* __this, const RuntimeMethod* method) ; // System.Boolean System.Type::get_IsAbstract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5 (Type_t* __this, const RuntimeMethod* method) ; // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mD8B5CB267A3D637058EA266699F9BC6D422B699B (Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Collections.Generic.List`1::RemoveAll(System.Predicate`1) inline int32_t List_1_RemoveAll_m27BDE3319F66FB1300DC3CCCDBCC712F4D321F70 (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620*, const RuntimeMethod*))List_1_RemoveAll_m1A8DE2A7640CC473609F3ADAC38FDB960520636D_gshared)(__this, ___match0, method); } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessProfile::HasSettings(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessProfile_HasSettings_mAAAD536DF4C2CBD9EB73C2683D007F65297BD8BC (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, Type_t* ___type0, const RuntimeMethod* method) ; // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) inline PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* List_1_get_Item_m22D5A64331E2C98078D6935C6E1D613D4705E5B4 (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, int32_t ___index0, const RuntimeMethod* method) { return (( PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method); } // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mBC3E606AD4F8BDBCFD0270A42595EC60D7481D7A_inline (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m726DEB8C2FA94EA0AF03158937E69F162066F8DE (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___index0, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m28471842FE201AEF91CB04F5F8FBABF89DA37BB7 (U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_stereoRenderingMode(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext/StereoRenderingMode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_stereoRenderingMode_mCCE43DEFBEFEEAE8D4512991FA5117C781710287_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_numberOfEyes(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_width(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_width_m1613BDCAF13B96F72BE7A91E82E9EB6D1C4C39EF_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.RenderTextureDescriptor::get_height() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_height(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_height_m4CAF4DB1F50557C276D2683C799FC9CFC19B357F_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.XR.XRSettings::get_eyeTextureWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRSettings_get_eyeTextureWidth_m3B18AF3F3382398E2A818B2B01AA1FE90FEB3AAF (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_screenWidth(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.XR.XRSettings::get_eyeTextureHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRSettings_get_eyeTextureHeight_mCF4B2EC6851A8B8A8C4E6FC085A621B3166DB67A (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_screenHeight(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_screenHeight_m3D69896EFE6A480285D300EA3E99164661144FC4_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_stereoActive(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_stereoActive_m133C99DFFB79D8C1D33176258C5A96D8587CDEB0_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Camera::get_pixelWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Camera::get_pixelHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_width(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_height(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor__ctor_m0D1C84B1D245FA247C36A59D816BBB179E0670D1 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_userData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* PostProcessRenderContext_get_userData_m9C88F1615E7C029E65F8A1BA3C0D22986FE27B98_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_userData(System.Collections.Generic.Dictionary`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_userData_m1D9CEBBB566FC3841231E033269B030FDBE98431_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___value0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mBC8B8FD18821E87AC78242BEAB058EB832641EAB (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method); } // UnityEngine.Rendering.PostProcessing.PostProcessLayer/Antialiasing UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_antialiasing() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_antialiasing_m8FA450C8086C96DB987CF8F9B707DA5CFB7AA108_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.TemporalAntialiasing UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_temporalAntialiasing() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* PostProcessRenderContext_get_temporalAntialiasing_m18BFEF6B423A28BD505D611A15643580B8E6CCD7_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.TemporalAntialiasing::IsSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TemporalAntialiasing_IsSupported_mAE5BCF24068A7E94E3BB643E549AA055192C045E (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* __this, const RuntimeMethod* method) ; // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_debugLayer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* PostProcessRenderContext_get_debugLayer_mD44CD6FBE77E24B243E0EDE0A332A6BB32AA6C25_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // UnityEngine.RenderTextureFormat UnityEngine.RenderTextureDescriptor::get_colorFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_colorFormat_mF87FD5E3AC4688BBB921568003ED4A1FFB1614FF (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::.ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor__ctor_mE27A3C225736C1F806C12A7C31C0DC66A0AFE61B (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___width0, int32_t ___height1, int32_t ___colorFormat2, int32_t ___depthBufferBits3, const RuntimeMethod* method) ; // UnityEngine.Rendering.TextureDimension UnityEngine.RenderTextureDescriptor::get_dimension() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_dimension(UnityEngine.Rendering.TextureDimension) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.RenderTextureDescriptor::get_volumeDepth() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_volumeDepth(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_volumeDepth_mEF9610D1C14182417A01B7243DEE6B559A13B34D_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // UnityEngine.VRTextureUsage UnityEngine.RenderTextureDescriptor::get_vrUsage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_vrUsage(UnityEngine.VRTextureUsage) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_vrUsage_m994CB3D4B250A70BE005D9FDFD24D868E07A52F0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.RenderTextureDescriptor::get_msaaSamples() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_msaaSamples(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // UnityEngine.RenderTextureMemoryless UnityEngine.RenderTextureDescriptor::get_memoryless() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_memoryless_mFFD64B6716E0F7D936AD6B34D5D56F0BFD55197F_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_memoryless(UnityEngine.RenderTextureMemoryless) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_memoryless_m9ECE149930C0E2629A5CD9DA1CD0EA2A01FFE1B2_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTextureDescriptor::get_useMipMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_useMipMap_mED290AAA1F816D024E026BB2D21C405388925D71 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_useMipMap(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTextureDescriptor::get_autoGenerateMips() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_autoGenerateMips_m53F427E61A7DA4D4F6816FBE5AFA9D063FA5DF2B (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_autoGenerateMips(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___value0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.RenderTextureDescriptor::get_enableRandomWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_enableRandomWrite_m09A97B46F4482C06F4D78678ED87F75A5D01CFF9 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_enableRandomWrite(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_enableRandomWrite_m915CC9F6A154C5D7EF38FC9C9415DEFB67D481F4 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___value0, const RuntimeMethod* method) ; // UnityEngine.Rendering.ShadowSamplingMode UnityEngine.RenderTextureDescriptor::get_shadowSamplingMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_shadowSamplingMode_mEDA5D0915E1DF2ED949612B291A20FABD278BF5B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_shadowSamplingMode(UnityEngine.Rendering.ShadowSamplingMode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_shadowSamplingMode_m4B4CE918DFFF1CC5E3AF981456E186F15FC5DB93_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_useDynamicScale(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_useDynamicScale_m9335866C8754D51235D391E84F8972C4C518844A (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_colorFormat(UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.RenderTextureDescriptor::set_sRGB(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_sRGB_mAB7A494EE8C496C22B3BBBCB90488312D46F3429 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___value0, const RuntimeMethod* method) ; // UnityEngine.ColorSpace UnityEngine.QualitySettings::get_activeColorSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9 (const RuntimeMethod* method) ; // UnityEngine.RenderTextureDescriptor UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::GetDescriptor(System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessRenderContext_GetDescriptor_m60FCFCD9D6751F4A6F6A3CC93D3630B8052BA662 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___depthBufferBits0, int32_t ___colorFormat1, int32_t ___readWrite2, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::GetTemporaryRT(System.Int32,UnityEngine.RenderTextureDescriptor,UnityEngine.FilterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_GetTemporaryRT_m98BCBFF670DDD3AC8657664F8252A9DF64D49FA5 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___nameID0, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___desc1, int32_t ___filter2, const RuntimeMethod* method) ; // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(UnityEngine.RenderTextureDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RenderTexture_GetTemporary_mA8C827B80D3C07D0B8CDF7F5270FB5D3E53DD235 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___desc0, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_screenWidth() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_screenWidth_mF6EF29A7E49F6132C7376A841571FB65A1573147_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Object System.Object::MemberwiseClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_MemberwiseClone_m0676AEE25C3CF7C09F15ECF9EC5CC407863617B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // T UnityEngine.ScriptableObject::CreateInstance() inline PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* ScriptableObject_CreateInstance_TisPostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA_m4B5E2412E4DD623FC1738E07215104CC8E33D3CA (const RuntimeMethod* method) { return (( PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mC07BE383F5EF546F4191035A679930852BC19BDA_gshared)(method); } // T UnityEngine.Object::Instantiate(T) inline PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* Object_Instantiate_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_mEA9B2061E364F54C746D2D52A0FE3F14096119A3 (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___original0, const RuntimeMethod* method) { return (( PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* (*) (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared)(___original0, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Register(UnityEngine.Rendering.PostProcessing.PostProcessVolume) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Register_m8A5D93C913BA9E62722006B1ED8C5C7BD2A5C36A (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* __this, const RuntimeMethod* method) { (( void (*) (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Unregister(UnityEngine.Rendering.PostProcessing.PostProcessVolume) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Unregister_m49EE0FFAD8D79AB25CCF12C82C17C831ADE9C79F (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::UpdateVolumeLayer(UnityEngine.Rendering.PostProcessing.PostProcessVolume,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_UpdateVolumeLayer_mE7C602B2A996873EFEAE5619F4E410AC55CDF9F9 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, int32_t ___prevLayer1, int32_t ___newLayer2, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Transform::get_lossyScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_lossyScale_mFF740DA4BE1489C6882CD2F3A37B7321176E5D07 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) ; // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___pos0, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___q1, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___s2, const RuntimeMethod* method) ; // System.Void UnityEngine.Gizmos::set_matrix(UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_matrix_m100B4ACA7FBDFF65CE1BD0000E9E0D7566147A15 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___value0, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.BoxCollider::get_center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 BoxCollider_get_center_mC370C79F9FC9398D0DD080500FA2EE14FC6E36C7 (BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* __this, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.BoxCollider::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 BoxCollider_get_size_mC1A2DD270B04DFF5961F9F90DC147C271F72258E (BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Gizmos::DrawCube(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawCube_m4417EAEA479EF4AD52445810D840BA8FCBC6EF3F (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___size1, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method) ; // System.Void UnityEngine.Gizmos::DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireCube_m343533B3955A2D04A8638280D0EF537274A1FD8B (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___size1, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.SphereCollider::get_center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 SphereCollider_get_center_m122A197607CD350873539A0EEE3BA10E8BE1759E (SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.SphereCollider::get_radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SphereCollider_get_radius_m1BB513491906E76A4F71929E3DB72A1542309697 (SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Gizmos::DrawSphere(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawSphere_mC7B2862BBDB3141A63B83F0F1E56E30101D4F472 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center0, float ___radius1, const RuntimeMethod* method) ; // System.Void UnityEngine.Gizmos::DrawWireSphere(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireSphere_m12C01EC9334C32425074A214C5B876271B3DDBA1 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___center0, float ___radius1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.MeshCollider::get_convex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeshCollider_get_convex_m0C0F6D0798413D633814D307EC970F7752B3C9D1 (MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.MeshCollider::set_convex(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshCollider_set_convex_m20482D687240D0921BA76B77983403E55A2E3CE1 (MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* __this, bool ___value0, const RuntimeMethod* method) ; // UnityEngine.Mesh UnityEngine.MeshCollider::get_sharedMesh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* MeshCollider_get_sharedMesh_mFB4B8534501C29930D2D3710D6D82E60093FA21E (MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Gizmos::DrawMesh(UnityEngine.Mesh) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawMesh_m68945674F05C0FFC995CB4A1F9493AA0E0B1EB0C (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___mesh0, const RuntimeMethod* method) ; // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Vector3::get_one() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.Gizmos::DrawWireMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireMesh_m742B67F2113E1DEE8F8416C62AB700E2D76726DF (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___mesh0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position1, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___rotation2, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___scale3, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.PostProcessing.ColorUtilities::StandardIlluminantY(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorUtilities_StandardIlluminantY_m1342E9911154F3AD4BFCFD222AAFA54155B6A482 (float ___x0, const RuntimeMethod* method) ; // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.ColorUtilities::CIExyToLMS(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ColorUtilities_CIExyToLMS_m2FDAC2981ACFA5CB6A3C6ED5F84000B79EEFBBCD (float ___x0, float ___y1, const RuntimeMethod* method) ; // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve/Segment::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Segment__ctor_mB049A24BFA0A15439F0D5949A7AE896695D0D120 (Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::.ctor(UnityEngine.Rendering.PostProcessing.HableCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uniforms__ctor_mA66464181B9A9090B823A9803BD11699B9B7BA74 (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* ___parent0, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::get_inverseWhitePoint() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HableCurve_get_inverseWhitePoint_mDC81A80F665704FE457ACC2CC735D7DBB883F7F4_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::get_x0() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HableCurve_get_x0_m6B20430F19A2692748015AAD52E22CF6F19021FF_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::get_x1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HableCurve_get_x1_mCC8296F534ABB9B938D803FD24218DDD3A1D8FE0_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::Eval(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Segment_Eval_mCDF8072217E3B3B5FD7EAE9716D4FC5B7B5EA83B (Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* __this, float ___x0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::InitSegments(UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_InitSegments_m3E6803A12AF50C93D0D052CCECED893CD85E3C37 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 ___srcParams0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_whitePoint(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_whitePoint_m98FA0F3792036AA3F539010B465DF48676052109_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_inverseWhitePoint(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_inverseWhitePoint_m647D3BF345A9A0AB6DC32E044593286CD08F78F6_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::AsSlopeIntercept(System.Single&,System.Single&,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_AsSlopeIntercept_mCAF8DEAEB3E843025E1F817421EBE951E54A0B5B (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float* ___m0, float* ___b1, float ___x02, float ___x13, float ___y04, float ___y15, const RuntimeMethod* method) ; // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::EvalDerivativeLinearGamma(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HableCurve_EvalDerivativeLinearGamma_m2B9B56FAB2A3C3C2C5A39BCDC4C1A4FDE0AC7BCA (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___m0, float ___b1, float ___g2, float ___x3, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_x0(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_x0_mFF0E70FF9B980FE4A13468E5A4C7B755CA290CB3_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_x1(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_x1_m6EFC16C8CC1F0B430D4D3436FD736B20841AEE32_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::SolveAB(System.Single&,System.Single&,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_SolveAB_m6CDF86F0CF4191F0BBE8BA819DCA716EAA2439AA (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float* ___lnA0, float* ___B1, float ___x02, float ___y03, float ___m4, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::set_data(UnityEngine.ComputeBuffer) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LogHistogram_set_data_mB1A03174A98EFFE606B50D8AB90A73DC141B2435_inline (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.ComputeShader::GetKernelThreadGroupSizes(System.Int32,System.UInt32&,System.UInt32&,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeShader_GetKernelThreadGroupSizes_m693428494DB1FD3CFC69FCE4E0093A2C4AAE1CBE (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* __this, int32_t ___kernelIndex0, uint32_t* ___x1, uint32_t* ___y2, uint32_t* ___z3, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m41AF8F6694C2A3FA5901E620EE976E8D0BAEC412 (Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD*, const RuntimeMethod*))Dictionary_2__ctor_mCC9983804D8DC41E938E080075F9EA7BDD0C7059_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m5A75D78264DB317282E5F03081A2FA552BCA474E (Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B*, const RuntimeMethod*))Dictionary_2__ctor_mE0470880427DED948EF413AD5E9525F41CAF7D1D_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7 (Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* __this, Type_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B*, Type_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m53A4E919CB3AE7CC74379031E14C1AEA9DB7A933_gshared)(__this, ___key0, ___value1, method); } // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline int32_t Dictionary_2_get_Item_mDFF83589E441DF69FE32B3ABC624ACE50062F82C (Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* __this, Type_t* ___key0, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B*, Type_t*, const RuntimeMethod*))Dictionary_2_get_Item_m14B4D7B4BDD73D1A4985E09747AF5B2B6A6444D1_gshared)(__this, ___key0, method); } // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.MeshUtilities::GetPrimitive(UnityEngine.PrimitiveType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* MeshUtilities_GetPrimitive_mA1C0CFE0371C641264C8E0F5FD7D42A4BB685B5F (int32_t ___primitiveType0, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m2861F7E43C8DC5244B790EA4906473419CD4BCDF (Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD* __this, int32_t ___key0, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD*, int32_t, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD8A6CDD5C954C86D2150FCFF1B76EB62F35A881D_gshared)(__this, ___key0, ___value1, method); } // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.MeshUtilities::GetBuiltinMesh(UnityEngine.PrimitiveType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* MeshUtilities_GetBuiltinMesh_m79A3BC6FCB719E1511BD1C04C9D62DF4AE9C6D11 (int32_t ___primitiveType0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mD8BAD63F783EC6B8A5AD7EB7475D6C61946FEDDB (Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD* __this, int32_t ___key0, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD*, int32_t, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4*, const RuntimeMethod*))Dictionary_2_Add_mC515884C0546021A29DC0A00DBCABD89B1B65872_gshared)(__this, ___key0, ___value1, method); } // UnityEngine.GameObject UnityEngine.GameObject::CreatePrimitive(UnityEngine.PrimitiveType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* GameObject_CreatePrimitive_m13C0A691E679A83DD595913200A1DD9A906EB47B (int32_t ___type0, const RuntimeMethod* method) ; // T UnityEngine.GameObject::GetComponent() inline MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* GameObject_GetComponent_TisMeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5_mDF6525BCE37B444313BE0AA2305BDF4EB8B92FE8 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) { return (( MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method); } // UnityEngine.Mesh UnityEngine.MeshFilter::get_sharedMesh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* MeshFilter_get_sharedMesh_mE4ED3E7E31C1DE5097E4980DA996E620F7D7CB8C (MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0 (Exception_t* ___exception0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::set_material(UnityEngine.Material) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertySheet_set_material_m73FB05230DB52CF4F4086E7165FDE8EEE334F709_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.MaterialPropertyBlock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::set_properties(UnityEngine.MaterialPropertyBlock) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertySheet_set_properties_mAAFE39A44E47611F99AAB7CEF4F189CAD248D2EB_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___value0, const RuntimeMethod* method) ; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.PropertySheet::get_material() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Material::set_shaderKeywords(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value0, const RuntimeMethod* method) ; // System.Void UnityEngine.Material::EnableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___keyword0, const RuntimeMethod* method) ; // System.Void UnityEngine.Material::DisableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_DisableKeyword_mC123927EBF2F2A19220A4456C8EA19F2BA416E8C (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___keyword0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mCE4D05D0A30AD896E8658573EE8D864518CEA6B7 (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // UnityEngine.Shader UnityEngine.Shader::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5 (String_t* ___name0, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mD23AAF00A36381E1568DEF30702F51F62B5F321F (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___key0, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A*, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692*, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___key0, ___value1, method); } // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___shader0, const RuntimeMethod* method) ; // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::.ctor(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet__ctor_m856578925217FFB32911485BC651613C936B0E09 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mBAFD6C40524F8F99263609FFDEA66942D4FD7461 (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___key0, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A*, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692*, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___key0, ___value1, method); } // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA* Dictionary_2_get_Values_mAB13BDD69E12A5E4AE6CF545CCACB1B7CE72DA9F (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* __this, const RuntimeMethod* method) { return (( ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA* (*) (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A*, const RuntimeMethod*))Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB ValueCollection_GetEnumerator_m06E2B0CF4EAF89670563E65834609A85798E1478 (ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA* __this, const RuntimeMethod* method) { return (( Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB (*) (ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA*, const RuntimeMethod*))ValueCollection_GetEnumerator_m025EE28BE2F31676E08BC3D7C8E39D8232BDBBF8_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_m2CE4BBF50300B34AD77F640A72F5D19257FAB9DB (Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB*, const RuntimeMethod*))Enumerator_Dispose_mFD8FAB8D9FF5EDF9AE3B14CF539A8A34AA9527A8_gshared)(__this, method); } // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* Enumerator_get_Current_m7F3A4EDFD80BD8D37C65E368AF5594000C84E9C2_inline (Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB* __this, const RuntimeMethod* method) { return (( PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* (*) (Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB*, const RuntimeMethod*))Enumerator_get_Current_mB407E755F3B4C51C54D24338D00A352E5B16E7F3_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_Release_mE8C333C8D788A25012EB4EC66C855232F0A93653 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mE4E78D2F0393369C8980E3E8A5095E6C220A3B5D (Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB*, const RuntimeMethod*))Enumerator_MoveNext_mBE11DA1DAFC756EB87E884AADC5EDC4BB72FB032_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mED8E501F476F2C5CBC3CB98C15006A07921DC60F (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method); } // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___x0, int32_t ___y1, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color2, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture2D::Apply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture3D::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture3D__ctor_m0026373ADF87B100336F82579802E7819A5DB0F2 (Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* __this, int32_t ___width0, int32_t ___height1, int32_t ___depth2, int32_t ___textureFormat3, bool ___mipChain4, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture3D::SetPixels(UnityEngine.Color[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture3D_SetPixels_mECA010E0EE0375FA232A050AD7DB7C6F179CA561 (Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___colors0, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture3D::Apply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture3D_Apply_m1043B9228683E9150D2A79EDBE2D3D828F299ED2 (Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m6B564BC98D6BE49C9F90BE81BCF7B480D06A841D (Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04* __this, int32_t ___key0, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04*, int32_t, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.TextureFormatUtilities::IsSupported(UnityEngine.TextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureFormatUtilities_IsSupported_m36A432AF0FF57C130ACB43EC4FDE96452003CE5B (int32_t ___format0, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mC3F84195D1DCEFC0536B3FBD40A8F8E865A4F32A (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, bool ___linear4, const RuntimeMethod* method) ; // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ; // System.Void UnityEngine.Texture2D::SetPixels(UnityEngine.Color[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixels_mAE0CDFA15FA96F840D7FFADC31405D8AF20D9073 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___colors0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mF034C5A5294D9B1D315F5D0BE27C2B37006B9388 (Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04* __this, int32_t ___key0, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04*, int32_t, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.Mesh::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_m5A9AECEDDAFFD84811ED8928012BDE97A9CEBD00 (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) { (( void (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, const RuntimeMethod*))List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_gshared_inline)(__this, ___item0, method); } // System.Void UnityEngine.Mesh::SetVertices(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetVertices_mCE01139EEEC3D10B4A6CEA1749FD84DABC53599E (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___inVertices0, const RuntimeMethod* method) ; // System.Void UnityEngine.Mesh::SetIndices(System.Int32[],UnityEngine.MeshTopology,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetIndices_mF6F0906E06363EB0FE19EF422C533C0B0B421B0B (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___indices0, int32_t ___topology1, int32_t ___submesh2, bool ___calculateBounds3, const RuntimeMethod* method) ; // System.Void UnityEngine.Mesh::UploadMeshData(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_UploadMeshData_mE4C94F263DAA8CAC1641FE137E1CE7D3F09396EB (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* __this, bool ___markNoLongerReadable0, const RuntimeMethod* method) ; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyMaterial_m727A9F794F0375D736CBA99C9D49F1F6DE002580 (const RuntimeMethod* method) ; // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyFromTexArrayMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyFromTexArrayMaterial_m3A4C36563883452C4A44761A8B70C1C08500C0D1 (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRenderTarget_mC138EA08E2FADA524DA4A0B7C702DAEA17D41B8C (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt0, int32_t ___loadAction1, int32_t ___storeAction2, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRenderTarget_m00472C42F4BAE11802652921705D554E158D926C (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt0, int32_t ___colorLoadAction1, int32_t ___colorStoreAction2, int32_t ___depthLoadAction3, int32_t ___depthStoreAction4, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRenderTarget_m43B883C6477E59A65A7FDF142EC347538EA6A57B (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___color0, int32_t ___colorLoadAction1, int32_t ___colorStoreAction2, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___depth3, int32_t ___depthLoadAction4, int32_t ___depthStoreAction5, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetGlobalTexture(System.Int32,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___nameID0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value1, const RuntimeMethod* method) ; // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440*, const RuntimeMethod*))Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_gshared_inline)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::SetRenderTargetWithLoadStoreAction(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_SetRenderTargetWithLoadStoreAction_m24F0073A8D00CDF6C78C065C4CC15604079236CE (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt1, int32_t ___loadAction2, int32_t ___storeAction3, int32_t ___depthLoadAction4, int32_t ___depthStoreAction5, const RuntimeMethod* method) ; // T System.Nullable`1::get_Value() inline Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440* __this, const RuntimeMethod* method) { return (( Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D (*) (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440*, const RuntimeMethod*))Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_gshared)(__this, method); } // System.Void UnityEngine.Rendering.CommandBuffer::SetViewport(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___pixelRect0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::ClearRenderTarget(System.Boolean,System.Boolean,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, bool ___clearDepth0, bool ___clearColor1, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor2, const RuntimeMethod* method) ; // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_fullscreenTriangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943 (const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_DrawMesh_m2CDCAC3E41416226D38770259BB2C56CB37D5EEF (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___mesh0, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix1, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material2, int32_t ___submeshIndex3, int32_t ___shaderPass4, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,System.Int32,UnityEngine.MaterialPropertyBlock) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_DrawMesh_m5C2FA266FB98E3B7F59009B501824511E47003D9 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___mesh0, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix1, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material2, int32_t ___submeshIndex3, int32_t ___shaderPass4, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___properties5, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,UnityEngine.Rendering.RenderBufferLoadAction,System.Nullable`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_m06AA564FF5237EC15E323082548A497C6DAE4DA9 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, int32_t ___loadAction5, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport6, bool ___preserveDepth7, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetGlobalVector(System.Int32,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___nameID0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___value1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetGlobalFloat(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___nameID0, float ___value1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::SetRenderTargetWithLoadStoreAction(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_SetRenderTargetWithLoadStoreAction_mEE3E2CE42BCCD7E75243AED7EAD8D1089E1C69C1 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt1, int32_t ___loadAction2, int32_t ___storeAction3, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRenderTarget_mB2089C569DC81491FEBF3F685188DDFCF7F324EC (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt0, int32_t ___mipLevel1, int32_t ___cubemapFace2, int32_t ___depthSlice3, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::SetRenderTargetWithLoadStoreAction(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_SetRenderTargetWithLoadStoreAction_mCB09DF731522538C52575B51824958B69AFAC5C2 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___color1, int32_t ___colorLoadAction2, int32_t ___colorStoreAction3, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___depth4, int32_t ___depthLoadAction5, int32_t ___depthStoreAction6, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier[],UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRenderTarget_mEB1DFBA6D3C2B51946FADBFF25D6BB58A0199A04 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___colors0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___depth1, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Blit_m20AC38869B1D9D16C37E1A697B4EF3E2B0D12530 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___dest1, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___mat2, int32_t ___pass3, const RuntimeMethod* method) ; // UnityEngine.Rendering.CopyTextureSupport UnityEngine.SystemInfo::get_copyTextureSupport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2 (const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_CopyTexture_mDA8B82E30D465C5CC29046C558507601E3CC5BAF (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___src0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___dst1, const RuntimeMethod* method) ; // UnityEngine.Rendering.RenderPipelineAsset UnityEngine.Rendering.GraphicsSettings::get_currentRenderPipeline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1 (const RuntimeMethod* method) ; // UnityEngine.Rendering.BuiltinShaderMode UnityEngine.Rendering.GraphicsSettings::GetShaderMode(UnityEngine.Rendering.BuiltinShaderType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsSettings_GetShaderMode_m117FF43C7A781C7C58202E8BAD8F66980A141406 (int32_t ___type0, const RuntimeMethod* method) ; // System.Boolean UnityEngine.XR.XRSettings::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRSettings_get_enabled_mC22ABF5BF7D835DAB861A1FA384DBB8904D15E70 (const RuntimeMethod* method) ; // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138 (const RuntimeMethod* method) ; // UnityEngine.Rendering.GraphicsDeviceType UnityEngine.SystemInfo::get_graphicsDeviceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545 (const RuntimeMethod* method) ; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Experimental.Rendering.GraphicsFormatUtility::GetGraphicsFormat(UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetGraphicsFormat_m3DD7EAFBC4F60FA47453B93DAA7B392AEC818BD5 (int32_t ___format0, int32_t ___readWrite1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Experimental.Rendering.GraphicsFormatUtility::HasAlphaChannel(UnityEngine.Experimental.Rendering.GraphicsFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_HasAlphaChannel_mDCB229BA3F28F84DA563C1194398C107BAA0EB59 (int32_t ___format0, const RuntimeMethod* method) ; // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::DestroyProfile(UnityEngine.Rendering.PostProcessing.PostProcessProfile,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_DestroyProfile_m607E10EE7CD686E74F526C4ABEA997C67CBA08A2 (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* ___profile0, bool ___destroyEffects1, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::IsPostProcessingActive(UnityEngine.Rendering.PostProcessing.PostProcessLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_IsPostProcessingActive_mDDECE1C002FF5A8D0DBCBC74A48F68F6E37FC102 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___layer0, const RuntimeMethod* method) ; // System.Single UnityEngine.Camera::get_nearClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m5E8FAF84326E3192CB036BD29DCCDAF6A9861013 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Camera::get_farClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_m9A93F17BBF89F496AE231C21817AFD1C1E833FBB (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Camera::get_aspect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_aspect_m48BF8820EA2D55BE0D154BC5546819FB65BE257D (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Matrix4x4::get_Item(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Matrix4x4_get_Item_mE4D45E661CAD3C54A02156B25F5D10585F250227_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___row0, int32_t ___column1, const RuntimeMethod* method) ; // System.Void UnityEngine.Matrix4x4::set_Item(System.Int32,System.Int32,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Matrix4x4_set_Item_mE84FC43629907DD1872E3100BCFF4A8EB671B603_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___row0, int32_t ___column1, float ___value2, const RuntimeMethod* method) ; // System.Single UnityEngine.Camera::get_orthographicSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_orthographicSize_m7950C5627086253E02992A43ADFE59039DB473F8 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::Ortho(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Ortho_mB42622C6600D70BF8208B879E48BCB03844EEFCF (float ___left0, float ___right1, float ___bottom2, float ___top3, float ___zNear4, float ___zFar5, const RuntimeMethod* method) ; // UnityEngine.FrustumPlanes UnityEngine.Matrix4x4::get_decomposeProjection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 Matrix4x4_get_decomposeProjection_mD3F7616EB45905999A56E13B824E2DDD4A377E80 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_screenHeight() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_screenHeight_mFF2D3EF9A84D53D9125EF96DD746CF8B257687FD_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) ; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::Frustum(UnityEngine.FrustumPlanes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Frustum_mB74662B14EBE2114A273C9193F5D734101D5D83F (FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 ___fp0, const RuntimeMethod* method) ; // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667 (const RuntimeMethod* method) ; // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* AppDomain_GetAssemblies_m8EE862747CADACB8CC0BDDBD8CA7DAD7BD9D9249 (AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* __this, const RuntimeMethod* method) ; // System.Void System.Func`2>::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mE7E2BD541D8288445CB79C54B1F9805C5D66D5BB (Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tDB9851E133717B16EF4D1F0B933444974B766016*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) inline RuntimeObject* Enumerable_SelectMany_TisAssembly_t_TisType_t_m1FF8A47655C6E0122E1020678BBCD470923B9CA4 (RuntimeObject* ___source0, Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* ___selector1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tDB9851E133717B16EF4D1F0B933444974B766016*, const RuntimeMethod*))Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mC89216034DEE8779F1AC2D0A984C0ADE855BED00_gshared)(___source0, ___selector1, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA2002A2524BD4135D72E52A67D1C210392BD2EE3 (Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method); } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m90691D1FA1D38AC16E174EC5EA02291F7F1FDD7B (U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Shader::PropertyToID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA (String_t* ___name0, const RuntimeMethod* method) ; // System.Single UnityEngine.Matrix4x4::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Matrix4x4_get_Item_m771C2EE3A3BFFBAC9F2AD07FFCAAF6146C1BE92A (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.Void UnityEngine.Matrix4x4::set_Item(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Matrix4x4_set_Item_m47C4DDBFAE6578D6008AEF433777D4B2FACB62B0 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) ; // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.HistogramMonitor::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HistogramMonitor_OnDisable_m230FF2666443F85287241087449BA4CE5BB789DC (HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* __this, const RuntimeMethod* method) { { // base.OnDisable(); Monitor_OnDisable_mA3610794EB2C764C2F7892CA17BB71D772A2C943(__this, NULL); // if (m_Data != null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0 = __this->___m_Data_5; if (!L_0) { goto IL_0019; } } { // m_Data.Release(); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_1 = __this->___m_Data_5; ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72(L_1, NULL); } IL_0019: { // m_Data = null; __this->___m_Data_5 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_5), (void*)(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)NULL); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.HistogramMonitor::NeedsHalfRes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HistogramMonitor_NeedsHalfRes_m73CFC4DC4E26DED01E7819E191E727BA7126073F (HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* __this, const RuntimeMethod* method) { { // return true; return (bool)1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.HistogramMonitor::ShaderResourcesAvailable(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HistogramMonitor_ShaderResourcesAvailable_m9A5B187C0479D7E3DF5248EA991F0454FE9B5949 (HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return context.resources.computeShaders.gammaHistogram; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_1; L_1 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_0, NULL); ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* L_2 = L_1->___computeShaders_8; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_3 = L_2->___gammaHistogram_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL); return L_4; } } // System.Void UnityEngine.Rendering.PostProcessing.HistogramMonitor::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HistogramMonitor_Render_m500233055734F82F0F28E848401821AB906B55FE (HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral546959BCF67202524FE3E8DCCCDBC5EEC0C9D2DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC71484CAF44D8538E3674CE5A6166A8D4E22FCB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE78236F2D0154985100EB860016691498280B7F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D); s_Il2CppMethodInitialized = true; } ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* V_0 = NULL; int32_t V_1 = 0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_2; memset((&V_2), 0, sizeof(V_2)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_3 = NULL; Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_4; memset((&V_4), 0, sizeof(V_4)); float G_B4_0 = 0.0f; float G_B4_1 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B4_2 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B4_3 = NULL; float G_B3_0 = 0.0f; float G_B3_1 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B3_2 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B3_3 = NULL; int32_t G_B5_0 = 0; float G_B5_1 = 0.0f; float G_B5_2 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B5_3 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B5_4 = NULL; { // CheckOutput(width, height); int32_t L_0 = __this->___width_2; int32_t L_1 = __this->___height_3; Monitor_CheckOutput_m413208864EA3CACC6D40DFAEF1DB04DC0A30150C(__this, L_0, L_1, NULL); // if (m_Data == null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_2 = __this->___m_Data_5; if (L_2) { goto IL_002b; } } { // m_Data = new ComputeBuffer(k_NumBins, sizeof(uint)); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_3 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_3, ((int32_t)256), 4, NULL); __this->___m_Data_5 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_5), (void*)L_3); } IL_002b: { // var compute = context.resources.computeShaders.gammaHistogram; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_5; L_5 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_4, NULL); ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* L_6 = L_5->___computeShaders_8; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_7 = L_6->___gammaHistogram_4; V_0 = L_7; // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_8 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9; L_9 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_8, NULL); // cmd.BeginSample("GammaHistogram"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = L_9; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_10, _stringLiteral546959BCF67202524FE3E8DCCCDBC5EEC0C9D2DF, NULL); // int kernel = compute.FindKernel("KHistogramClear"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_11 = V_0; int32_t L_12; L_12 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_11, _stringLiteralE78236F2D0154985100EB860016691498280B7F7, NULL); V_1 = L_12; // cmd.SetComputeBufferParam(compute, kernel, "_HistogramBuffer", m_Data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = L_10; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_14 = V_0; int32_t L_15 = V_1; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_16 = __this->___m_Data_5; CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_13, L_14, L_15, _stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802, L_16, NULL); // cmd.DispatchCompute(compute, kernel, Mathf.CeilToInt(k_NumBins / (float)k_ThreadGroupSizeX), 1, 1); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_17 = L_13; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_18 = V_0; int32_t L_19 = V_1; int32_t L_20; L_20 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline((16.0f), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_17, L_18, L_19, L_20, 1, 1, NULL); // kernel = compute.FindKernel("KHistogramGather"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_21 = V_0; int32_t L_22; L_22 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_21, _stringLiteralBC71484CAF44D8538E3674CE5A6166A8D4E22FCB, NULL); V_1 = L_22; // var parameters = new Vector4( // context.width / 2, // context.height / 2, // RuntimeUtilities.isLinearColorSpace ? 1 : 0, // (int)channel // ); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_23 = ___context0; int32_t L_24; L_24 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(L_23, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_25 = ___context0; int32_t L_26; L_26 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(L_25, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_27; L_27 = RuntimeUtilities_get_isLinearColorSpace_m101B96DF722CF95AD86CE3E456CACC3D5609E64C(NULL); G_B3_0 = ((float)((int32_t)(L_26/2))); G_B3_1 = ((float)((int32_t)(L_24/2))); G_B3_2 = (&V_2); G_B3_3 = L_17; if (L_27) { G_B4_0 = ((float)((int32_t)(L_26/2))); G_B4_1 = ((float)((int32_t)(L_24/2))); G_B4_2 = (&V_2); G_B4_3 = L_17; goto IL_00aa; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_00ab; } IL_00aa: { G_B5_0 = 1; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_00ab: { int32_t L_28 = __this->___channel_4; Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline(G_B5_3, G_B5_2, G_B5_1, ((float)G_B5_0), ((float)L_28), NULL); // cmd.SetComputeVectorParam(compute, "_Params", parameters); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_29 = G_B5_4; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_30 = V_0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_31 = V_2; CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709(L_29, L_30, _stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D, L_31, NULL); // cmd.SetComputeTextureParam(compute, kernel, "_Source", ShaderIDs.HalfResFinalCopy); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_32 = L_29; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_33 = V_0; int32_t L_34 = V_1; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_35 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HalfResFinalCopy_120; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_36; L_36 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_35, NULL); CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174(L_32, L_33, L_34, _stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D, L_36, NULL); // cmd.SetComputeBufferParam(compute, kernel, "_HistogramBuffer", m_Data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_37 = L_32; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_38 = V_0; int32_t L_39 = V_1; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_40 = __this->___m_Data_5; CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_37, L_38, L_39, _stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802, L_40, NULL); // cmd.DispatchCompute(compute, kernel, // Mathf.CeilToInt(parameters.x / k_ThreadGroupSizeX), // Mathf.CeilToInt(parameters.y / k_ThreadGroupSizeY), // 1 // ); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_41 = L_37; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_42 = V_0; int32_t L_43 = V_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44 = V_2; float L_45 = L_44.___x_1; int32_t L_46; L_46 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(L_45/(16.0f))), NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_47 = V_2; float L_48 = L_47.___y_2; int32_t L_49; L_49 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(L_48/(16.0f))), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_41, L_42, L_43, L_46, L_49, 1, NULL); // var sheet = context.propertySheets.Get(context.resources.shaders.gammaHistogram); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_50 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_51; L_51 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_50, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_52 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_53; L_53 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_52, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_54 = L_53->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_55 = L_54->___gammaHistogram_16; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_56; L_56 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_51, L_55, NULL); V_3 = L_56; // sheet.properties.SetVector(ShaderIDs.Params, new Vector4(width, height, 0f, 0f)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_57 = V_3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_58; L_58 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_57, NULL); int32_t L_59 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64; int32_t L_60 = __this->___width_2; int32_t L_61 = __this->___height_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_62; memset((&L_62), 0, sizeof(L_62)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_62), ((float)L_60), ((float)L_61), (0.0f), (0.0f), /*hidden argument*/NULL); MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_58, L_59, L_62, NULL); // sheet.properties.SetBuffer(ShaderIDs.HistogramBuffer, m_Data); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_63 = V_3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_64; L_64 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_63, NULL); int32_t L_65 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HistogramBuffer_63; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_66 = __this->___m_Data_5; MaterialPropertyBlock_SetBuffer_m9FF172AF2C41F7CBCC50F4AC4C6109B15289BF73(L_64, L_65, L_66, NULL); // cmd.BlitFullscreenTriangle(BuiltinRenderTextureType.None, output, sheet, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_67 = L_41; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_68; L_68 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(0, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_69; L_69 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_70; L_70 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_69, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_71 = V_3; il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_72 = V_4; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_67, L_68, L_70, L_71, 0, (bool)0, L_72, (bool)0, NULL); // cmd.EndSample("GammaHistogram"); CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_67, _stringLiteral546959BCF67202524FE3E8DCCCDBC5EEC0C9D2DF, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.HistogramMonitor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HistogramMonitor__ctor_m076097076CBE7E0589A84CA904C357FBE4822551 (HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* __this, const RuntimeMethod* method) { { // public int width = 512; __this->___width_2 = ((int32_t)512); // public int height = 256; __this->___height_3 = ((int32_t)256); // public Channel channel = Channel.Master; __this->___channel_4 = 3; Monitor__ctor_m6EF591E063563E2D6DC7B8884243426EAC35561C(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityEngine.Rendering.PostProcessing.LightMeterMonitor::ShaderResourcesAvailable(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightMeterMonitor_ShaderResourcesAvailable_m0C0CB920F8EAA6888F402D529CE55422F9569406 (LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return context.resources.shaders.lightMeter && context.resources.shaders.lightMeter.isSupported; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_1; L_1 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_0, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_2 = L_1->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3 = L_2->___lightMeter_15; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL); if (!L_4) { goto IL_002d; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_5 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_6; L_6 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_5, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_7 = L_6->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_8 = L_7->___lightMeter_15; bool L_9; L_9 = Shader_get_isSupported_m21C3D0F1819054101DFE0C0C062A24464FA5CAE5(L_8, NULL); return L_9; } IL_002d: { return (bool)0; } } // System.Void UnityEngine.Rendering.PostProcessing.LightMeterMonitor::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightMeterMonitor_Render_m55BC89DB32BE88F0059E446D90612DFBA6F00DC3 (LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AAA351D6CFF71F4E80B1B2AAA674B05DCD773FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80C67D461BC6EDDDE6490D0D1B1ED70381517E28); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF9A068528FEB94E5D5875743C8A8DA1BD12D1DE); s_Il2CppMethodInitialized = true; } LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* V_0 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_1 = NULL; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_2; memset((&V_2), 0, sizeof(V_2)); AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* V_3 = NULL; float V_4 = 0.0f; float V_5 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_6; memset((&V_6), 0, sizeof(V_6)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_7; memset((&V_7), 0, sizeof(V_7)); { // CheckOutput(width, height); int32_t L_0 = __this->___width_2; int32_t L_1 = __this->___height_3; Monitor_CheckOutput_m413208864EA3CACC6D40DFAEF1DB04DC0A30150C(__this, L_0, L_1, NULL); // var histogram = context.logHistogram; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context0; LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* L_3 = L_2->___logHistogram_23; V_0 = L_3; // var sheet = context.propertySheets.Get(context.resources.shaders.lightMeter); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_5; L_5 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_4, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_7; L_7 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_6, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_8 = L_7->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_9 = L_8->___lightMeter_15; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_10; L_10 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_5, L_9, NULL); V_1 = L_10; // sheet.ClearKeywords(); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_11 = V_1; PropertySheet_ClearKeywords_m3A886177632A2DF75DC115107A2BE995375C79E4(L_11, NULL); // sheet.properties.SetBuffer(ShaderIDs.HistogramBuffer, histogram.data); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_12 = V_1; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_13; L_13 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_12, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_14 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HistogramBuffer_63; LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* L_15 = V_0; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_16; L_16 = LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline(L_15, NULL); MaterialPropertyBlock_SetBuffer_m9FF172AF2C41F7CBCC50F4AC4C6109B15289BF73(L_13, L_14, L_16, NULL); // var scaleOffsetRes = histogram.GetHistogramScaleOffsetRes(context); LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* L_17 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_18 = ___context0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19; L_19 = LogHistogram_GetHistogramScaleOffsetRes_m6FA5B33FBE2EABD16713EFC2C7A9F61E201AA2E8(L_17, L_18, NULL); V_2 = L_19; // scaleOffsetRes.z = 1f / width; int32_t L_20 = __this->___width_2; (&V_2)->___z_3 = ((float)((1.0f)/((float)L_20))); // scaleOffsetRes.w = 1f / height; int32_t L_21 = __this->___height_3; (&V_2)->___w_4 = ((float)((1.0f)/((float)L_21))); // sheet.properties.SetVector(ShaderIDs.ScaleOffsetRes, scaleOffsetRes); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_22 = V_1; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_23; L_23 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_22, NULL); int32_t L_24 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ScaleOffsetRes_65; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25 = V_2; MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_23, L_24, L_25, NULL); // if (context.logLut != null && showCurves) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_26 = ___context0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_27 = L_26->___logLut_24; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_28; L_28 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_27, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_28) { goto IL_00c9; } } { bool L_29 = __this->___showCurves_4; if (!L_29) { goto IL_00c9; } } { // sheet.EnableKeyword("COLOR_GRADING_HDR"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_30 = V_1; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_30, _stringLiteral80C67D461BC6EDDDE6490D0D1B1ED70381517E28, NULL); // sheet.properties.SetTexture(ShaderIDs.Lut3D, context.logLut); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_31 = V_1; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_32; L_32 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_31, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_33 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Lut3D_79; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_34 = ___context0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_35 = L_34->___logLut_24; MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_32, L_33, L_35, NULL); } IL_00c9: { // var autoExpo = context.autoExposure; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_36 = ___context0; AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* L_37 = L_36->___autoExposure_25; V_3 = L_37; // if (autoExpo != null) AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* L_38 = V_3; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_39; L_39 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_38, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_39) { goto IL_017d; } } { // float lowPercent = autoExpo.filtering.value.x; AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* L_40 = V_3; Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* L_41 = L_40->___filtering_7; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_42 = (&((ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061*)L_41)->___value_1); float L_43 = L_42->___x_0; V_4 = L_43; // float highPercent = autoExpo.filtering.value.y; AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* L_44 = V_3; Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* L_45 = L_44->___filtering_7; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_46 = (&((ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061*)L_45)->___value_1); float L_47 = L_46->___y_1; V_5 = L_47; // highPercent = Mathf.Clamp(highPercent, 1f + kMinDelta, 99f); float L_48 = V_5; float L_49; L_49 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_48, (1.00999999f), (99.0f), NULL); V_5 = L_49; // lowPercent = Mathf.Clamp(lowPercent, 1f, highPercent - kMinDelta); float L_50 = V_4; float L_51 = V_5; float L_52; L_52 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_50, (1.0f), ((float)il2cpp_codegen_subtract(L_51, (0.00999999978f))), NULL); V_4 = L_52; // var parameters = new Vector4( // lowPercent * 0.01f, // highPercent * 0.01f, // RuntimeUtilities.Exp2(autoExpo.minLuminance.value), // RuntimeUtilities.Exp2(autoExpo.maxLuminance.value) // ); float L_53 = V_4; float L_54 = V_5; AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* L_55 = V_3; FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* L_56 = L_55->___minLuminance_8; float L_57 = ((ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F*)L_56)->___value_1; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); float L_58; L_58 = RuntimeUtilities_Exp2_mDBD94F18960A4067EDA2A0F6C8FBD6C03276220C(L_57, NULL); AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C* L_59 = V_3; FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* L_60 = L_59->___maxLuminance_9; float L_61 = ((ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F*)L_60)->___value_1; float L_62; L_62 = RuntimeUtilities_Exp2_mDBD94F18960A4067EDA2A0F6C8FBD6C03276220C(L_61, NULL); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_6), ((float)il2cpp_codegen_multiply(L_53, (0.00999999978f))), ((float)il2cpp_codegen_multiply(L_54, (0.00999999978f))), L_58, L_62, NULL); // sheet.EnableKeyword("AUTO_EXPOSURE"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_63 = V_1; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_63, _stringLiteral1AAA351D6CFF71F4E80B1B2AAA674B05DCD773FA, NULL); // sheet.properties.SetVector(ShaderIDs.Params, parameters); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_64 = V_1; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_65; L_65 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_64, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_66 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_67 = V_6; MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_65, L_66, L_67, NULL); } IL_017d: { // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_68 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_69; L_69 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_68, NULL); // cmd.BeginSample("LightMeter"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_70 = L_69; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_70, _stringLiteralFF9A068528FEB94E5D5875743C8A8DA1BD12D1DE, NULL); // cmd.BlitFullscreenTriangle(BuiltinRenderTextureType.None, output, sheet, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_71 = L_70; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_72; L_72 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(0, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_73; L_73 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_74; L_74 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_73, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_75 = V_1; il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_76 = V_7; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_71, L_72, L_74, L_75, 0, (bool)0, L_76, (bool)0, NULL); // cmd.EndSample("LightMeter"); CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_71, _stringLiteralFF9A068528FEB94E5D5875743C8A8DA1BD12D1DE, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.LightMeterMonitor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightMeterMonitor__ctor_mBB777FF1522832DE5450C9A5DD64E8F8D30C7C11 (LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6* __this, const RuntimeMethod* method) { { // public int width = 512; __this->___width_2 = ((int32_t)512); // public int height = 256; __this->___height_3 = ((int32_t)256); // public bool showCurves = true; __this->___showCurves_4 = (bool)1; Monitor__ctor_m6EF591E063563E2D6DC7B8884243426EAC35561C(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.Monitor::get_output() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0 (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) { { // public RenderTexture output { get; protected set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___U3CoutputU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.Monitor::set_output(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_set_output_mE14C51217A4CCAB88EC656889034C4D55764AECA (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) { { // public RenderTexture output { get; protected set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___value0; __this->___U3CoutputU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoutputU3Ek__BackingField_0), (void*)L_0); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.Monitor::IsRequestedAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_IsRequestedAndSupported_m54722701F2E06E92EEC20B760616F534C58C07EF (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return requested // && SystemInfo.supportsComputeShaders // && !RuntimeUtilities.isAndroidOpenGL // && ShaderResourcesAvailable(context); bool L_0 = __this->___requested_1; if (!L_0) { goto IL_001e; } } { bool L_1; L_1 = SystemInfo_get_supportsComputeShaders_m4A029D2F8FB9343E65E6F1C6F1C79DA41911F13A(NULL); if (!L_1) { goto IL_001e; } } { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_2; L_2 = RuntimeUtilities_get_isAndroidOpenGL_m0263F0811E8C77CD6230B4FF6DAE96C3C879C98B(NULL); if (L_2) { goto IL_001e; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_3 = ___context0; bool L_4; L_4 = VirtualFuncInvoker1< bool, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(4 /* System.Boolean UnityEngine.Rendering.PostProcessing.Monitor::ShaderResourcesAvailable(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, __this, L_3); return L_4; } IL_001e: { return (bool)0; } } // System.Boolean UnityEngine.Rendering.PostProcessing.Monitor::NeedsHalfRes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_NeedsHalfRes_m6288FC8B3CFE546BFEE1590D91DE4CD385312E0B (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) { { // return false; return (bool)0; } } // System.Void UnityEngine.Rendering.PostProcessing.Monitor::CheckOutput(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_CheckOutput_m413208864EA3CACC6D40DFAEF1DB04DC0A30150C (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (output == null || !output.IsCreated() || output.width != width || output.height != height) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0; L_0 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_1) { goto IL_0037; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2; L_2 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); bool L_3; L_3 = RenderTexture_IsCreated_mB69D4DBD99D74AA5D1F3C9E84A08D6744A031006(L_2, NULL); if (!L_3) { goto IL_0037; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4; L_4 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_4); int32_t L_6 = ___width0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0037; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_7; L_7 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_7); int32_t L_9 = ___height1; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_006d; } } IL_0037: { // RuntimeUtilities.Destroy(output); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10; L_10 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_10, NULL); // output = new RenderTexture(width, height, 0, RenderTextureFormat.ARGB32) // { // anisoLevel = 0, // filterMode = FilterMode.Bilinear, // wrapMode = TextureWrapMode.Clamp, // useMipMap = false // }; int32_t L_11 = ___width0; int32_t L_12 = ___height1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); RenderTexture__ctor_m53215A8EDDE262932758186108347685F6A512C4(L_13, L_11, L_12, 0, 0, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14 = L_13; Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F(L_14, 0, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = L_14; Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_15, 1, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_16 = L_15; Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_16, 1, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = L_16; RenderTexture_set_useMipMap_mB280A39DAB18372D3A0050FF20F730E5B0B44C32(L_17, (bool)0, NULL); Monitor_set_output_mE14C51217A4CCAB88EC656889034C4D55764AECA_inline(__this, L_17, NULL); } IL_006d: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.Monitor::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_OnEnable_mD8E42BFFD458B4A7D2B3975C01DD33BFA4D1A54C (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.Monitor::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_OnDisable_mA3610794EB2C764C2F7892CA17BB71D772A2C943 (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RuntimeUtilities.Destroy(output); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0; L_0 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.Monitor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor__ctor_m6EF591E063563E2D6DC7B8884243426EAC35561C (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorscopeMonitor_OnDisable_m001686957BD5361704A15E2E4B386DDD3D02252B (VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* __this, const RuntimeMethod* method) { { // base.OnDisable(); Monitor_OnDisable_mA3610794EB2C764C2F7892CA17BB71D772A2C943(__this, NULL); // if (m_Data != null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0 = __this->___m_Data_4; if (!L_0) { goto IL_0019; } } { // m_Data.Release(); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_1 = __this->___m_Data_4; ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72(L_1, NULL); } IL_0019: { // m_Data = null; __this->___m_Data_4 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_4), (void*)(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)NULL); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::NeedsHalfRes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorscopeMonitor_NeedsHalfRes_m723A2717D7FE50FF8A2D9027277ADC22A150BC64 (VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* __this, const RuntimeMethod* method) { { // return true; return (bool)1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::ShaderResourcesAvailable(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorscopeMonitor_ShaderResourcesAvailable_m528D2CE0BBA9B10610EE653F824AA9B1D1DC2661 (VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return context.resources.computeShaders.vectorscope; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_1; L_1 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_0, NULL); ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* L_2 = L_1->___computeShaders_8; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_3 = L_2->___vectorscope_6; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL); return L_4; } } // System.Void UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorscopeMonitor_Render_m84CA6B45C4331890F0455119D86C1A07EB966B5B (VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE529A23CEA5E091FCABE6AF77280E1397DD04F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B388FFFC4B05A96EF5FD1B6F88AEEDDF119B105); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65DA0CA6246AE2288BFBD3224C0B6589F82798AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EB7B88F545A38D1C86B524BB58BBA3994233C05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* V_1 = NULL; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_4 = NULL; Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_5; memset((&V_5), 0, sizeof(V_5)); float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B6_2 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B6_3 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B6_4 = NULL; float G_B5_0 = 0.0f; float G_B5_1 = 0.0f; float G_B5_2 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B5_3 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B5_4 = NULL; int32_t G_B7_0 = 0; float G_B7_1 = 0.0f; float G_B7_2 = 0.0f; float G_B7_3 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B7_4 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B7_5 = NULL; { // CheckOutput(size, size); int32_t L_0 = __this->___size_2; int32_t L_1 = __this->___size_2; Monitor_CheckOutput_m413208864EA3CACC6D40DFAEF1DB04DC0A30150C(__this, L_0, L_1, NULL); // exposure = Mathf.Max(0f, exposure); float L_2 = __this->___exposure_3; float L_3; L_3 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((0.0f), L_2, NULL); __this->___exposure_3 = L_3; // int count = size * size; int32_t L_4 = __this->___size_2; int32_t L_5 = __this->___size_2; V_0 = ((int32_t)il2cpp_codegen_multiply(L_4, L_5)); // if (m_Data == null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_6 = __this->___m_Data_4; if (L_6) { goto IL_004d; } } { // m_Data = new ComputeBuffer(count, sizeof(uint)); int32_t L_7 = V_0; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_8 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_8, L_7, 4, NULL); __this->___m_Data_4 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_4), (void*)L_8); goto IL_0073; } IL_004d: { // else if (m_Data.count != count) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_9 = __this->___m_Data_4; int32_t L_10; L_10 = ComputeBuffer_get_count_m4DAA2D2714BA7A46F007697F601E4446F1049506(L_9, NULL); int32_t L_11 = V_0; if ((((int32_t)L_10) == ((int32_t)L_11))) { goto IL_0073; } } { // m_Data.Release(); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_12 = __this->___m_Data_4; ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72(L_12, NULL); // m_Data = new ComputeBuffer(count, sizeof(uint)); int32_t L_13 = V_0; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_14 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_14, L_13, 4, NULL); __this->___m_Data_4 = L_14; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_4), (void*)L_14); } IL_0073: { // var compute = context.resources.computeShaders.vectorscope; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_15 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_16; L_16 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_15, NULL); ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* L_17 = L_16->___computeShaders_8; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_18 = L_17->___vectorscope_6; V_1 = L_18; // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_19 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_20; L_20 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_19, NULL); // cmd.BeginSample("Vectorscope"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_21 = L_20; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_21, _stringLiteral6EB7B88F545A38D1C86B524BB58BBA3994233C05, NULL); // var parameters = new Vector4( // context.width / 2, // context.height / 2, // size, // RuntimeUtilities.isLinearColorSpace ? 1 : 0 // ); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_22 = ___context0; int32_t L_23; L_23 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(L_22, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_24 = ___context0; int32_t L_25; L_25 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(L_24, NULL); int32_t L_26 = __this->___size_2; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_27; L_27 = RuntimeUtilities_get_isLinearColorSpace_m101B96DF722CF95AD86CE3E456CACC3D5609E64C(NULL); G_B5_0 = ((float)L_26); G_B5_1 = ((float)((int32_t)(L_25/2))); G_B5_2 = ((float)((int32_t)(L_23/2))); G_B5_3 = (&V_2); G_B5_4 = L_21; if (L_27) { G_B6_0 = ((float)L_26); G_B6_1 = ((float)((int32_t)(L_25/2))); G_B6_2 = ((float)((int32_t)(L_23/2))); G_B6_3 = (&V_2); G_B6_4 = L_21; goto IL_00ba; } } { G_B7_0 = 0; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; G_B7_5 = G_B5_4; goto IL_00bb; } IL_00ba: { G_B7_0 = 1; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; G_B7_5 = G_B6_4; } IL_00bb: { Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline(G_B7_4, G_B7_3, G_B7_2, G_B7_1, ((float)G_B7_0), NULL); // int kernel = compute.FindKernel("KVectorscopeClear"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_28 = V_1; int32_t L_29; L_29 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_28, _stringLiteral3B388FFFC4B05A96EF5FD1B6F88AEEDDF119B105, NULL); V_3 = L_29; // cmd.SetComputeBufferParam(compute, kernel, "_VectorscopeBuffer", m_Data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = G_B7_5; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_31 = V_1; int32_t L_32 = V_3; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_33 = __this->___m_Data_4; CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_30, L_31, L_32, _stringLiteral65DA0CA6246AE2288BFBD3224C0B6589F82798AC, L_33, NULL); // cmd.SetComputeVectorParam(compute, "_Params", parameters); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_34 = L_30; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_35 = V_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_36 = V_2; CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709(L_34, L_35, _stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D, L_36, NULL); // cmd.DispatchCompute(compute, kernel, // Mathf.CeilToInt(size / (float)k_ThreadGroupSizeX), // Mathf.CeilToInt(size / (float)k_ThreadGroupSizeY), // 1 // ); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_37 = L_34; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_38 = V_1; int32_t L_39 = V_3; int32_t L_40 = __this->___size_2; int32_t L_41; L_41 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(((float)L_40)/(16.0f))), NULL); int32_t L_42 = __this->___size_2; int32_t L_43; L_43 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(((float)L_42)/(16.0f))), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_37, L_38, L_39, L_41, L_43, 1, NULL); // kernel = compute.FindKernel("KVectorscopeGather"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_44 = V_1; int32_t L_45; L_45 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_44, _stringLiteral0EE529A23CEA5E091FCABE6AF77280E1397DD04F, NULL); V_3 = L_45; // cmd.SetComputeBufferParam(compute, kernel, "_VectorscopeBuffer", m_Data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_46 = L_37; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_47 = V_1; int32_t L_48 = V_3; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_49 = __this->___m_Data_4; CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_46, L_47, L_48, _stringLiteral65DA0CA6246AE2288BFBD3224C0B6589F82798AC, L_49, NULL); // cmd.SetComputeTextureParam(compute, kernel, "_Source", ShaderIDs.HalfResFinalCopy); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_50 = L_46; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_51 = V_1; int32_t L_52 = V_3; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_53 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HalfResFinalCopy_120; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_54; L_54 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_53, NULL); CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174(L_50, L_51, L_52, _stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D, L_54, NULL); // cmd.DispatchCompute(compute, kernel, // Mathf.CeilToInt(parameters.x / k_ThreadGroupSizeX), // Mathf.CeilToInt(parameters.y / k_ThreadGroupSizeY), // 1 // ); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_55 = L_50; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_56 = V_1; int32_t L_57 = V_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_58 = V_2; float L_59 = L_58.___x_1; int32_t L_60; L_60 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(L_59/(16.0f))), NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_61 = V_2; float L_62 = L_61.___y_2; int32_t L_63; L_63 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(L_62/(16.0f))), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_55, L_56, L_57, L_60, L_63, 1, NULL); // var sheet = context.propertySheets.Get(context.resources.shaders.vectorscope); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_64 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_65; L_65 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_64, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_66 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_67; L_67 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_66, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_68 = L_67->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_69 = L_68->___vectorscope_18; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_70; L_70 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_65, L_69, NULL); V_4 = L_70; // sheet.properties.SetVector(ShaderIDs.Params, new Vector4(size, size, exposure, 0f)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_71 = V_4; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_72; L_72 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_71, NULL); int32_t L_73 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64; int32_t L_74 = __this->___size_2; int32_t L_75 = __this->___size_2; float L_76 = __this->___exposure_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_77; memset((&L_77), 0, sizeof(L_77)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_77), ((float)L_74), ((float)L_75), L_76, (0.0f), /*hidden argument*/NULL); MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_72, L_73, L_77, NULL); // sheet.properties.SetBuffer(ShaderIDs.VectorscopeBuffer, m_Data); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_78 = V_4; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_79; L_79 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_78, NULL); int32_t L_80 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___VectorscopeBuffer_123; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_81 = __this->___m_Data_4; MaterialPropertyBlock_SetBuffer_m9FF172AF2C41F7CBCC50F4AC4C6109B15289BF73(L_79, L_80, L_81, NULL); // cmd.BlitFullscreenTriangle(BuiltinRenderTextureType.None, output, sheet, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_82 = L_55; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_83; L_83 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(0, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_84; L_84 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_85; L_85 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_84, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_86 = V_4; il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_87 = V_5; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_82, L_83, L_85, L_86, 0, (bool)0, L_87, (bool)0, NULL); // cmd.EndSample("Vectorscope"); CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_82, _stringLiteral6EB7B88F545A38D1C86B524BB58BBA3994233C05, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.VectorscopeMonitor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorscopeMonitor__ctor_mC27FEEE84A6557F3B4BACA78805AA2D7DADF39A7 (VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* __this, const RuntimeMethod* method) { { // public int size = 256; __this->___size_2 = ((int32_t)256); // public float exposure = 0.12f; __this->___exposure_3 = (0.119999997f); Monitor__ctor_m6EF591E063563E2D6DC7B8884243426EAC35561C(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.WaveformMonitor::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaveformMonitor_OnDisable_mBDEB4FC072BE8751732B2E9EE6A16E587BA75B8B (WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* __this, const RuntimeMethod* method) { { // base.OnDisable(); Monitor_OnDisable_mA3610794EB2C764C2F7892CA17BB71D772A2C943(__this, NULL); // if (m_Data != null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0 = __this->___m_Data_4; if (!L_0) { goto IL_0019; } } { // m_Data.Release(); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_1 = __this->___m_Data_4; ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72(L_1, NULL); } IL_0019: { // m_Data = null; __this->___m_Data_4 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_4), (void*)(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)NULL); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.WaveformMonitor::NeedsHalfRes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaveformMonitor_NeedsHalfRes_mA40030095FA31CFD4D978649A9B82D4ADCE7697D (WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* __this, const RuntimeMethod* method) { { // return true; return (bool)1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.WaveformMonitor::ShaderResourcesAvailable(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WaveformMonitor_ShaderResourcesAvailable_mFA14E2CE435250C9C197E09F212F0C14E823082D (WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return context.resources.computeShaders.waveform; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_1; L_1 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_0, NULL); ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* L_2 = L_1->___computeShaders_8; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_3 = L_2->___waveform_5; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_3, NULL); return L_4; } } // System.Void UnityEngine.Rendering.PostProcessing.WaveformMonitor::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaveformMonitor_Render_m52105139C3FF21B5598DA81E5F456294F9759E91 (WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFCBA3793C5894F32DC3C08EB9F61BA28CE0C01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD60FF819399DE4C3066A4707930AFF1DFC100903); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3FB52A6A499BD50CACB93900D84D32D55B8CD1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75B2F2DCB45F8587B72E7BD107D9281449E36FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; int32_t V_2 = 0; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* V_3 = NULL; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_6 = NULL; Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_7; memset((&V_7), 0, sizeof(V_7)); float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B6_2 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B6_3 = NULL; float G_B5_0 = 0.0f; float G_B5_1 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B5_2 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B5_3 = NULL; int32_t G_B7_0 = 0; float G_B7_1 = 0.0f; float G_B7_2 = 0.0f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B7_3 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B7_4 = NULL; { // float ratio = (context.width / 2f) / (context.height / 2f); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; int32_t L_1; L_1 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(L_0, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context0; int32_t L_3; L_3 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(L_2, NULL); V_0 = ((float)(((float)(((float)L_1)/(2.0f)))/((float)(((float)L_3)/(2.0f))))); // int width = Mathf.FloorToInt(height * ratio); int32_t L_4 = __this->___height_3; float L_5 = V_0; int32_t L_6; L_6 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(((float)il2cpp_codegen_multiply(((float)L_4), L_5)), NULL); V_1 = L_6; // CheckOutput(width, height); int32_t L_7 = V_1; int32_t L_8 = __this->___height_3; Monitor_CheckOutput_m413208864EA3CACC6D40DFAEF1DB04DC0A30150C(__this, L_7, L_8, NULL); // exposure = Mathf.Max(0f, exposure); float L_9 = __this->___exposure_2; float L_10; L_10 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((0.0f), L_9, NULL); __this->___exposure_2 = L_10; // int count = width * height; int32_t L_11 = V_1; int32_t L_12 = __this->___height_3; V_2 = ((int32_t)il2cpp_codegen_multiply(L_11, L_12)); // if (m_Data == null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_13 = __this->___m_Data_4; if (L_13) { goto IL_006f; } } { // m_Data = new ComputeBuffer(count, sizeof(uint) << 2); int32_t L_14 = V_2; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_15 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_15, L_14, ((int32_t)16), NULL); __this->___m_Data_4 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_4), (void*)L_15); goto IL_0096; } IL_006f: { // else if (m_Data.count < count) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_16 = __this->___m_Data_4; int32_t L_17; L_17 = ComputeBuffer_get_count_m4DAA2D2714BA7A46F007697F601E4446F1049506(L_16, NULL); int32_t L_18 = V_2; if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_0096; } } { // m_Data.Release(); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_19 = __this->___m_Data_4; ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72(L_19, NULL); // m_Data = new ComputeBuffer(count, sizeof(uint) << 2); int32_t L_20 = V_2; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_21 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_21, L_20, ((int32_t)16), NULL); __this->___m_Data_4 = L_21; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data_4), (void*)L_21); } IL_0096: { // var compute = context.resources.computeShaders.waveform; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_22 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_23; L_23 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_22, NULL); ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* L_24 = L_23->___computeShaders_8; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_25 = L_24->___waveform_5; V_3 = L_25; // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_26 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_27; L_27 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_26, NULL); // cmd.BeginSample("Waveform"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_28 = L_27; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_28, _stringLiteralE3FB52A6A499BD50CACB93900D84D32D55B8CD1D, NULL); // var parameters = new Vector4( // width, // height, // RuntimeUtilities.isLinearColorSpace ? 1 : 0, // 0f // ); int32_t L_29 = V_1; int32_t L_30 = __this->___height_3; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_31; L_31 = RuntimeUtilities_get_isLinearColorSpace_m101B96DF722CF95AD86CE3E456CACC3D5609E64C(NULL); G_B5_0 = ((float)L_30); G_B5_1 = ((float)L_29); G_B5_2 = (&V_4); G_B5_3 = L_28; if (L_31) { G_B6_0 = ((float)L_30); G_B6_1 = ((float)L_29); G_B6_2 = (&V_4); G_B6_3 = L_28; goto IL_00cd; } } { G_B7_0 = 0; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; goto IL_00ce; } IL_00cd: { G_B7_0 = 1; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; } IL_00ce: { Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline(G_B7_3, G_B7_2, G_B7_1, ((float)G_B7_0), (0.0f), NULL); // int kernel = compute.FindKernel("KWaveformClear"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_32 = V_3; int32_t L_33; L_33 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_32, _stringLiteral9AFCBA3793C5894F32DC3C08EB9F61BA28CE0C01, NULL); V_5 = L_33; // cmd.SetComputeBufferParam(compute, kernel, "_WaveformBuffer", m_Data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_34 = G_B7_4; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_35 = V_3; int32_t L_36 = V_5; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_37 = __this->___m_Data_4; CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_34, L_35, L_36, _stringLiteralE75B2F2DCB45F8587B72E7BD107D9281449E36FA, L_37, NULL); // cmd.SetComputeVectorParam(compute, "_Params", parameters); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_38 = L_34; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_39 = V_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_40 = V_4; CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709(L_38, L_39, _stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D, L_40, NULL); // cmd.DispatchCompute(compute, kernel, Mathf.CeilToInt(width / (float)k_ThreadGroupSizeX), Mathf.CeilToInt(height / (float)k_ThreadGroupSizeY), 1); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_41 = L_38; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_42 = V_3; int32_t L_43 = V_5; int32_t L_44 = V_1; int32_t L_45; L_45 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(((float)L_44)/(16.0f))), NULL); int32_t L_46 = __this->___height_3; int32_t L_47; L_47 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(((float)L_46)/(16.0f))), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_41, L_42, L_43, L_45, L_47, 1, NULL); // cmd.GetTemporaryRT(ShaderIDs.WaveformSource, width, height, 0, FilterMode.Bilinear, context.sourceFormat); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_48 = L_41; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_49 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___WaveformSource_121; int32_t L_50 = V_1; int32_t L_51 = __this->___height_3; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_52 = ___context0; int32_t L_53; L_53 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_52, NULL); CommandBuffer_GetTemporaryRT_mFF7C77AE031A2C14FAE76DA1DA5F0BB0941610F1(L_48, L_49, L_50, L_51, 0, 1, L_53, NULL); // cmd.BlitFullscreenTriangle(ShaderIDs.HalfResFinalCopy, ShaderIDs.WaveformSource); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_54 = L_48; int32_t L_55 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HalfResFinalCopy_120; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_56; L_56 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_55, NULL); int32_t L_57 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___WaveformSource_121; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_58; L_58 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_57, NULL); il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_59 = V_7; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_mEC9B2A7C03407D8D98E54B9596664D7AD72E2797(L_54, L_56, L_58, (bool)0, L_59, (bool)0, NULL); // kernel = compute.FindKernel("KWaveformGather"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_60 = V_3; int32_t L_61; L_61 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_60, _stringLiteralD60FF819399DE4C3066A4707930AFF1DFC100903, NULL); V_5 = L_61; // cmd.SetComputeBufferParam(compute, kernel, "_WaveformBuffer", m_Data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_62 = L_54; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_63 = V_3; int32_t L_64 = V_5; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_65 = __this->___m_Data_4; CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_62, L_63, L_64, _stringLiteralE75B2F2DCB45F8587B72E7BD107D9281449E36FA, L_65, NULL); // cmd.SetComputeTextureParam(compute, kernel, "_Source", ShaderIDs.WaveformSource); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_66 = L_62; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_67 = V_3; int32_t L_68 = V_5; int32_t L_69 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___WaveformSource_121; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_70; L_70 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_69, NULL); CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174(L_66, L_67, L_68, _stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D, L_70, NULL); // cmd.SetComputeVectorParam(compute, "_Params", parameters); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_71 = L_66; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_72 = V_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_73 = V_4; CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709(L_71, L_72, _stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D, L_73, NULL); // cmd.DispatchCompute(compute, kernel, width, Mathf.CeilToInt(height / (float)k_ThreadGroupSize), 1); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_74 = L_71; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_75 = V_3; int32_t L_76 = V_5; int32_t L_77 = V_1; int32_t L_78 = __this->___height_3; int32_t L_79; L_79 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(((float)L_78)/(256.0f))), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_74, L_75, L_76, L_77, L_79, 1, NULL); // cmd.ReleaseTemporaryRT(ShaderIDs.WaveformSource); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_80 = L_74; int32_t L_81 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___WaveformSource_121; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_80, L_81, NULL); // var sheet = context.propertySheets.Get(context.resources.shaders.waveform); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_82 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_83; L_83 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_82, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_84 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_85; L_85 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_84, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_86 = L_85->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_87 = L_86->___waveform_17; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_88; L_88 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_83, L_87, NULL); V_6 = L_88; // sheet.properties.SetVector(ShaderIDs.Params, new Vector4(width, height, exposure, 0f)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_89 = V_6; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_90; L_90 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_89, NULL); int32_t L_91 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64; int32_t L_92 = V_1; int32_t L_93 = __this->___height_3; float L_94 = __this->___exposure_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_95; memset((&L_95), 0, sizeof(L_95)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_95), ((float)L_92), ((float)L_93), L_94, (0.0f), /*hidden argument*/NULL); MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_90, L_91, L_95, NULL); // sheet.properties.SetBuffer(ShaderIDs.WaveformBuffer, m_Data); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_96 = V_6; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_97; L_97 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_96, NULL); int32_t L_98 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___WaveformBuffer_122; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_99 = __this->___m_Data_4; MaterialPropertyBlock_SetBuffer_m9FF172AF2C41F7CBCC50F4AC4C6109B15289BF73(L_97, L_98, L_99, NULL); // cmd.BlitFullscreenTriangle(BuiltinRenderTextureType.None, output, sheet, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_100 = L_80; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_101; L_101 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(0, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_102; L_102 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(__this, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_103; L_103 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_102, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_104 = V_6; il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_105 = V_7; RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_100, L_101, L_103, L_104, 0, (bool)0, L_105, (bool)0, NULL); // cmd.EndSample("Waveform"); CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_100, _stringLiteralE3FB52A6A499BD50CACB93900D84D32D55B8CD1D, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.WaveformMonitor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaveformMonitor__ctor_mB3BA30A53C9FE94CF150E6768D3229A08BFDDD77 (WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* __this, const RuntimeMethod* method) { { // public float exposure = 0.12f; __this->___exposure_2 = (0.119999997f); // public int height = 256; __this->___height_3 = ((int32_t)256); Monitor__ctor_m6EF591E063563E2D6DC7B8884243426EAC35561C(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_OnEnable_m0D67F5FA71AEEAB671BF019E14CD91A5EF213A66 (ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride_OnDisable_mB1BB0C4E6E712345795DAC5066843364DBEF65FC (ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride__ctor_mF2BC731CBB924D3621F1B84DFFCA4F5CDB42C0E2 (ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.FloatParameter::Interp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatParameter_Interp_m1434238DF5487DF3540A5A71E6B59C533A05122F (FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* __this, float ___from0, float ___to1, float ___t2, const RuntimeMethod* method) { { // value = from + (to - from) * t; float L_0 = ___from0; float L_1 = ___to1; float L_2 = ___from0; float L_3 = ___t2; ((ParameterOverride_1_tF22AA147D92D52ECA8DCF500194976E7EFCCD27F*)__this)->___value_1 = ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_1, L_2)), L_3)))); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.FloatParameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatParameter__ctor_m9DB1EF263F257D4CF8C8B6BE717EA1D129CEF984 (FloatParameter_tB6C61F33EACC86A29696A49E7B434E4FF2FD6586* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m8EFD606E8D2ADF8A0E19C49C33842C07968A69A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_m8EFD606E8D2ADF8A0E19C49C33842C07968A69A7(__this, ParameterOverride_1__ctor_m8EFD606E8D2ADF8A0E19C49C33842C07968A69A7_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.IntParameter::Interp(System.Int32,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntParameter_Interp_m51A6FD54C0AF0F087F75835AD873DBD6417D09E9 (IntParameter_tB1A4CADDF1D3382F9EF6F2FFB5708D83C95FD5B6* __this, int32_t ___from0, int32_t ___to1, float ___t2, const RuntimeMethod* method) { { // value = (int)(from + (to - from) * t); int32_t L_0 = ___from0; int32_t L_1 = ___to1; int32_t L_2 = ___from0; float L_3 = ___t2; ((ParameterOverride_1_t9289C5BEA43DBDEDF5862BFE9BF6208D198D3675*)__this)->___value_1 = il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_add(((float)L_0), ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_subtract(L_1, L_2))), L_3))))); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.IntParameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntParameter__ctor_mD0B577F7B6F29156C6F34A31852CE0015B544312 (IntParameter_tB1A4CADDF1D3382F9EF6F2FFB5708D83C95FD5B6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m7BE7020B63F913B8524556DA41BC473EBE0DB8D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_m7BE7020B63F913B8524556DA41BC473EBE0DB8D6(__this, ParameterOverride_1__ctor_m7BE7020B63F913B8524556DA41BC473EBE0DB8D6_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.BoolParameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolParameter__ctor_m3D75EA93FDC7D88D346025CB612A459B92915FE7 (BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m337CF68E5D223621AA3E20D0D6FF9602A2C76609_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_m337CF68E5D223621AA3E20D0D6FF9602A2C76609(__this, ParameterOverride_1__ctor_m337CF68E5D223621AA3E20D0D6FF9602A2C76609_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.ColorParameter::Interp(UnityEngine.Color,UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorParameter_Interp_m4B0D83B2F72792D5BF6C537BDD0992AC9586442D (ColorParameter_t0322EE34E149F6F9F6894A02D89E8EF73B82D299* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___from0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___to1, float ___t2, const RuntimeMethod* method) { { // value.r = from.r + (to.r - from.r) * t; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_0 = (&((ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785*)__this)->___value_1); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___from0; float L_2 = L_1.___r_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___to1; float L_4 = L_3.___r_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___from0; float L_6 = L_5.___r_0; float L_7 = ___t2; L_0->___r_0 = ((float)il2cpp_codegen_add(L_2, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_4, L_6)), L_7)))); // value.g = from.g + (to.g - from.g) * t; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_8 = (&((ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785*)__this)->___value_1); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = ___from0; float L_10 = L_9.___g_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11 = ___to1; float L_12 = L_11.___g_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ___from0; float L_14 = L_13.___g_1; float L_15 = ___t2; L_8->___g_1 = ((float)il2cpp_codegen_add(L_10, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_12, L_14)), L_15)))); // value.b = from.b + (to.b - from.b) * t; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_16 = (&((ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785*)__this)->___value_1); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = ___from0; float L_18 = L_17.___b_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19 = ___to1; float L_20 = L_19.___b_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_21 = ___from0; float L_22 = L_21.___b_2; float L_23 = ___t2; L_16->___b_2 = ((float)il2cpp_codegen_add(L_18, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_20, L_22)), L_23)))); // value.a = from.a + (to.a - from.a) * t; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_24 = (&((ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785*)__this)->___value_1); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_25 = ___from0; float L_26 = L_25.___a_3; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_27 = ___to1; float L_28 = L_27.___a_3; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_29 = ___from0; float L_30 = L_29.___a_3; float L_31 = ___t2; L_24->___a_3 = ((float)il2cpp_codegen_add(L_26, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_28, L_30)), L_31)))); // } return; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.ColorParameter::op_Implicit(UnityEngine.Rendering.PostProcessing.ColorParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ColorParameter_op_Implicit_m0C3DF6A83D121400C2B51D28B15128670EC1EBA5 (ColorParameter_t0322EE34E149F6F9F6894A02D89E8EF73B82D299* ___prop0, const RuntimeMethod* method) { { // return prop.value; ColorParameter_t0322EE34E149F6F9F6894A02D89E8EF73B82D299* L_0 = ___prop0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ((ParameterOverride_1_t32E21FA53107C174D9A77919A9628DA90C84E785*)L_0)->___value_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2; L_2 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_1, NULL); return L_2; } } // System.Void UnityEngine.Rendering.PostProcessing.ColorParameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorParameter__ctor_m30D0D993F9B30802429AA3176816DFC889D6DAA3 (ColorParameter_t0322EE34E149F6F9F6894A02D89E8EF73B82D299* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m789AA607E930B46C056FE382E2290DEC3698ACE9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_m789AA607E930B46C056FE382E2290DEC3698ACE9(__this, ParameterOverride_1__ctor_m789AA607E930B46C056FE382E2290DEC3698ACE9_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.Vector2Parameter::Interp(UnityEngine.Vector2,UnityEngine.Vector2,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Parameter_Interp_mB14285E63AE62C206098BDCA80211C3F90041B34 (Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___from0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___to1, float ___t2, const RuntimeMethod* method) { { // value.x = from.x + (to.x - from.x) * t; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = (&((ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061*)__this)->___value_1); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___from0; float L_2 = L_1.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___to1; float L_4 = L_3.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___from0; float L_6 = L_5.___x_0; float L_7 = ___t2; L_0->___x_0 = ((float)il2cpp_codegen_add(L_2, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_4, L_6)), L_7)))); // value.y = from.y + (to.y - from.y) * t; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_8 = (&((ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061*)__this)->___value_1); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___from0; float L_10 = L_9.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = ___to1; float L_12 = L_11.___y_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = ___from0; float L_14 = L_13.___y_1; float L_15 = ___t2; L_8->___y_1 = ((float)il2cpp_codegen_add(L_10, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_12, L_14)), L_15)))); // } return; } } // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.Vector2Parameter::op_Implicit(UnityEngine.Rendering.PostProcessing.Vector2Parameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2Parameter_op_Implicit_m148488E8E05E44FBF841808B0D72BD8C32366F95 (Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* ___prop0, const RuntimeMethod* method) { { // return prop.value; Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* L_0 = ___prop0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ((ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061*)L_0)->___value_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2; L_2 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_1, NULL); return L_2; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.Vector2Parameter::op_Implicit(UnityEngine.Rendering.PostProcessing.Vector2Parameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector2Parameter_op_Implicit_mC6247A0721A135ED64666647CABF6362933C0930 (Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* ___prop0, const RuntimeMethod* method) { { // return prop.value; Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* L_0 = ___prop0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ((ParameterOverride_1_tD0D241E8B4C5C26C43B7768194903854E4C42061*)L_0)->___value_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2; L_2 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_1, NULL); return L_2; } } // System.Void UnityEngine.Rendering.PostProcessing.Vector2Parameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Parameter__ctor_mBF44FC58FB4108A066A973BE3891A8B85479214A (Vector2Parameter_t6626B5338C3B0C96D0123C885F0D32D994370034* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_mE5C54B07F29B4BE8B4C62DA482A81C3A3FACDBD3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_mE5C54B07F29B4BE8B4C62DA482A81C3A3FACDBD3(__this, ParameterOverride_1__ctor_mE5C54B07F29B4BE8B4C62DA482A81C3A3FACDBD3_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.Vector3Parameter::Interp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Parameter_Interp_mFFCF54E2FBB40DA854BE1CBA9B2BC0C67CB1138D (Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___from0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___to1, float ___t2, const RuntimeMethod* method) { { // value.x = from.x + (to.x - from.x) * t; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_0 = (&((ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A*)__this)->___value_1); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___from0; float L_2 = L_1.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___to1; float L_4 = L_3.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___from0; float L_6 = L_5.___x_2; float L_7 = ___t2; L_0->___x_2 = ((float)il2cpp_codegen_add(L_2, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_4, L_6)), L_7)))); // value.y = from.y + (to.y - from.y) * t; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_8 = (&((ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A*)__this)->___value_1); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___from0; float L_10 = L_9.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___to1; float L_12 = L_11.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = ___from0; float L_14 = L_13.___y_3; float L_15 = ___t2; L_8->___y_3 = ((float)il2cpp_codegen_add(L_10, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_12, L_14)), L_15)))); // value.z = from.z + (to.z - from.z) * t; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_16 = (&((ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A*)__this)->___value_1); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = ___from0; float L_18 = L_17.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = ___to1; float L_20 = L_19.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21 = ___from0; float L_22 = L_21.___z_4; float L_23 = ___t2; L_16->___z_4 = ((float)il2cpp_codegen_add(L_18, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_20, L_22)), L_23)))); // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.PostProcessing.Vector3Parameter::op_Implicit(UnityEngine.Rendering.PostProcessing.Vector3Parameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector3Parameter_op_Implicit_mC1BCCD7B5BB305BB0C6431195969D3ACFC556C43 (Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130* ___prop0, const RuntimeMethod* method) { { // return prop.value; Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130* L_0 = ___prop0; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ((ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A*)L_0)->___value_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2; L_2 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_1, NULL); return L_2; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.Vector3Parameter::op_Implicit(UnityEngine.Rendering.PostProcessing.Vector3Parameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector3Parameter_op_Implicit_m4E43FC7EAB7BFDC7D93954F7D8805612C17C8FF9 (Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130* ___prop0, const RuntimeMethod* method) { { // return prop.value; Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130* L_0 = ___prop0; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ((ParameterOverride_1_t22D7B77092ED927D18B620934135FAAD02002E2A*)L_0)->___value_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2; L_2 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_1, NULL); return L_2; } } // System.Void UnityEngine.Rendering.PostProcessing.Vector3Parameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Parameter__ctor_m63367026D81EAD74CF6600AE30FA1A0617FE86D2 (Vector3Parameter_t78E15B8F04E3F481868865960EA0EB29C5A8C130* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m8084C1B9F12FDA61BB8690FF03FA41DCE92E1863_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_m8084C1B9F12FDA61BB8690FF03FA41DCE92E1863(__this, ParameterOverride_1__ctor_m8084C1B9F12FDA61BB8690FF03FA41DCE92E1863_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.Vector4Parameter::Interp(UnityEngine.Vector4,UnityEngine.Vector4,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4Parameter_Interp_m0899065B59819646F5192F92ACAF28D1F15DF37F (Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___from0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___to1, float ___t2, const RuntimeMethod* method) { { // value.x = from.x + (to.x - from.x) * t; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = (&((ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7*)__this)->___value_1); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___from0; float L_2 = L_1.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___to1; float L_4 = L_3.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = ___from0; float L_6 = L_5.___x_1; float L_7 = ___t2; L_0->___x_1 = ((float)il2cpp_codegen_add(L_2, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_4, L_6)), L_7)))); // value.y = from.y + (to.y - from.y) * t; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_8 = (&((ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7*)__this)->___value_1); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___from0; float L_10 = L_9.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = ___to1; float L_12 = L_11.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = ___from0; float L_14 = L_13.___y_2; float L_15 = ___t2; L_8->___y_2 = ((float)il2cpp_codegen_add(L_10, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_12, L_14)), L_15)))); // value.z = from.z + (to.z - from.z) * t; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_16 = (&((ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7*)__this)->___value_1); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = ___from0; float L_18 = L_17.___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19 = ___to1; float L_20 = L_19.___z_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = ___from0; float L_22 = L_21.___z_3; float L_23 = ___t2; L_16->___z_3 = ((float)il2cpp_codegen_add(L_18, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_20, L_22)), L_23)))); // value.w = from.w + (to.w - from.w) * t; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_24 = (&((ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7*)__this)->___value_1); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25 = ___from0; float L_26 = L_25.___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27 = ___to1; float L_28 = L_27.___w_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_29 = ___from0; float L_30 = L_29.___w_4; float L_31 = ___t2; L_24->___w_4 = ((float)il2cpp_codegen_add(L_26, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_28, L_30)), L_31)))); // } return; } } // UnityEngine.Vector2 UnityEngine.Rendering.PostProcessing.Vector4Parameter::op_Implicit(UnityEngine.Rendering.PostProcessing.Vector4Parameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector4Parameter_op_Implicit_m37E3E00E2D89A28F80155BF7A8CCC83C216126F6 (Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85* ___prop0, const RuntimeMethod* method) { { // return prop.value; Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85* L_0 = ___prop0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ((ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7*)L_0)->___value_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2; L_2 = Vector4_op_Implicit_m6673D431FBCA5AFB6CF06CD9783D07A4C90CC2AA_inline(L_1, NULL); return L_2; } } // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.Vector4Parameter::op_Implicit(UnityEngine.Rendering.PostProcessing.Vector4Parameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector4Parameter_op_Implicit_mA08016CEA294DD7ECA48C1A5102D68818729D859 (Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85* ___prop0, const RuntimeMethod* method) { { // return prop.value; Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85* L_0 = ___prop0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ((ParameterOverride_1_t520B53CC4F37D67D0689376B8F1A4FB1C74D8DC7*)L_0)->___value_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2; L_2 = Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline(L_1, NULL); return L_2; } } // System.Void UnityEngine.Rendering.PostProcessing.Vector4Parameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4Parameter__ctor_m8C8DED1875F2A781AC4F18369E08DDA46C13D243 (Vector4Parameter_t4AB2005F5C016F3BB10199DDD2FB3EC1F2208D85* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m5C6851DC025D65554CF621A85F694B96A7596438_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_m5C6851DC025D65554CF621A85F694B96A7596438(__this, ParameterOverride_1__ctor_m5C6851DC025D65554CF621A85F694B96A7596438_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.SplineParameter::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SplineParameter_OnEnable_mD33338349D3C87DA7758922C0CF7E03FF626E5B1 (SplineParameter_tF22BC76D5E71C106A1AA0EB6CF97B5DCC5B62741* __this, const RuntimeMethod* method) { { // if (value != null) Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_0 = ((ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*)__this)->___value_1; if (!L_0) { goto IL_0018; } } { // value.Cache(int.MinValue); Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_1 = ((ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*)__this)->___value_1; Spline_Cache_mF98EF50CC2A26EC6716EB5452FD4B88641A7F833(L_1, ((int32_t)-2147483648LL), NULL); } IL_0018: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.SplineParameter::SetValue(UnityEngine.Rendering.PostProcessing.ParameterOverride) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SplineParameter_SetValue_m536D3CDC09CA93E5F1E06F5C327D183F5611FBA2 (SplineParameter_tF22BC76D5E71C106A1AA0EB6CF97B5DCC5B62741* __this, ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* ___parameter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1_SetValue_mBAB81A40BE6FF88A58329D02B11BF6543CC5A4B7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // base.SetValue(parameter); ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_0 = ___parameter0; ParameterOverride_1_SetValue_mBAB81A40BE6FF88A58329D02B11BF6543CC5A4B7(__this, L_0, ParameterOverride_1_SetValue_mBAB81A40BE6FF88A58329D02B11BF6543CC5A4B7_RuntimeMethod_var); // if (value != null) Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_1 = ((ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*)__this)->___value_1; if (!L_1) { goto IL_001f; } } { // value.Cache(Time.renderedFrameCount); Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_2 = ((ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*)__this)->___value_1; int32_t L_3; L_3 = Time_get_renderedFrameCount_m65102648E50AC7B110E619C91D1B67DEA53D7DBE(NULL); Spline_Cache_mF98EF50CC2A26EC6716EB5452FD4B88641A7F833(L_2, L_3, NULL); } IL_001f: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.SplineParameter::Interp(UnityEngine.Rendering.PostProcessing.Spline,UnityEngine.Rendering.PostProcessing.Spline,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SplineParameter_Interp_m7FDEAE34BED3B0731915281DA8B0D34A360AF1E8 (SplineParameter_tF22BC76D5E71C106A1AA0EB6CF97B5DCC5B62741* __this, Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* ___from0, Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* ___to1, float ___t2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1_Interp_m841A4ABED5F5C9DFC83EAC65D08B5055E8812133_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; float V_2 = 0.0f; float V_3 = 0.0f; { // if (from == null || to == null) Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_0 = ___from0; if (!L_0) { goto IL_0006; } } { Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_1 = ___to1; if (L_1) { goto IL_0010; } } IL_0006: { // base.Interp(from, to, t); Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_2 = ___from0; Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_3 = ___to1; float L_4 = ___t2; ParameterOverride_1_Interp_m841A4ABED5F5C9DFC83EAC65D08B5055E8812133(__this, L_2, L_3, L_4, ParameterOverride_1_Interp_m841A4ABED5F5C9DFC83EAC65D08B5055E8812133_RuntimeMethod_var); // return; return; } IL_0010: { // int frameCount = Time.renderedFrameCount; int32_t L_5; L_5 = Time_get_renderedFrameCount_m65102648E50AC7B110E619C91D1B67DEA53D7DBE(NULL); V_0 = L_5; // from.Cache(frameCount); Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_6 = ___from0; int32_t L_7 = V_0; Spline_Cache_mF98EF50CC2A26EC6716EB5452FD4B88641A7F833(L_6, L_7, NULL); // to.Cache(frameCount); Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_8 = ___to1; int32_t L_9 = V_0; Spline_Cache_mF98EF50CC2A26EC6716EB5452FD4B88641A7F833(L_8, L_9, NULL); // for (int i = 0; i < Spline.k_Precision; i++) V_1 = 0; goto IL_0052; } IL_0028: { // float a = from.cachedData[i]; Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_10 = ___from0; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_11 = L_10->___cachedData_8; int32_t L_12 = V_1; int32_t L_13 = L_12; float L_14 = (L_11)->GetAtUnchecked(static_cast(L_13)); V_2 = L_14; // float b = to.cachedData[i]; Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_15 = ___to1; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_16 = L_15->___cachedData_8; int32_t L_17 = V_1; int32_t L_18 = L_17; float L_19 = (L_16)->GetAtUnchecked(static_cast(L_18)); V_3 = L_19; // value.cachedData[i] = a + (b - a) * t; Spline_tD8C641273FEAA3A7958A261C41D694636049CB21* L_20 = ((ParameterOverride_1_t50E321BB8F7F9A7BF59FD457CC2BF13D9A5408AA*)__this)->___value_1; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_21 = L_20->___cachedData_8; int32_t L_22 = V_1; float L_23 = V_2; float L_24 = V_3; float L_25 = V_2; float L_26 = ___t2; (L_21)->SetAtUnchecked(static_cast(L_22), (float)((float)il2cpp_codegen_add(L_23, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_24, L_25)), L_26))))); // for (int i = 0; i < Spline.k_Precision; i++) int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_0052: { // for (int i = 0; i < Spline.k_Precision; i++) int32_t L_28 = V_1; if ((((int32_t)L_28) < ((int32_t)((int32_t)128)))) { goto IL_0028; } } { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.SplineParameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SplineParameter__ctor_m11C763DDA15AAC2E1E8A1AAD11E0D8C2E7B11520 (SplineParameter_tF22BC76D5E71C106A1AA0EB6CF97B5DCC5B62741* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m8E5F30F5317963F4171368A7C53B0545BD5B98F5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParameterOverride_1__ctor_m8E5F30F5317963F4171368A7C53B0545BD5B98F5(__this, ParameterOverride_1__ctor_m8E5F30F5317963F4171368A7C53B0545BD5B98F5_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.TextureParameter::Interp(UnityEngine.Texture,UnityEngine.Texture,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureParameter_Interp_m6BDA698BA090B8731A7DECDD1A7D654207CE6EB4 (TextureParameter_t4A9C3CCF21E0643B81A12CBF453FA2162084905F* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___from0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___to1, float ___t2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1_Interp_m37D534C3194C9E88F454DFD22A07089A40102BD5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_1 = NULL; int32_t V_2 = 0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_3 = NULL; int32_t G_B10_0 = 0; int32_t G_B22_0 = 0; { // if (from == null && to == null) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___from0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_001a; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___to1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_3) { goto IL_001a; } } { // value = null; ((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // return; return; } IL_001a: { // if (from != null && to != null) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___from0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_5) { goto IL_0040; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___to1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_7) { goto IL_0040; } } { // value = TextureLerper.instance.Lerp(from, to, t); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_8; L_8 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_9 = ___from0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = ___to1; float L_11 = ___t2; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_12; L_12 = TextureLerper_Lerp_m675AC3EF5BB02D904E0988F874D1F6F9AF9FB257(L_8, L_9, L_10, L_11, NULL); ((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1), (void*)L_12); // return; return; } IL_0040: { // if (defaultState == TextureParameterDefault.Lut2D) int32_t L_13 = __this->___defaultState_2; if ((!(((uint32_t)L_13) == ((uint32_t)4)))) { goto IL_007e; } } { // int size = from != null ? from.height : to.height; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_14 = ___from0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_15; L_15 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_15) { goto IL_005a; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = ___to1; int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_16); G_B10_0 = L_17; goto IL_0060; } IL_005a: { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_18 = ___from0; int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_18); G_B10_0 = L_19; } IL_0060: { // Texture defaultTexture = RuntimeUtilities.GetLutStrip(size); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_20; L_20 = RuntimeUtilities_GetLutStrip_m0817F688637D9DEBACCB1388BC6B95E82E2063D3(G_B10_0, NULL); V_1 = L_20; // if (from == null) from = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_21 = ___from0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_22; L_22 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_21, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_22) { goto IL_0072; } } { // if (from == null) from = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_23 = V_1; ___from0 = L_23; } IL_0072: { // if (to == null) to = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = ___to1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_25; L_25 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_24, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_25) { goto IL_007e; } } { // if (to == null) to = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_26 = V_1; ___to1 = L_26; } IL_007e: { // switch (defaultState) int32_t L_27 = __this->___defaultState_2; V_2 = L_27; int32_t L_28 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_28, 1))) { case 0: { goto IL_00a2; } case 1: { goto IL_00ad; } case 2: { goto IL_00b5; } case 3: { goto IL_00bd; } } } { goto IL_012a; } IL_00a2: { // tgtColor = Color.black; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_29; L_29 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL); V_0 = L_29; // break; goto IL_0134; } IL_00ad: { // tgtColor = Color.white; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_30; L_30 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL); V_0 = L_30; // break; goto IL_0134; } IL_00b5: { // tgtColor = Color.clear; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_31; L_31 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); V_0 = L_31; // break; goto IL_0134; } IL_00bd: { // int size = from != null ? from.height : to.height; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_32 = ___from0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_33; L_33 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_32, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_33) { goto IL_00ce; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_34 = ___to1; int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_34); G_B22_0 = L_35; goto IL_00d4; } IL_00ce: { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_36 = ___from0; int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_36); G_B22_0 = L_37; } IL_00d4: { // Texture defaultTexture = RuntimeUtilities.GetLutStrip(size); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_38; L_38 = RuntimeUtilities_GetLutStrip_m0817F688637D9DEBACCB1388BC6B95E82E2063D3(G_B22_0, NULL); V_3 = L_38; // if (from == null) from = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_39 = ___from0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_40; L_40 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_39, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_40) { goto IL_00e6; } } { // if (from == null) from = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_41 = V_3; ___from0 = L_41; } IL_00e6: { // if (to == null) to = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_42 = ___to1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_43; L_43 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_42, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_43) { goto IL_00f2; } } { // if (to == null) to = defaultTexture; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_44 = V_3; ___to1 = L_44; } IL_00f2: { // if (from.width != to.width || from.height != to.height) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_45 = ___from0; int32_t L_46; L_46 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_45); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_47 = ___to1; int32_t L_48; L_48 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_47); if ((!(((uint32_t)L_46) == ((uint32_t)L_48)))) { goto IL_010e; } } { Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_49 = ___from0; int32_t L_50; L_50 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_49); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_51 = ___to1; int32_t L_52; L_52 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_51); if ((((int32_t)L_50) == ((int32_t)L_52))) { goto IL_0116; } } IL_010e: { // value = null; ((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // return; return; } IL_0116: { // value = TextureLerper.instance.Lerp(from, to, t); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_53; L_53 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_54 = ___from0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_55 = ___to1; float L_56 = ___t2; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_57; L_57 = TextureLerper_Lerp_m675AC3EF5BB02D904E0988F874D1F6F9AF9FB257(L_53, L_54, L_55, L_56, NULL); ((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1 = L_57; Il2CppCodeGenWriteBarrier((void**)(&((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1), (void*)L_57); // return; return; } IL_012a: { // base.Interp(from, to, t); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_58 = ___from0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_59 = ___to1; float L_60 = ___t2; ParameterOverride_1_Interp_m37D534C3194C9E88F454DFD22A07089A40102BD5(__this, L_58, L_59, L_60, ParameterOverride_1_Interp_m37D534C3194C9E88F454DFD22A07089A40102BD5_RuntimeMethod_var); // return; return; } IL_0134: { // if (from == null) Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_61 = ___from0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_62; L_62 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_61, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_62) { goto IL_0157; } } { // value = TextureLerper.instance.Lerp(to, tgtColor, 1f - t); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_63; L_63 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_64 = ___to1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_65 = V_0; float L_66 = ___t2; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_67; L_67 = TextureLerper_Lerp_mF45DC5D430B5C7B0C0067B55F390910DE27232DA(L_63, L_64, L_65, ((float)il2cpp_codegen_subtract((1.0f), L_66)), NULL); ((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1 = L_67; Il2CppCodeGenWriteBarrier((void**)(&((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1), (void*)L_67); return; } IL_0157: { // value = TextureLerper.instance.Lerp(from, tgtColor, t); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_68; L_68 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_69 = ___from0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_70 = V_0; float L_71 = ___t2; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_72; L_72 = TextureLerper_Lerp_mF45DC5D430B5C7B0C0067B55F390910DE27232DA(L_68, L_69, L_70, L_71, NULL); ((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1 = L_72; Il2CppCodeGenWriteBarrier((void**)(&((ParameterOverride_1_tC0371C64BD6AD2ACD7DF558EA462021583FC62FA*)__this)->___value_1), (void*)L_72); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.TextureParameter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureParameter__ctor_mFB8A59BFF1213A53DD6C87017E3025607C25AD0A (TextureParameter_t4A9C3CCF21E0643B81A12CBF453FA2162084905F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_1__ctor_m155B3650D240693153976E3D4AAA471E14BA6777_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public TextureParameterDefault defaultState = TextureParameterDefault.Black; __this->___defaultState_2 = 1; ParameterOverride_1__ctor_m155B3650D240693153976E3D4AAA471E14BA6777(__this, ParameterOverride_1__ctor_m155B3650D240693153976E3D4AAA471E14BA6777_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.PostProcessing.PostProcessAttribute UnityEngine.Rendering.PostProcessing.PostProcessBundle::get_attribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0 (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { { // public PostProcessAttribute attribute { get; private set; } PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_0 = __this->___U3CattributeU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::set_attribute(UnityEngine.Rendering.PostProcessing.PostProcessAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle_set_attribute_m2675212E0F5625E6B7436C50F63DB75E26045434 (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* ___value0, const RuntimeMethod* method) { { // public PostProcessAttribute attribute { get; private set; } PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_0 = ___value0; __this->___U3CattributeU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CattributeU3Ek__BackingField_0), (void*)L_0); return; } } // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings UnityEngine.Rendering.PostProcessing.PostProcessBundle::get_settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046 (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { { // public PostProcessEffectSettings settings { get; private set; } PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_0 = __this->___U3CsettingsU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::set_settings(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle_set_settings_m954BB49AE94AC89911931978FABA469BBBBCC8BF (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___value0, const RuntimeMethod* method) { { // public PostProcessEffectSettings settings { get; private set; } PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_0 = ___value0; __this->___U3CsettingsU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsettingsU3Ek__BackingField_1), (void*)L_0); return; } } // UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer UnityEngine.Rendering.PostProcessing.PostProcessBundle::get_renderer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* PostProcessBundle_get_renderer_m9B9D011FC8ED8B384FE16AEC5A5955A87243A61C (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; { // if (m_Renderer == null) PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_0 = __this->___m_Renderer_2; if (L_0) { goto IL_0041; } } { // var rendererType = attribute.renderer; PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_1; L_1 = PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0_inline(__this, NULL); Type_t* L_2 = L_1->___renderer_0; V_0 = L_2; // m_Renderer = (PostProcessEffectRenderer)Activator.CreateInstance(rendererType); Type_t* L_3 = V_0; RuntimeObject* L_4; L_4 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_3, NULL); __this->___m_Renderer_2 = ((PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D*)CastclassClass((RuntimeObject*)L_4, PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Renderer_2), (void*)((PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D*)CastclassClass((RuntimeObject*)L_4, PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D_il2cpp_TypeInfo_var))); // m_Renderer.SetSettings(settings); PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_5 = __this->___m_Renderer_2; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_6; L_6 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(__this, NULL); VirtualActionInvoker1< PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* >::Invoke(9 /* System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::SetSettings(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) */, L_5, L_6); // m_Renderer.Init(); PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_7 = __this->___m_Renderer_2; VirtualActionInvoker0::Invoke(4 /* System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::Init() */, L_7); } IL_0041: { // return m_Renderer; PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_8 = __this->___m_Renderer_2; return L_8; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::.ctor(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle__ctor_m980F8608CC22C6F40C0382EA3208A4D6889F33FD (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal PostProcessBundle(PostProcessEffectSettings settings) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // this.settings = settings; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_0 = ___settings0; PostProcessBundle_set_settings_m954BB49AE94AC89911931978FABA469BBBBCC8BF_inline(__this, L_0, NULL); // attribute = settings.GetType().GetAttribute(); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_1 = ___settings0; Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_3; L_3 = RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F(L_2, RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F_RuntimeMethod_var); PostProcessBundle_set_attribute_m2675212E0F5625E6B7436C50F63DB75E26045434_inline(__this, L_3, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle_Release_m31FD40E9428001418B7A2BB323C7B41202AE7EB6 (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_Renderer != null) PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_0 = __this->___m_Renderer_2; if (!L_0) { goto IL_0013; } } { // m_Renderer.Release(); PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_1 = __this->___m_Renderer_2; VirtualActionInvoker0::Invoke(7 /* System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::Release() */, L_1); } IL_0013: { // RuntimeUtilities.Destroy(settings); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_2; L_2 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_2, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessBundle::ResetHistory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessBundle_ResetHistory_m5EB7270369216D54DE183E1A91C530F562BBCC12 (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { { // if (m_Renderer != null) PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_0 = __this->___m_Renderer_2; if (!L_0) { goto IL_0013; } } { // m_Renderer.ResetHistory(); PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_1 = __this->___m_Renderer_2; VirtualActionInvoker0::Invoke(6 /* System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::ResetHistory() */, L_1); } IL_0013: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_OnEnable_m0E16911F18EF441731CE713DEE1ACEFE4F02ACF9 (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9FF15DDF550F80290E9D749D5D516A0A1FE81B3); s_Il2CppMethodInitialized = true; } { // m_CmdAfterEverything = new CommandBuffer { name = "Post-processing Debug Overlay" }; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_0, NULL); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = L_0; CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965(L_1, _stringLiteralB9FF15DDF550F80290E9D749D5D516A0A1FE81B3, NULL); __this->___m_CmdAfterEverything_12 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CmdAfterEverything_12), (void*)L_1); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_OnDisable_mBF085AE70BB3C64033F1237405B3F79C2ABA534E (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_CurrentCamera != null) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_CurrentCamera_11; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0021; } } { // m_CurrentCamera.RemoveCommandBuffer(CameraEvent.AfterImageEffects, m_CmdAfterEverything); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = __this->___m_CurrentCamera_11; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = __this->___m_CmdAfterEverything_12; Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_2, ((int32_t)19), L_3, NULL); } IL_0021: { // m_CurrentCamera = null; __this->___m_CurrentCamera_11 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentCamera_11), (void*)(Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL); // m_PreviousPostProcessLayer = null; __this->___m_PreviousPostProcessLayer_5 = (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousPostProcessLayer_5), (void*)(PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32*)NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_Update_m9204444EA8F6033682668146D9C7DD2F47860A18 (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { { // UpdateStates(); PostProcessDebug_UpdateStates_m3B346B1ACC1CEFB5BB88E964A06472DF292B2AF4(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_Reset_m6D7E28AA1BB3B8E5038E166EC0F8A0189243B052 (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisPostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32_m0710EEB0F9F3E7B62C96AEEA7D82B43DB9933B6E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // postProcessLayer = GetComponent(); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0; L_0 = Component_GetComponent_TisPostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32_m0710EEB0F9F3E7B62C96AEEA7D82B43DB9933B6E(__this, Component_GetComponent_TisPostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32_m0710EEB0F9F3E7B62C96AEEA7D82B43DB9933B6E_RuntimeMethod_var); __this->___postProcessLayer_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___postProcessLayer_4), (void*)L_0); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::UpdateStates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_UpdateStates_m3B346B1ACC1CEFB5BB88E964A06472DF292B2AF4 (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_PreviousPostProcessLayer != postProcessLayer) PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0 = __this->___m_PreviousPostProcessLayer_5; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_1 = __this->___postProcessLayer_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, L_1, NULL); if (!L_2) { goto IL_0079; } } { // if (m_CurrentCamera != null) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = __this->___m_CurrentCamera_11; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_4) { goto IL_003b; } } { // m_CurrentCamera.RemoveCommandBuffer(CameraEvent.AfterImageEffects, m_CmdAfterEverything); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5 = __this->___m_CurrentCamera_11; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = __this->___m_CmdAfterEverything_12; Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_5, ((int32_t)19), L_6, NULL); // m_CurrentCamera = null; __this->___m_CurrentCamera_11 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentCamera_11), (void*)(Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL); } IL_003b: { // m_PreviousPostProcessLayer = postProcessLayer; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_7 = __this->___postProcessLayer_4; __this->___m_PreviousPostProcessLayer_5 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousPostProcessLayer_5), (void*)L_7); // if (postProcessLayer != null) PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_8 = __this->___postProcessLayer_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_9) { goto IL_0079; } } { // m_CurrentCamera = postProcessLayer.GetComponent(); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_10 = __this->___postProcessLayer_4; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_11; L_11 = Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4(L_10, Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var); __this->___m_CurrentCamera_11 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentCamera_11), (void*)L_11); // m_CurrentCamera.AddCommandBuffer(CameraEvent.AfterImageEffects, m_CmdAfterEverything); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_12 = __this->___m_CurrentCamera_11; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = __this->___m_CmdAfterEverything_12; Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A(L_12, ((int32_t)19), L_13, NULL); } IL_0079: { // if (postProcessLayer == null || !postProcessLayer.enabled) PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_14 = __this->___postProcessLayer_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_15; L_15 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_15) { goto IL_0094; } } { PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_16 = __this->___postProcessLayer_4; bool L_17; L_17 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_16, NULL); if (L_17) { goto IL_0095; } } IL_0094: { // return; return; } IL_0095: { // if (lightMeter) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.LightMeter); bool L_18 = __this->___lightMeter_6; if (!L_18) { goto IL_00ae; } } { // if (lightMeter) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.LightMeter); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_19 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_20 = L_19->___debugLayer_14; PostProcessDebugLayer_RequestMonitorPass_m9B42D207764F56193FF6679ED694F4F96D9060C7(L_20, 0, NULL); } IL_00ae: { // if (histogram) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.Histogram); bool L_21 = __this->___histogram_7; if (!L_21) { goto IL_00c7; } } { // if (histogram) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.Histogram); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_22 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_23 = L_22->___debugLayer_14; PostProcessDebugLayer_RequestMonitorPass_m9B42D207764F56193FF6679ED694F4F96D9060C7(L_23, 1, NULL); } IL_00c7: { // if (waveform) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.Waveform); bool L_24 = __this->___waveform_8; if (!L_24) { goto IL_00e0; } } { // if (waveform) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.Waveform); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_25 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_26 = L_25->___debugLayer_14; PostProcessDebugLayer_RequestMonitorPass_m9B42D207764F56193FF6679ED694F4F96D9060C7(L_26, 2, NULL); } IL_00e0: { // if (vectorscope) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.Vectorscope); bool L_27 = __this->___vectorscope_9; if (!L_27) { goto IL_00f9; } } { // if (vectorscope) postProcessLayer.debugLayer.RequestMonitorPass(MonitorType.Vectorscope); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_28 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_29 = L_28->___debugLayer_14; PostProcessDebugLayer_RequestMonitorPass_m9B42D207764F56193FF6679ED694F4F96D9060C7(L_29, 3, NULL); } IL_00f9: { // postProcessLayer.debugLayer.RequestDebugOverlay(debugOverlay); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_30 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_31 = L_30->___debugLayer_14; int32_t L_32 = __this->___debugOverlay_10; PostProcessDebugLayer_RequestDebugOverlay_mE1A09CF679302D4842204FB750299BBED0B726CE(L_31, L_32, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::OnPostRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_OnPostRender_m2D4EC435B0FE91A816166C88A5E35C2EFB47811E (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_CmdAfterEverything.Clear(); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___m_CmdAfterEverything_12; CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_0, NULL); // if (postProcessLayer == null || !postProcessLayer.enabled || !postProcessLayer.debugLayer.debugOverlayActive) PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_1 = __this->___postProcessLayer_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_2) { goto IL_0038; } } { PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_3 = __this->___postProcessLayer_4; bool L_4; L_4 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_3, NULL); if (!L_4) { goto IL_0038; } } { PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_5 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_6 = L_5->___debugLayer_14; bool L_7; L_7 = PostProcessDebugLayer_get_debugOverlayActive_m7990B750167EF1A31F8A3F96B539B322D3F7FC84_inline(L_6, NULL); if (L_7) { goto IL_0039; } } IL_0038: { // return; return; } IL_0039: { // m_CmdAfterEverything.Blit(postProcessLayer.debugLayer.debugOverlayTarget, BuiltinRenderTextureType.CameraTarget); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = __this->___m_CmdAfterEverything_12; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_9 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_10 = L_9->___debugLayer_14; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_11; L_11 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(L_10, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_12; L_12 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL); CommandBuffer_Blit_m8E6E60FA1AEC18E0B12428E2F45594AF30CE965F(L_8, L_11, L_12, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_OnGUI_m1E59188038FE7A2B7B447F5130DAFE884147821F (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0; memset((&V_0), 0, sizeof(V_0)); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* V_1 = NULL; { // if (postProcessLayer == null || !postProcessLayer.enabled) PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0 = __this->___postProcessLayer_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_1) { goto IL_001b; } } { PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_2 = __this->___postProcessLayer_4; bool L_3; L_3 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_2, NULL); if (L_3) { goto IL_001c; } } IL_001b: { // return; return; } IL_001c: { // RenderTexture.active = null; RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL, NULL); // var rect = new Rect(5, 5, 0, 0); Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_0), (5.0f), (5.0f), (0.0f), (0.0f), NULL); // var debugLayer = postProcessLayer.debugLayer; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_4 = __this->___postProcessLayer_4; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_5 = L_4->___debugLayer_14; V_1 = L_5; // DrawMonitor(ref rect, debugLayer.lightMeter, lightMeter); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_6 = V_1; LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6* L_7 = L_6->___lightMeter_0; bool L_8 = __this->___lightMeter_6; PostProcessDebug_DrawMonitor_m74A733544A3194E48CB5E9A914261038CCDB8BCF(__this, (&V_0), L_7, L_8, NULL); // DrawMonitor(ref rect, debugLayer.histogram, histogram); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_9 = V_1; HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* L_10 = L_9->___histogram_1; bool L_11 = __this->___histogram_7; PostProcessDebug_DrawMonitor_m74A733544A3194E48CB5E9A914261038CCDB8BCF(__this, (&V_0), L_10, L_11, NULL); // DrawMonitor(ref rect, debugLayer.waveform, waveform); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_12 = V_1; WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* L_13 = L_12->___waveform_2; bool L_14 = __this->___waveform_8; PostProcessDebug_DrawMonitor_m74A733544A3194E48CB5E9A914261038CCDB8BCF(__this, (&V_0), L_13, L_14, NULL); // DrawMonitor(ref rect, debugLayer.vectorscope, vectorscope); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_15 = V_1; VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* L_16 = L_15->___vectorscope_3; bool L_17 = __this->___vectorscope_9; PostProcessDebug_DrawMonitor_m74A733544A3194E48CB5E9A914261038CCDB8BCF(__this, (&V_0), L_16, L_17, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::DrawMonitor(UnityEngine.Rect&,UnityEngine.Rendering.PostProcessing.Monitor,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug_DrawMonitor_m74A733544A3194E48CB5E9A914261038CCDB8BCF (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___rect0, Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* ___monitor1, bool ___enabled2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!enabled || monitor.output == null) bool L_0 = ___enabled2; if (!L_0) { goto IL_0011; } } { Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_1 = ___monitor1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2; L_2 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_3) { goto IL_0012; } } IL_0011: { // return; return; } IL_0012: { // rect.width = monitor.output.width; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = ___rect0; Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_5 = ___monitor1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_6; L_6 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(L_5, NULL); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_6); Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_4, ((float)L_7), NULL); // rect.height = monitor.output.height; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = ___rect0; Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_9 = ___monitor1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10; L_10 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(L_9, NULL); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_10); Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_8, ((float)L_11), NULL); // GUI.DrawTexture(rect, monitor.output); Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_12 = ___rect0; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_13 = (*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_12); Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_14 = ___monitor1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15; L_15 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(L_14, NULL); il2cpp_codegen_runtime_class_init_inline(GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var); GUI_DrawTexture_mEA112F138EB225F3722CFF9338DB4D14AAC8C7E6(L_13, L_15, NULL); // rect.x += monitor.output.width + 5f; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_16 = ___rect0; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_17 = L_16; float L_18; L_18 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_17, NULL); Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_19 = ___monitor1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_20; L_20 = Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline(L_19, NULL); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_20); Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406(L_17, ((float)il2cpp_codegen_add(L_18, ((float)il2cpp_codegen_add(((float)L_21), (5.0f))))), NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebug::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebug__ctor_mF9E6A457F3E8A9A982FDA6B75E2AB37E3396A6E8 (PostProcessDebug_t0699CD976187ED2EEFA1E3E888A30C1CB5566A95* __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::get_debugOverlayTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { // public RenderTexture debugOverlayTarget { get; private set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___U3CdebugOverlayTargetU3Ek__BackingField_7; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::set_debugOverlayTarget(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlayTarget_m7566FD9B25470C7ACCF14606AAF975AE00715332 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) { { // public RenderTexture debugOverlayTarget { get; private set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___value0; __this->___U3CdebugOverlayTargetU3Ek__BackingField_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdebugOverlayTargetU3Ek__BackingField_7), (void*)L_0); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::get_debugOverlayActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessDebugLayer_get_debugOverlayActive_m7990B750167EF1A31F8A3F96B539B322D3F7FC84 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { // public bool debugOverlayActive { get; private set; } bool L_0 = __this->___U3CdebugOverlayActiveU3Ek__BackingField_8; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::set_debugOverlayActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlayActive_mC83941C3612A2745BD1B6C771FCF0053B6D3BC77 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, bool ___value0, const RuntimeMethod* method) { { // public bool debugOverlayActive { get; private set; } bool L_0 = ___value0; __this->___U3CdebugOverlayActiveU3Ek__BackingField_8 = L_0; return; } } // UnityEngine.Rendering.PostProcessing.DebugOverlay UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::get_debugOverlay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { // public DebugOverlay debugOverlay { get; private set; } int32_t L_0 = __this->___U3CdebugOverlayU3Ek__BackingField_9; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::set_debugOverlay(UnityEngine.Rendering.PostProcessing.DebugOverlay) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlay_m8A972C54696447B69FBC597FA9E67C3D9B7C322A (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___value0, const RuntimeMethod* method) { { // public DebugOverlay debugOverlay { get; private set; } int32_t L_0 = ___value0; __this->___U3CdebugOverlayU3Ek__BackingField_9 = L_0; return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_OnEnable_m387008B7ED2B3F492C6D5F57EEC62057BF293C3E (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mFCC6044C336669A24855117F579DA0850AA69BD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisHistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3_m0C513451081FA46CEFD7A93BAAE0BFA23A48722F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisLightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6_m51B976B206669BA2A1010F414D54D3EABC6539F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisOverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9_mBA79A0BCA9532A8C2D2F3761942BED854DC0908F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisVectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC_m34B4E12EE618751EE2A1FC217EF2DAE3C5FE1BC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisWaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674_m5E5090784F780EAAF3A1A558E2FCA8C009F0131F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_tAAC185913640F8D048BB246B939933B81987D464 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E V_1; memset((&V_1), 0, sizeof(V_1)); { // RuntimeUtilities.CreateIfNull(ref lightMeter); LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6** L_0 = (&__this->___lightMeter_0); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_CreateIfNull_TisLightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6_m51B976B206669BA2A1010F414D54D3EABC6539F9(L_0, RuntimeUtilities_CreateIfNull_TisLightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6_m51B976B206669BA2A1010F414D54D3EABC6539F9_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref histogram); HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3** L_1 = (&__this->___histogram_1); RuntimeUtilities_CreateIfNull_TisHistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3_m0C513451081FA46CEFD7A93BAAE0BFA23A48722F(L_1, RuntimeUtilities_CreateIfNull_TisHistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3_m0C513451081FA46CEFD7A93BAAE0BFA23A48722F_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref waveform); WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674** L_2 = (&__this->___waveform_2); RuntimeUtilities_CreateIfNull_TisWaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674_m5E5090784F780EAAF3A1A558E2FCA8C009F0131F(L_2, RuntimeUtilities_CreateIfNull_TisWaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674_m5E5090784F780EAAF3A1A558E2FCA8C009F0131F_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref vectorscope); VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC** L_3 = (&__this->___vectorscope_3); RuntimeUtilities_CreateIfNull_TisVectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC_m34B4E12EE618751EE2A1FC217EF2DAE3C5FE1BC7(L_3, RuntimeUtilities_CreateIfNull_TisVectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC_m34B4E12EE618751EE2A1FC217EF2DAE3C5FE1BC7_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref overlaySettings); OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9** L_4 = (&__this->___overlaySettings_10); RuntimeUtilities_CreateIfNull_TisOverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9_mBA79A0BCA9532A8C2D2F3761942BED854DC0908F(L_4, RuntimeUtilities_CreateIfNull_TisOverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9_mBA79A0BCA9532A8C2D2F3761942BED854DC0908F_RuntimeMethod_var); // m_Monitors = new Dictionary // { // { MonitorType.LightMeter, lightMeter }, // { MonitorType.Histogram, histogram }, // { MonitorType.Waveform, waveform }, // { MonitorType.Vectorscope, vectorscope } // }; Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_5 = (Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2*)il2cpp_codegen_object_new(Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2_il2cpp_TypeInfo_var); Dictionary_2__ctor_mFCC6044C336669A24855117F579DA0850AA69BD0(L_5, Dictionary_2__ctor_mFCC6044C336669A24855117F579DA0850AA69BD0_RuntimeMethod_var); Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_6 = L_5; LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6* L_7 = __this->___lightMeter_0; Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50(L_6, 0, L_7, Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50_RuntimeMethod_var); Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_8 = L_6; HistogramMonitor_tED4AA705D16281EB407374F2A80161ECB96036E3* L_9 = __this->___histogram_1; Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50(L_8, 1, L_9, Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50_RuntimeMethod_var); Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_10 = L_8; WaveformMonitor_tA7F0665C206C4331B352D7F61A76649275FE4674* L_11 = __this->___waveform_2; Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50(L_10, 2, L_11, Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50_RuntimeMethod_var); Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_12 = L_10; VectorscopeMonitor_tD5C3D851CE6C312B2A3948DF1C2398B887A197FC* L_13 = __this->___vectorscope_3; Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50(L_12, 3, L_13, Dictionary_2_Add_mBCF28616CC847AD4BAAB9F58A2DC740E37296C50_RuntimeMethod_var); __this->___m_Monitors_4 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Monitors_4), (void*)L_12); // foreach (var kvp in m_Monitors) Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_14 = __this->___m_Monitors_4; Enumerator_tAAC185913640F8D048BB246B939933B81987D464 L_15; L_15 = Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79(L_14, Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); V_0 = L_15; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00a3: {// begin finally (depth: 1) Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99((&V_0), Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0098_1; } IL_0084_1: { // foreach (var kvp in m_Monitors) KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E L_16; L_16 = Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_inline((&V_0), Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); V_1 = L_16; // kvp.Value.OnEnable(); Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_17; L_17 = KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_inline((&V_1), KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); VirtualActionInvoker0::Invoke(6 /* System.Void UnityEngine.Rendering.PostProcessing.Monitor::OnEnable() */, L_17); } IL_0098_1: { // foreach (var kvp in m_Monitors) bool L_18; L_18 = Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508((&V_0), Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); if (L_18) { goto IL_0084_1; } } { goto IL_00b1; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b1: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_OnDisable_mC4762A0AEBE23067EAE67F82A7BCCFE8BD192017 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tAAC185913640F8D048BB246B939933B81987D464 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E V_1; memset((&V_1), 0, sizeof(V_1)); { // foreach (var kvp in m_Monitors) Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_0 = __this->___m_Monitors_4; Enumerator_tAAC185913640F8D048BB246B939933B81987D464 L_1; L_1 = Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79(L_0, Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002d: {// begin finally (depth: 1) Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99((&V_0), Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0022_1; } IL_000e_1: { // foreach (var kvp in m_Monitors) KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E L_2; L_2 = Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_inline((&V_0), Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); V_1 = L_2; // kvp.Value.OnDisable(); Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_3; L_3 = KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_inline((&V_1), KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); VirtualActionInvoker0::Invoke(7 /* System.Void UnityEngine.Rendering.PostProcessing.Monitor::OnDisable() */, L_3); } IL_0022_1: { // foreach (var kvp in m_Monitors) bool L_4; L_4 = Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508((&V_0), Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); if (L_4) { goto IL_000e_1; } } { goto IL_003b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003b: { // DestroyDebugOverlayTarget(); PostProcessDebugLayer_DestroyDebugOverlayTarget_mA98B3230B16094649A5149FA8FD978634B755846(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::DestroyDebugOverlayTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_DestroyDebugOverlayTarget_mA98B3230B16094649A5149FA8FD978634B755846 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RuntimeUtilities.Destroy(debugOverlayTarget); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0; L_0 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_0, NULL); // debugOverlayTarget = null; PostProcessDebugLayer_set_debugOverlayTarget_m7566FD9B25470C7ACCF14606AAF975AE00715332_inline(__this, (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RequestMonitorPass(UnityEngine.Rendering.PostProcessing.MonitorType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RequestMonitorPass_m9B42D207764F56193FF6679ED694F4F96D9060C7 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___monitor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m7B3A62A403A1D7B9865C27CD1F7FD212CB620425_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Monitors[monitor].requested = true; Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_0 = __this->___m_Monitors_4; int32_t L_1 = ___monitor0; Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_2; L_2 = Dictionary_2_get_Item_m7B3A62A403A1D7B9865C27CD1F7FD212CB620425(L_0, L_1, Dictionary_2_get_Item_m7B3A62A403A1D7B9865C27CD1F7FD212CB620425_RuntimeMethod_var); L_2->___requested_1 = (bool)1; // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RequestDebugOverlay(UnityEngine.Rendering.PostProcessing.DebugOverlay) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RequestDebugOverlay_mE1A09CF679302D4842204FB750299BBED0B726CE (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___mode0, const RuntimeMethod* method) { { // debugOverlay = mode; int32_t L_0 = ___mode0; PostProcessDebugLayer_set_debugOverlay_m8A972C54696447B69FBC597FA9E67C3D9B7C322A_inline(__this, L_0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::SetFrameSize(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_SetFrameSize_m38E163EE3B51AA81D8C2AF7B2C5D58498F64287A (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method) { { // frameWidth = width; int32_t L_0 = ___width0; __this->___frameWidth_5 = L_0; // frameHeight = height; int32_t L_1 = ___height1; __this->___frameHeight_6 = L_1; // debugOverlayActive = false; PostProcessDebugLayer_set_debugOverlayActive_mC83941C3612A2745BD1B6C771FCF0053B6D3BC77_inline(__this, (bool)0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::PushDebugOverlay(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___sheet2, int32_t ___pass3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE25DD27FD661B6684B07B61E276723AD2F5D375); s_Il2CppMethodInitialized = true; } Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (debugOverlayTarget == null || !debugOverlayTarget.IsCreated() || debugOverlayTarget.width != frameWidth || debugOverlayTarget.height != frameHeight) RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0; L_0 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_1) { goto IL_0041; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2; L_2 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); bool L_3; L_3 = RenderTexture_IsCreated_mB69D4DBD99D74AA5D1F3C9E84A08D6744A031006(L_2, NULL); if (!L_3) { goto IL_0041; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4; L_4 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_4); int32_t L_6 = __this->___frameWidth_5; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0041; } } { RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_7; L_7 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_7); int32_t L_9 = __this->___frameHeight_6; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0099; } } IL_0041: { // RuntimeUtilities.Destroy(debugOverlayTarget); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10; L_10 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_10, NULL); // debugOverlayTarget = new RenderTexture(frameWidth, frameHeight, 0, RenderTextureFormat.ARGB32) // { // name = "Debug Overlay Target", // anisoLevel = 1, // filterMode = FilterMode.Bilinear, // wrapMode = TextureWrapMode.Clamp, // hideFlags = HideFlags.HideAndDontSave // }; int32_t L_11 = __this->___frameWidth_5; int32_t L_12 = __this->___frameHeight_6; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var); RenderTexture__ctor_m53215A8EDDE262932758186108347685F6A512C4(L_13, L_11, L_12, 0, 0, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14 = L_13; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_14, _stringLiteralDE25DD27FD661B6684B07B61E276723AD2F5D375, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15 = L_14; Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F(L_15, 1, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_16 = L_15; Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_16, 1, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = L_16; Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_17, 1, NULL); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_18 = L_17; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_18, ((int32_t)61), NULL); PostProcessDebugLayer_set_debugOverlayTarget_m7566FD9B25470C7ACCF14606AAF975AE00715332_inline(__this, L_18, NULL); // debugOverlayTarget.Create(); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19; L_19 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); bool L_20; L_20 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_19, NULL); } IL_0099: { // cmd.BlitFullscreenTriangle(source, debugOverlayTarget, sheet, pass); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_21 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_22 = ___source1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_23; L_23 = PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline(__this, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_24; L_24 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_23, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_25 = ___sheet2; int32_t L_26 = ___pass3; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_27 = V_0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_21, L_22, L_24, L_25, L_26, (bool)0, L_27, (bool)0, NULL); // debugOverlayActive = true; PostProcessDebugLayer_set_debugOverlayActive_mC83941C3612A2745BD1B6C771FCF0053B6D3BC77_inline(__this, (bool)1, NULL); // } return; } } // UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::GetCameraFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessDebugLayer_GetCameraFlags_mAD93FA644A0C5AC136F382ED927B6E3237336EFD (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { // if (debugOverlay == DebugOverlay.Depth) int32_t L_0; L_0 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000b; } } { // return DepthTextureMode.Depth; return (int32_t)(1); } IL_000b: { // if (debugOverlay == DebugOverlay.Normals) int32_t L_1; L_1 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0016; } } { // return DepthTextureMode.DepthNormals; return (int32_t)(2); } IL_0016: { // if (debugOverlay == DebugOverlay.MotionVectors) int32_t L_2; L_2 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_0021; } } { // return DepthTextureMode.MotionVectors | DepthTextureMode.Depth; return (int32_t)(5); } IL_0021: { // return DepthTextureMode.None; return (int32_t)(0); } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RenderMonitors(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RenderMonitors_mD366E3E3E7D8F0F1A686CB33D352DDBE4B1B8DE8 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5944C4A41D35770B5C87F0ED6E3C7134B4FE20D7); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_2 = NULL; Enumerator_tAAC185913640F8D048BB246B939933B81987D464 V_3; memset((&V_3), 0, sizeof(V_3)); KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E V_4; memset((&V_4), 0, sizeof(V_4)); bool V_5 = false; KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E V_6; memset((&V_6), 0, sizeof(V_6)); Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* V_7 = NULL; bool G_B4_0 = false; bool G_B3_0 = false; int32_t G_B5_0 = 0; bool G_B5_1 = false; { // bool anyActive = false; V_0 = (bool)0; // bool needsHalfRes = false; V_1 = (bool)0; // foreach (var kvp in m_Monitors) Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_0 = __this->___m_Monitors_4; Enumerator_tAAC185913640F8D048BB246B939933B81987D464 L_1; L_1 = Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79(L_0, Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); V_3 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0050: {// begin finally (depth: 1) Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99((&V_3), Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0045_1; } IL_0012_1: { // foreach (var kvp in m_Monitors) KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E L_2; L_2 = Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_inline((&V_3), Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); V_4 = L_2; // bool active = kvp.Value.IsRequestedAndSupported(context); Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_3; L_3 = KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_inline((&V_4), KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; bool L_5; L_5 = Monitor_IsRequestedAndSupported_m54722701F2E06E92EEC20B760616F534C58C07EF(L_3, L_4, NULL); V_5 = L_5; // anyActive |= active; bool L_6 = V_0; bool L_7 = V_5; V_0 = (bool)((int32_t)((int32_t)L_6|(int32_t)L_7)); // needsHalfRes |= active && kvp.Value.NeedsHalfRes(); bool L_8 = V_1; bool L_9 = V_5; G_B3_0 = L_8; if (!L_9) { G_B4_0 = L_8; goto IL_0042_1; } } { Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_10; L_10 = KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_inline((&V_4), KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean UnityEngine.Rendering.PostProcessing.Monitor::NeedsHalfRes() */, L_10); G_B5_0 = ((int32_t)(L_11)); G_B5_1 = G_B3_0; goto IL_0043_1; } IL_0042_1: { G_B5_0 = 0; G_B5_1 = G_B4_0; } IL_0043_1: { V_1 = (bool)((int32_t)((int32_t)G_B5_1|G_B5_0)); } IL_0045_1: { // foreach (var kvp in m_Monitors) bool L_12; L_12 = Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508((&V_3), Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); if (L_12) { goto IL_0012_1; } } { goto IL_005e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005e: { // if (!anyActive) bool L_13 = V_0; if (L_13) { goto IL_0062; } } { // return; return; } IL_0062: { // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_14 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15; L_15 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_14, NULL); V_2 = L_15; // cmd.BeginSample("Monitors"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_16 = V_2; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_16, _stringLiteral5944C4A41D35770B5C87F0ED6E3C7134B4FE20D7, NULL); // if (needsHalfRes) bool L_17 = V_1; if (!L_17) { goto IL_00b0; } } { // cmd.GetTemporaryRT(ShaderIDs.HalfResFinalCopy, context.width / 2, context.height / 2, 0, FilterMode.Bilinear, context.sourceFormat); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = V_2; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_19 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HalfResFinalCopy_120; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_20 = ___context0; int32_t L_21; L_21 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(L_20, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_22 = ___context0; int32_t L_23; L_23 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(L_22, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_24 = ___context0; int32_t L_25; L_25 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_24, NULL); CommandBuffer_GetTemporaryRT_mFF7C77AE031A2C14FAE76DA1DA5F0BB0941610F1(L_18, L_19, ((int32_t)(L_21/2)), ((int32_t)(L_23/2)), 0, 1, L_25, NULL); // cmd.Blit(context.destination, ShaderIDs.HalfResFinalCopy); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_26 = V_2; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_27 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_28; L_28 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_27, NULL); int32_t L_29 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HalfResFinalCopy_120; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_30; L_30 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_29, NULL); CommandBuffer_Blit_mDD1E2CA1DBB6E424AF1C384AC9C8490258C8B938(L_26, L_28, L_30, NULL); } IL_00b0: { // foreach (var kvp in m_Monitors) Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_31 = __this->___m_Monitors_4; Enumerator_tAAC185913640F8D048BB246B939933B81987D464 L_32; L_32 = Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79(L_31, Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); V_3 = L_32; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ec: {// begin finally (depth: 1) Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99((&V_3), Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00e1_1; } IL_00be_1: { // foreach (var kvp in m_Monitors) KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E L_33; L_33 = Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_inline((&V_3), Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); V_6 = L_33; // var monitor = kvp.Value; Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_34; L_34 = KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_inline((&V_6), KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); V_7 = L_34; // if (monitor.requested) Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_35 = V_7; bool L_36 = L_35->___requested_1; if (!L_36) { goto IL_00e1_1; } } { // monitor.Render(context); Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_37 = V_7; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_38 = ___context0; VirtualActionInvoker1< PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(8 /* System.Void UnityEngine.Rendering.PostProcessing.Monitor::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_37, L_38); } IL_00e1_1: { // foreach (var kvp in m_Monitors) bool L_39; L_39 = Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508((&V_3), Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); if (L_39) { goto IL_00be_1; } } { goto IL_00fa; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00fa: { // if (needsHalfRes) bool L_40 = V_1; if (!L_40) { goto IL_0108; } } { // cmd.ReleaseTemporaryRT(ShaderIDs.HalfResFinalCopy); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_41 = V_2; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_42 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HalfResFinalCopy_120; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_41, L_42, NULL); } IL_0108: { // cmd.EndSample("Monitors"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_43 = V_2; CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_43, _stringLiteral5944C4A41D35770B5C87F0ED6E3C7134B4FE20D7, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::RenderSpecialOverlays(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_RenderSpecialOverlays_mD23CFE4FC14A61B52A41E88A03B85174BEE1D211 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97AE545DAD110B6AA4DDD2E561F67B350BE74D8A); s_Il2CppMethodInitialized = true; } PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_0 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_1 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_2 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_3 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_4 = NULL; int32_t G_B3_0 = 0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* G_B3_1 = NULL; int32_t G_B2_0 = 0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* G_B2_1 = NULL; float G_B4_0 = 0.0f; int32_t G_B4_1 = 0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* G_B4_2 = NULL; { // if (debugOverlay == DebugOverlay.Depth) int32_t L_0; L_0 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0077; } } { // var sheet = context.propertySheets.Get(context.resources.shaders.debugOverlays); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_1 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_2; L_2 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_1, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_3 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_4; L_4 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_3, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_5 = L_4->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_6 = L_5->___debugOverlays_19; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_7; L_7 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_2, L_6, NULL); V_0 = L_7; // sheet.properties.SetVector(ShaderIDs.Params, new Vector4(overlaySettings.linearDepth ? 1f : 0f, 0f, 0f, 0f)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_8 = V_0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_9; L_9 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_8, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_10 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64; OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9* L_11 = __this->___overlaySettings_10; bool L_12 = L_11->___linearDepth_0; G_B2_0 = L_10; G_B2_1 = L_9; if (L_12) { G_B3_0 = L_10; G_B3_1 = L_9; goto IL_0044; } } { G_B4_0 = (0.0f); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0049; } IL_0044: { G_B4_0 = (1.0f); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0049: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13; memset((&L_13), 0, sizeof(L_13)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_13), G_B4_0, (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(G_B4_2, G_B4_1, L_13, NULL); // PushDebugOverlay(context.command, BuiltinRenderTextureType.None, sheet, 0); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_14 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15; L_15 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_14, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_16; L_16 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(0, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_17 = V_0; PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697(__this, L_15, L_16, L_17, 0, NULL); return; } IL_0077: { // else if (debugOverlay == DebugOverlay.Normals) int32_t L_18; L_18 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_18) == ((uint32_t)2)))) { goto IL_00d0; } } { // var sheet = context.propertySheets.Get(context.resources.shaders.debugOverlays); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_19 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_20; L_20 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_19, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_21 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_22; L_22 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_21, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_23 = L_22->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_24 = L_23->___debugOverlays_19; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_25; L_25 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_20, L_24, NULL); V_1 = L_25; // sheet.ClearKeywords(); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_26 = V_1; PropertySheet_ClearKeywords_m3A886177632A2DF75DC115107A2BE995375C79E4(L_26, NULL); // if (context.camera.actualRenderingPath == RenderingPath.DeferredLighting) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_27 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_28; L_28 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_27, NULL); int32_t L_29; L_29 = Camera_get_actualRenderingPath_m7BC9DA3C34148F8784F62DCF4E7E34C9771CECE5(L_28, NULL); if ((!(((uint32_t)L_29) == ((uint32_t)2)))) { goto IL_00bb; } } { // sheet.EnableKeyword("SOURCE_GBUFFER"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_30 = V_1; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_30, _stringLiteral97AE545DAD110B6AA4DDD2E561F67B350BE74D8A, NULL); } IL_00bb: { // PushDebugOverlay(context.command, BuiltinRenderTextureType.None, sheet, 1); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_31 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_32; L_32 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_31, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_33; L_33 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(0, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_34 = V_1; PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697(__this, L_32, L_33, L_34, 1, NULL); return; } IL_00d0: { // else if (debugOverlay == DebugOverlay.MotionVectors) int32_t L_35; L_35 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_35) == ((uint32_t)3)))) { goto IL_0140; } } { // var sheet = context.propertySheets.Get(context.resources.shaders.debugOverlays); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_36 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_37; L_37 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_36, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_38 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_39; L_39 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_38, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_40 = L_39->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_41 = L_40->___debugOverlays_19; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_42; L_42 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_37, L_41, NULL); V_2 = L_42; // sheet.properties.SetVector(ShaderIDs.Params, new Vector4(overlaySettings.motionColorIntensity, overlaySettings.motionGridSize, 0f, 0f)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_43 = V_2; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_44; L_44 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_43, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_45 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64; OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9* L_46 = __this->___overlaySettings_10; float L_47 = L_46->___motionColorIntensity_1; OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9* L_48 = __this->___overlaySettings_10; int32_t L_49 = L_48->___motionGridSize_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_50; memset((&L_50), 0, sizeof(L_50)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_50), L_47, ((float)L_49), (0.0f), (0.0f), /*hidden argument*/NULL); MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_44, L_45, L_50, NULL); // PushDebugOverlay(context.command, context.source, sheet, 2); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_51 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_52; L_52 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_51, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_53 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_54; L_54 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_53, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_55 = V_2; PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697(__this, L_52, L_54, L_55, 2, NULL); return; } IL_0140: { // else if (debugOverlay == DebugOverlay.NANTracker) int32_t L_56; L_56 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_56) == ((uint32_t)4)))) { goto IL_017a; } } { // var sheet = context.propertySheets.Get(context.resources.shaders.debugOverlays); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_57 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_58; L_58 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_57, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_59 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_60; L_60 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_59, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_61 = L_60->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_62 = L_61->___debugOverlays_19; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_63; L_63 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_58, L_62, NULL); V_3 = L_63; // PushDebugOverlay(context.command, context.source, sheet, 3); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_64 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_65; L_65 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_64, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_66 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_67; L_67 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_66, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_68 = V_3; PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697(__this, L_65, L_67, L_68, 3, NULL); return; } IL_017a: { // else if (debugOverlay == DebugOverlay.ColorBlindnessSimulation) int32_t L_69; L_69 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(__this, NULL); if ((!(((uint32_t)L_69) == ((uint32_t)5)))) { goto IL_01f1; } } { // var sheet = context.propertySheets.Get(context.resources.shaders.debugOverlays); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_70 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_71; L_71 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_70, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_72 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_73; L_73 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_72, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_74 = L_73->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_75 = L_74->___debugOverlays_19; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_76; L_76 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_71, L_75, NULL); V_4 = L_76; // sheet.properties.SetVector(ShaderIDs.Params, new Vector4(overlaySettings.colorBlindnessStrength, 0f, 0f, 0f)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_77 = V_4; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_78; L_78 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_77, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_79 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64; OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9* L_80 = __this->___overlaySettings_10; float L_81 = L_80->___colorBlindnessStrength_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_82; memset((&L_82), 0, sizeof(L_82)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_82), L_81, (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_78, L_79, L_82, NULL); // PushDebugOverlay(context.command, context.source, sheet, 4 + (int)overlaySettings.colorBlindnessType); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_83 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_84; L_84 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_83, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_85 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_86; L_86 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_85, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_87 = V_4; OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9* L_88 = __this->___overlaySettings_10; int32_t L_89 = L_88->___colorBlindnessType_3; PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697(__this, L_84, L_86, L_87, ((int32_t)il2cpp_codegen_add(4, (int32_t)L_89)), NULL); } IL_01f1: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::EndFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer_EndFrame_mDBDCD82C1BE519E65293D44A840500FE4B6D58A8 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tAAC185913640F8D048BB246B939933B81987D464 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E V_1; memset((&V_1), 0, sizeof(V_1)); { // foreach (var kvp in m_Monitors) Dictionary_2_t1351A00592947538540E9B7993C77F1F1FDF11B2* L_0 = __this->___m_Monitors_4; Enumerator_tAAC185913640F8D048BB246B939933B81987D464 L_1; L_1 = Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79(L_0, Dictionary_2_GetEnumerator_m9B33B736901D1890F89DD4B0CFE5E4D4D85B3C79_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002e: {// begin finally (depth: 1) Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99((&V_0), Enumerator_Dispose_m5DC7EEDF3476F2FD6429BE1AB55CA1EBABA54C99_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0023_1; } IL_000e_1: { // foreach (var kvp in m_Monitors) KeyValuePair_2_tD9E3AD120523C868F9D1FC0DFB0DD6732B248A7E L_2; L_2 = Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_inline((&V_0), Enumerator_get_Current_m2CBB48AD48CCBC60C932F3F201CAA7760E6AC228_RuntimeMethod_var); V_1 = L_2; // kvp.Value.requested = false; Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* L_3; L_3 = KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_inline((&V_1), KeyValuePair_2_get_Value_mD80AD6A3B3E6AD3184CB71F4CA5E103E8B361FA2_RuntimeMethod_var); L_3->___requested_1 = (bool)0; } IL_0023_1: { // foreach (var kvp in m_Monitors) bool L_4; L_4 = Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508((&V_0), Enumerator_MoveNext_m0FDFDFA11B935D066D6D424F2CF734564C4E5508_RuntimeMethod_var); if (L_4) { goto IL_000e_1; } } { goto IL_003c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003c: { // if (!debugOverlayActive) bool L_5; L_5 = PostProcessDebugLayer_get_debugOverlayActive_m7990B750167EF1A31F8A3F96B539B322D3F7FC84_inline(__this, NULL); if (L_5) { goto IL_004a; } } { // DestroyDebugOverlayTarget(); PostProcessDebugLayer_DestroyDebugOverlayTarget_mA98B3230B16094649A5149FA8FD978634B755846(__this, NULL); } IL_004a: { // debugOverlay = DebugOverlay.None; PostProcessDebugLayer_set_debugOverlay_m8A972C54696447B69FBC597FA9E67C3D9B7C322A_inline(__this, 0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessDebugLayer__ctor_m5A99D89DCB5BFFEE99D91396CED829F86B24EE61 (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer/OverlaySettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverlaySettings__ctor_m88E7EAF9BE31DF010DA0CC32DBF93ACF0C6CE22D (OverlaySettings_tDCC2B2E449D66E7C4C7ED33D809FA738519115E9* __this, const RuntimeMethod* method) { { // public float motionColorIntensity = 4f; __this->___motionColorIntensity_1 = (4.0f); // public int motionGridSize = 64; __this->___motionGridSize_2 = ((int32_t)64); // public float colorBlindnessStrength = 1f; __this->___colorBlindnessStrength_4 = (1.0f); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectRenderer_Init_m174682ACFF9ABF0E0FC7E7684A84C9442A30D19C (PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* __this, const RuntimeMethod* method) { { // } return; } } // UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::GetCameraFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessEffectRenderer_GetCameraFlags_mC65D31F164C708C88C624B63E25FCA32C3F0DDFD (PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* __this, const RuntimeMethod* method) { { // return DepthTextureMode.None; return (int32_t)(0); } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::ResetHistory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectRenderer_ResetHistory_mB97A23456B52D5B555005D46FB5C38C7887DF918 (PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* __this, const RuntimeMethod* method) { { // m_ResetHistory = true; __this->___m_ResetHistory_0 = (bool)1; // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectRenderer_Release_m9464A96E9F63258C17DA6480A46A13F06FC8EAEB (PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* __this, const RuntimeMethod* method) { { // ResetHistory(); VirtualActionInvoker0::Invoke(6 /* System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::ResetHistory() */, __this); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectRenderer__ctor_m0E9A4D08F3DDABC9B7C4D3E81DF54F43D9729538 (PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* __this, const RuntimeMethod* method) { { // protected bool m_ResetHistory = true; __this->___m_ResetHistory_0 = (bool)1; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectSettings_OnEnable_m53B71C90196D55E0557B09526B62F1964F90DE60 (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisFieldInfo_t_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m305093C3E08FA712AA4846984EDB85C0AF6EE5E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisFieldInfo_t_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m7F4470BBB9282C417A841BCEE19689D1544B904B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m858F2B96F98D9CC18B02DA446D672BD1C90DDC2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AsReadOnly_m83B2AEDAAFF07CC805258F38C03B90FBC3E7E06E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessEffectSettings_U3COnEnableU3Eb__3_2_mE5072CBCD4F5E941C6DE52C0A9EC5BEAD6A7AE9A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnEnableU3Eb__3_0_m85647CDDCD9A9892F0F99E85586B15BF0AD725F3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnEnableU3Eb__3_1_m50822ACB3F5C9C9F17FB2CD5DD51E85C307D1ED0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* G_B2_0 = NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* G_B2_1 = NULL; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* G_B2_2 = NULL; Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* G_B1_0 = NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* G_B1_1 = NULL; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* G_B1_2 = NULL; Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* G_B4_0 = NULL; RuntimeObject* G_B4_1 = NULL; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* G_B4_2 = NULL; Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* G_B3_2 = NULL; { // parameters = GetType() // .GetFields(BindingFlags.Public | BindingFlags.Instance) // .Where(t => t.FieldType.IsSubclassOf(typeof(ParameterOverride))) // .OrderBy(t => t.MetadataToken) // Guaranteed order // .Select(t => (ParameterOverride)t.GetValue(this)) // .ToList() // .AsReadOnly(); Type_t* L_0; L_0 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_1; L_1 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(84 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_0, ((int32_t)20)); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var); Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_2 = ((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9__3_0_1; Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_1; G_B1_2 = __this; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_1; G_B2_2 = __this; goto IL_002d; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var); U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* L_4 = ((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_5 = (Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630*)il2cpp_codegen_object_new(Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630_il2cpp_TypeInfo_var); Func_2__ctor_m720E8683356B22FA89D3983D974FC700BDE279A3(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3COnEnableU3Eb__3_0_m85647CDDCD9A9892F0F99E85586B15BF0AD725F3_RuntimeMethod_var), NULL); Func_2_t03668587D04B8ECC3E6CE9EF3B2852118286E630* L_6 = L_5; ((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9__3_0_1 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9__3_0_1), (void*)L_6); G_B2_0 = L_6; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_002d: { RuntimeObject* L_7; L_7 = Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_Where_TisFieldInfo_t_mCB3957CC209F10E6FDA91C4BB12C2E6B549B7F90_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var); Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* L_8 = ((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9__3_1_2; Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* L_9 = L_8; G_B3_0 = L_9; G_B3_1 = L_7; G_B3_2 = G_B2_2; if (L_9) { G_B4_0 = L_9; G_B4_1 = L_7; G_B4_2 = G_B2_2; goto IL_0051; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var); U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* L_10 = ((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* L_11 = (Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892*)il2cpp_codegen_object_new(Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892_il2cpp_TypeInfo_var); Func_2__ctor_m5DB217344566C2A38EC70962009FB208C7447482(L_11, L_10, (intptr_t)((void*)U3CU3Ec_U3COnEnableU3Eb__3_1_m50822ACB3F5C9C9F17FB2CD5DD51E85C307D1ED0_RuntimeMethod_var), NULL); Func_2_t77AF745C0F9B082CCA8A895BCF11881A4E488892* L_12 = L_11; ((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9__3_1_2 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9__3_1_2), (void*)L_12); G_B4_0 = L_12; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0051: { RuntimeObject* L_13; L_13 = Enumerable_OrderBy_TisFieldInfo_t_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m305093C3E08FA712AA4846984EDB85C0AF6EE5E7(G_B4_1, G_B4_0, Enumerable_OrderBy_TisFieldInfo_t_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m305093C3E08FA712AA4846984EDB85C0AF6EE5E7_RuntimeMethod_var); Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954* L_14 = (Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954*)il2cpp_codegen_object_new(Func_2_tAC2CEC18B7C22A1241D5A84A2C45CE5E52122954_il2cpp_TypeInfo_var); Func_2__ctor_m13696399FBFDFAA8C1FEEAA6C0BA3449D2B2BA2C(L_14, __this, (intptr_t)((void*)PostProcessEffectSettings_U3COnEnableU3Eb__3_2_mE5072CBCD4F5E941C6DE52C0A9EC5BEAD6A7AE9A_RuntimeMethod_var), NULL); RuntimeObject* L_15; L_15 = Enumerable_Select_TisFieldInfo_t_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m7F4470BBB9282C417A841BCEE19689D1544B904B(L_13, L_14, Enumerable_Select_TisFieldInfo_t_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m7F4470BBB9282C417A841BCEE19689D1544B904B_RuntimeMethod_var); List_1_t49F02BC6B19AC5974EAB0494421179EB1063A4A8* L_16; L_16 = Enumerable_ToList_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m858F2B96F98D9CC18B02DA446D672BD1C90DDC2D(L_15, Enumerable_ToList_TisParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_m858F2B96F98D9CC18B02DA446D672BD1C90DDC2D_RuntimeMethod_var); ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_17; L_17 = List_1_AsReadOnly_m83B2AEDAAFF07CC805258F38C03B90FBC3E7E06E(L_16, List_1_AsReadOnly_m83B2AEDAAFF07CC805258F38C03B90FBC3E7E06E_RuntimeMethod_var); G_B4_2->___parameters_6 = L_17; Il2CppCodeGenWriteBarrier((void**)(&G_B4_2->___parameters_6), (void*)L_17); // foreach (var parameter in parameters) ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_18 = __this->___parameters_6; RuntimeObject* L_19; L_19 = ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8(L_18, ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); V_0 = L_19; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_0; if (!L_20) { goto IL_00a2; } } { RuntimeObject* L_21 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_21); } IL_00a2: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_008f_1; } IL_0084_1: { // foreach (var parameter in parameters) RuntimeObject* L_22 = V_0; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_23; L_23 = InterfaceFuncInvoker0< ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var, L_22); // parameter.OnEnable(); VirtualActionInvoker0::Invoke(6 /* System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride::OnEnable() */, L_23); } IL_008f_1: { // foreach (var parameter in parameters) RuntimeObject* L_24 = V_0; bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0084_1; } } { goto IL_00a3; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a3: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectSettings_OnDisable_m9FAE66EBBEACD6D7BE2ECCE9FBAAEF0A0C54FDE0 (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // if (parameters == null) ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_0 = __this->___parameters_6; if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // foreach (var parameter in parameters) ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_1 = __this->___parameters_6; RuntimeObject* L_2; L_2 = ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8(L_1, ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); V_0 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002c: {// begin finally (depth: 1) { RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0035; } } { RuntimeObject* L_4 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_0035: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0022_1; } IL_0017_1: { // foreach (var parameter in parameters) RuntimeObject* L_5 = V_0; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_6; L_6 = InterfaceFuncInvoker0< ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var, L_5); // parameter.OnDisable(); VirtualActionInvoker0::Invoke(7 /* System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride::OnDisable() */, L_6); } IL_0022_1: { // foreach (var parameter in parameters) RuntimeObject* L_7 = V_0; bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0017_1; } } { goto IL_0036; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0036: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::SetAllOverridesTo(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectSettings_SetAllOverridesTo_m0EFF9FC7563FE058E728801E91F01808431BF140 (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, bool ___state0, bool ___excludeEnabled1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* V_1 = NULL; { // foreach (var prop in parameters) ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_0 = __this->___parameters_6; RuntimeObject* L_1; L_1 = ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8(L_0, ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0032: {// begin finally (depth: 1) { RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_003b; } } { RuntimeObject* L_3 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_003b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0028_1; } IL_000e_1: { // foreach (var prop in parameters) RuntimeObject* L_4 = V_0; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_5; L_5 = InterfaceFuncInvoker0< ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var, L_4); V_1 = L_5; // if (excludeEnabled && prop == enabled) bool L_6 = ___excludeEnabled1; if (!L_6) { goto IL_0021_1; } } { ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_7 = V_1; BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* L_8 = __this->___enabled_5; if ((((RuntimeObject*)(ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90*)L_7) == ((RuntimeObject*)(BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE*)L_8))) { goto IL_0028_1; } } IL_0021_1: { // prop.overrideState = state; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_9 = V_1; bool L_10 = ___state0; L_9->___overrideState_0 = L_10; } IL_0028_1: { // foreach (var prop in parameters) RuntimeObject* L_11 = V_0; bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_000e_1; } } { goto IL_003c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003c: { // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessEffectSettings_IsEnabledAndSupported_m3A0E447900FC7C1DFA163D851CACD45C7836760D (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { { // return enabled.value; BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* L_0 = __this->___enabled_5; bool L_1 = ((ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C*)L_0)->___value_1; return L_1; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::GetHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessEffectSettings_GetHash_m4E159616856B60028F64AB21661EBABA8072D9E8 (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* V_2 = NULL; { // int hash = 17; V_0 = ((int32_t)17); // foreach (var p in parameters) ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_0 = __this->___parameters_6; RuntimeObject* L_1; L_1 = ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8(L_0, ReadOnlyCollection_1_GetEnumerator_m4CBE27B111188B1B891A58701EBCAA93C8C990B8_RuntimeMethod_var); V_1 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_2 = V_1; if (!L_2) { goto IL_0037; } } { RuntimeObject* L_3 = V_1; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_0037: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0024_1; } IL_0011_1: { // foreach (var p in parameters) RuntimeObject* L_4 = V_1; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_5; L_5 = InterfaceFuncInvoker0< ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tBC2171C79A6917D7FBAE2B96EF94273784165B83_il2cpp_TypeInfo_var, L_4); V_2 = L_5; // hash = hash * 23 + p.GetHash(); int32_t L_6 = V_0; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_7 = V_2; int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Rendering.PostProcessing.ParameterOverride::GetHash() */, L_7); V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_6, ((int32_t)23))), L_8)); } IL_0024_1: { // foreach (var p in parameters) RuntimeObject* L_9 = V_1; bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0011_1; } } { goto IL_0038; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0038: { // return hash; int32_t L_11 = V_0; return L_11; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessEffectSettings__ctor_mD40D0A07297AB8295240B8AFDA7A961384C4F82D (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool active = true; __this->___active_4 = (bool)1; // public BoolParameter enabled = new BoolParameter { overrideState = true, value = false }; BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* L_0 = (BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE*)il2cpp_codegen_object_new(BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE_il2cpp_TypeInfo_var); BoolParameter__ctor_m3D75EA93FDC7D88D346025CB612A459B92915FE7(L_0, NULL); BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* L_1 = L_0; ((ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90*)L_1)->___overrideState_0 = (bool)1; BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* L_2 = L_1; ((ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C*)L_2)->___value_1 = (bool)0; __this->___enabled_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___enabled_5), (void*)L_2); ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL); return; } } // UnityEngine.Rendering.PostProcessing.ParameterOverride UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::b__3_2(System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* PostProcessEffectSettings_U3COnEnableU3Eb__3_2_mE5072CBCD4F5E941C6DE52C0A9EC5BEAD6A7AE9A (PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* __this, FieldInfo_t* ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // .Select(t => (ParameterOverride)t.GetValue(this)) FieldInfo_t* L_0 = ___t0; RuntimeObject* L_1; L_1 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_0, __this); return ((ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90*)CastclassClass((RuntimeObject*)L_1, ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mE68E1D1B36956CC366071123266B1ED4686FE489 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* L_0 = (U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873*)il2cpp_codegen_object_new(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mF340714BAF696077FEEB50C8F0921CBADB691665(L_0, NULL); ((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF340714BAF696077FEEB50C8F0921CBADB691665 (U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::b__3_0(System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnEnableU3Eb__3_0_m85647CDDCD9A9892F0F99E85586B15BF0AD725F3 (U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* __this, FieldInfo_t* ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // .Where(t => t.FieldType.IsSubclassOf(typeof(ParameterOverride))) FieldInfo_t* L_0 = ___t0; Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_0); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); bool L_4; L_4 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(20 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_1, L_3); return L_4; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings/<>c::b__3_1(System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3COnEnableU3Eb__3_1_m50822ACB3F5C9C9F17FB2CD5DD51E85C307D1ED0 (U3CU3Ec_t64375ABC529B65C029EF8261A0ED6179D29B4873* __this, FieldInfo_t* ___t0, const RuntimeMethod* method) { { // .OrderBy(t => t.MetadataToken) // Guaranteed order FieldInfo_t* L_0 = ___t0; int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEventComparer::Equals(UnityEngine.Rendering.PostProcessing.PostProcessEvent,UnityEngine.Rendering.PostProcessing.PostProcessEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessEventComparer_Equals_m2166068BCF36DB77A9E738FC50C0A77AC8C4C96D (PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { { // return x == y; int32_t L_0 = ___x0; int32_t L_1 = ___y1; return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } IL2CPP_EXTERN_C bool PostProcessEventComparer_Equals_m2166068BCF36DB77A9E738FC50C0A77AC8C4C96D_AdjustorThunk (RuntimeObject* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PostProcessEventComparer_Equals_m2166068BCF36DB77A9E738FC50C0A77AC8C4C96D(_thisAdjusted, ___x0, ___y1, method); return _returnValue; } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessEventComparer::GetHashCode(UnityEngine.Rendering.PostProcessing.PostProcessEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessEventComparer_GetHashCode_mDF3708FBF53C71BC1FA3024694AB19BD0553D45A (PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2* __this, int32_t ___obj0, const RuntimeMethod* method) { { // return (int)obj; int32_t L_0 = ___obj0; return L_0; } } IL2CPP_EXTERN_C int32_t PostProcessEventComparer_GetHashCode_mDF3708FBF53C71BC1FA3024694AB19BD0553D45A_AdjustorThunk (RuntimeObject* __this, int32_t ___obj0, const RuntimeMethod* method) { PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PostProcessEventComparer_GetHashCode_mDF3708FBF53C71BC1FA3024694AB19BD0553D45A(_thisAdjusted, ___obj0, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> UnityEngine.Rendering.PostProcessing.PostProcessLayer::get_sortedBundles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* PostProcessLayer_get_sortedBundles_m1C832D9F4C17EBC0E9E8704923DE1876634588B9 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { { // public Dictionary> sortedBundles { get; private set; } Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_0 = __this->___U3CsortedBundlesU3Ek__BackingField_23; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::set_sortedBundles(System.Collections.Generic.Dictionary`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_set_sortedBundles_mF014B030591011A9935170FCC8747EDD3F6075FF (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* ___value0, const RuntimeMethod* method) { { // public Dictionary> sortedBundles { get; private set; } Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_0 = ___value0; __this->___U3CsortedBundlesU3Ek__BackingField_23 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsortedBundlesU3Ek__BackingField_23), (void*)L_0); return; } } // UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.PostProcessLayer::get_cameraDepthFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessLayer_get_cameraDepthFlags_m7B14DC4DFC770826A06AF45843738D2EC68EDD01 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { { // public DepthTextureMode cameraDepthFlags { get; private set; } int32_t L_0 = __this->___U3CcameraDepthFlagsU3Ek__BackingField_24; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::set_cameraDepthFlags(UnityEngine.DepthTextureMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_set_cameraDepthFlags_mBC9A8CE97A08E406A3DF3F3F6AAA157330316578 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t ___value0, const RuntimeMethod* method) { { // public DepthTextureMode cameraDepthFlags { get; private set; } int32_t L_0 = ___value0; __this->___U3CcameraDepthFlagsU3Ek__BackingField_24 = L_0; return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::get_haveBundlesBeenInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_get_haveBundlesBeenInited_m8FC1BB2B461C9427AE234EAB8B3C83339B0C544B (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { { // public bool haveBundlesBeenInited { get; private set; } bool L_0 = __this->___U3ChaveBundlesBeenInitedU3Ek__BackingField_25; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::set_haveBundlesBeenInited(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_set_haveBundlesBeenInited_mC73845F7B1DF581C092B4A735244B17E75D979FA (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, bool ___value0, const RuntimeMethod* method) { { // public bool haveBundlesBeenInited { get; private set; } bool L_0 = ___value0; __this->___U3ChaveBundlesBeenInitedU3Ek__BackingField_25 = L_0; return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OnEnable_m9CF9B052529EEF6E2016CE00FFBA81C130342EE2 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Init(null); PostProcessLayer_Init_m0FDB593A6B13381DAFAA2078CCA2F913AAC983F9(__this, (PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D*)NULL, NULL); // if (!haveBundlesBeenInited) bool L_0; L_0 = PostProcessLayer_get_haveBundlesBeenInited_m8FC1BB2B461C9427AE234EAB8B3C83339B0C544B_inline(__this, NULL); if (L_0) { goto IL_0015; } } { // InitBundles(); PostProcessLayer_InitBundles_mF98EC0C218D2F1E0D21B643EEBE109CA4F8C71B3(__this, NULL); } IL_0015: { // m_LogHistogram = new LogHistogram(); LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* L_1 = (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24*)il2cpp_codegen_object_new(LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24_il2cpp_TypeInfo_var); LogHistogram__ctor_mF476B2492B4A33D5D402DC14EB9671CE61364CC7(L_1, NULL); __this->___m_LogHistogram_34 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LogHistogram_34), (void*)L_1); // m_PropertySheetFactory = new PropertySheetFactory(); PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_2 = (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D*)il2cpp_codegen_object_new(PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D_il2cpp_TypeInfo_var); PropertySheetFactory__ctor_mA96B46A130766B88D431ECDC3A6B5838DCF916D7(L_2, NULL); __this->___m_PropertySheetFactory_27 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PropertySheetFactory_27), (void*)L_2); // m_TargetPool = new TargetPool(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_3 = (TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C*)il2cpp_codegen_object_new(TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C_il2cpp_TypeInfo_var); TargetPool__ctor_m00A7A8FD2FB5F0FD7BF02F424D32A9FB6B365199(L_3, NULL); __this->___m_TargetPool_37 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetPool_37), (void*)L_3); // debugLayer.OnEnable(); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_4 = __this->___debugLayer_14; PostProcessDebugLayer_OnEnable_m387008B7ED2B3F492C6D5F57EEC62057BF293C3E(L_4, NULL); // if (RuntimeUtilities.scriptableRenderPipelineActive) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_5; L_5 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (!L_5) { goto IL_0049; } } { // return; return; } IL_0049: { // InitLegacy(); PostProcessLayer_InitLegacy_m354AC408E683A1B536D8C30BA93720037025BB5E(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::InitLegacy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_InitLegacy_m354AC408E683A1B536D8C30BA93720037025BB5E (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43FA41D97529E894BDBBF936A527F467B3CB1525); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FDAEC7A5845D33C15832E734EEF3034A54071E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD96BE28A4BF7458178E287E805320A7B8B81B4CC); s_Il2CppMethodInitialized = true; } { // m_LegacyCmdBufferBeforeReflections = new CommandBuffer { name = "Deferred Ambient Occlusion" }; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_0, NULL); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = L_0; CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965(L_1, _stringLiteralD96BE28A4BF7458178E287E805320A7B8B81B4CC, NULL); __this->___m_LegacyCmdBufferBeforeReflections_28 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LegacyCmdBufferBeforeReflections_28), (void*)L_1); // m_LegacyCmdBufferBeforeLighting = new CommandBuffer { name = "Deferred Ambient Occlusion" }; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_2, NULL); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = L_2; CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965(L_3, _stringLiteralD96BE28A4BF7458178E287E805320A7B8B81B4CC, NULL); __this->___m_LegacyCmdBufferBeforeLighting_29 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LegacyCmdBufferBeforeLighting_29), (void*)L_3); // m_LegacyCmdBufferOpaque = new CommandBuffer { name = "Opaque Only Post-processing" }; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_4, NULL); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = L_4; CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965(L_5, _stringLiteral43FA41D97529E894BDBBF936A527F467B3CB1525, NULL); __this->___m_LegacyCmdBufferOpaque_30 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LegacyCmdBufferOpaque_30), (void*)L_5); // m_LegacyCmdBuffer = new CommandBuffer { name = "Post-processing" }; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_6, NULL); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = L_6; CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965(L_7, _stringLiteral9FDAEC7A5845D33C15832E734EEF3034A54071E9, NULL); __this->___m_LegacyCmdBuffer_31 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LegacyCmdBuffer_31), (void*)L_7); // m_Camera = GetComponent(); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8; L_8 = Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4(__this, Component_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m64AC6C06DD93C5FB249091FEC84FA8475457CCC4_RuntimeMethod_var); __this->___m_Camera_32 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Camera_32), (void*)L_8); // m_Camera.AddCommandBuffer(CameraEvent.BeforeReflections, m_LegacyCmdBufferBeforeReflections); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = __this->___m_LegacyCmdBufferBeforeReflections_28; Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A(L_9, ((int32_t)21), L_10, NULL); // m_Camera.AddCommandBuffer(CameraEvent.BeforeLighting, m_LegacyCmdBufferBeforeLighting); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_11 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = __this->___m_LegacyCmdBufferBeforeLighting_29; Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A(L_11, 6, L_12, NULL); // m_Camera.AddCommandBuffer(CameraEvent.BeforeImageEffectsOpaque, m_LegacyCmdBufferOpaque); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_13 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = __this->___m_LegacyCmdBufferOpaque_30; Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A(L_13, ((int32_t)12), L_14, NULL); // m_Camera.AddCommandBuffer(CameraEvent.BeforeImageEffects, m_LegacyCmdBuffer); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_16 = __this->___m_LegacyCmdBuffer_31; Camera_AddCommandBuffer_m2C1C3C2D93CB62D569714B3FFA694CAB9BF81A9A(L_15, ((int32_t)18), L_16, NULL); // m_CurrentContext = new PostProcessRenderContext(); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_17 = (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7*)il2cpp_codegen_object_new(PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7_il2cpp_TypeInfo_var); PostProcessRenderContext__ctor_m3475CD5D0C8B8A1BCEAC80C4FA8DBBA15A4EEF45(L_17, NULL); __this->___m_CurrentContext_33 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentContext_33), (void*)L_17); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::DynamicResolutionAllowsFinalBlitToCameraTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_DynamicResolutionAllowsFinalBlitToCameraTarget_m9AACAA266C7632AF1B271CA5A4B3ADB8713BF199 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { { // return (!m_Camera.allowDynamicResolution || (ScalableBufferManager.heightScaleFactor == 1.0 && ScalableBufferManager.widthScaleFactor == 1.0)); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_Camera_32; bool L_1; L_1 = Camera_get_allowDynamicResolution_mAD3664A7319B2D48FF0D6DCEE6FD7B855F21A79B(L_0, NULL); if (!L_1) { goto IL_0032; } } { float L_2; L_2 = ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B(NULL); if ((!(((double)((double)L_2)) == ((double)(1.0))))) { goto IL_0030; } } { float L_3; L_3 = ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC(NULL); return (bool)((((double)((double)L_3)) == ((double)(1.0)))? 1 : 0); } IL_0030: { return (bool)0; } IL_0032: { return (bool)1; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OnRenderImage_m88AE7F294CBCA2042C76BC0B45544109752B4FA4 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___src0, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dst1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (finalBlitToCameraTarget && !m_CurrentContext.stereoActive && DynamicResolutionAllowsFinalBlitToCameraTarget()) bool L_0 = __this->___finalBlitToCameraTarget_7; if (!L_0) { goto IL_0024; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_1 = __this->___m_CurrentContext_33; bool L_2; L_2 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_1, NULL); if (L_2) { goto IL_0024; } } { bool L_3; L_3 = PostProcessLayer_DynamicResolutionAllowsFinalBlitToCameraTarget_m9AACAA266C7632AF1B271CA5A4B3ADB8713BF199(__this, NULL); if (!L_3) { goto IL_0024; } } { // RenderTexture.active = dst; // silence warning RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4 = ___dst1; RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB(L_4, NULL); return; } IL_0024: { // Graphics.Blit(src, dst); RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5 = ___src0; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_6 = ___dst1; il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var); Graphics_Blit_m8D99E16B74C7D3C8F79F4F142C59DB6B38114504(L_5, L_6, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::Init(UnityEngine.Rendering.PostProcessing.PostProcessResources) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_Init_m0FDB593A6B13381DAFAA2078CCA2F913AAC983F9 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___resources0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisDithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD_m2E04B3E76EC6719327D964607BF1705031584E17_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisFastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07_m37122127FC0A9E547B6182AD89C06D2644EA55F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisFog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF_m083F2E9ABEAD614B33C5F48C6D2D17BCC2403DAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisPostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02_mD44344F9107415037CD3C9263B7A22186F19F99E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisSubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12_mD1AA9E3FF60BB7AA41E3B4C841E8B51594775D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisTemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644_mBC5B053018C882C60560027B746A139BE2946E6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (resources != null) m_Resources = resources; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = ___resources0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0010; } } { // if (resources != null) m_Resources = resources; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_2 = ___resources0; __this->___m_Resources_15 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Resources_15), (void*)L_2); } IL_0010: { // RuntimeUtilities.CreateIfNull(ref temporalAntialiasing); TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644** L_3 = (&__this->___temporalAntialiasing_9); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_CreateIfNull_TisTemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644_mBC5B053018C882C60560027B746A139BE2946E6F(L_3, RuntimeUtilities_CreateIfNull_TisTemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644_mBC5B053018C882C60560027B746A139BE2946E6F_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref subpixelMorphologicalAntialiasing); SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12** L_4 = (&__this->___subpixelMorphologicalAntialiasing_10); RuntimeUtilities_CreateIfNull_TisSubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12_mD1AA9E3FF60BB7AA41E3B4C841E8B51594775D5D(L_4, RuntimeUtilities_CreateIfNull_TisSubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12_mD1AA9E3FF60BB7AA41E3B4C841E8B51594775D5D_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref fastApproximateAntialiasing); FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07** L_5 = (&__this->___fastApproximateAntialiasing_11); RuntimeUtilities_CreateIfNull_TisFastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07_m37122127FC0A9E547B6182AD89C06D2644EA55F2(L_5, RuntimeUtilities_CreateIfNull_TisFastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07_m37122127FC0A9E547B6182AD89C06D2644EA55F2_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref dithering); Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD** L_6 = (&__this->___dithering_13); RuntimeUtilities_CreateIfNull_TisDithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD_m2E04B3E76EC6719327D964607BF1705031584E17(L_6, RuntimeUtilities_CreateIfNull_TisDithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD_m2E04B3E76EC6719327D964607BF1705031584E17_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref fog); Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF** L_7 = (&__this->___fog_12); RuntimeUtilities_CreateIfNull_TisFog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF_m083F2E9ABEAD614B33C5F48C6D2D17BCC2403DAA(L_7, RuntimeUtilities_CreateIfNull_TisFog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF_m083F2E9ABEAD614B33C5F48C6D2D17BCC2403DAA_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref debugLayer); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02** L_8 = (&__this->___debugLayer_14); RuntimeUtilities_CreateIfNull_TisPostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02_mD44344F9107415037CD3C9263B7A22186F19F99E(L_8, RuntimeUtilities_CreateIfNull_TisPostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02_mD44344F9107415037CD3C9263B7A22186F19F99E_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::InitBundles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_InitBundles_mF98EC0C218D2F1E0D21B643EEBE109CA4F8C71B3 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m0EFCF6DADEC3FFD480C56439F2BBA2B5E640837A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m134502B264DA373A8992080E855BD5DB02724773_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m6CE0E1113145F251C7E00461F5CDCA1386B1EF68_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m25902069AC879E30033024ABC536F5FBBE33EC6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC53277D501DBC7F63754C2C82DE053DC5D4A5B24_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE1ADF05B3E14BDB77C681C6FD8446938673F2A55_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m8FD2A2C85E781301549977263F88993F855C76DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_mFCDD3F6BC7C7433A348CCC0E60AE70F57B47FB6E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE V_0; memset((&V_0), 0, sizeof(V_0)); Type_t* V_1 = NULL; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* V_2 = NULL; PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2 V_3; memset((&V_3), 0, sizeof(V_3)); { // if (haveBundlesBeenInited) bool L_0; L_0 = PostProcessLayer_get_haveBundlesBeenInited_m8FC1BB2B461C9427AE234EAB8B3C83339B0C544B_inline(__this, NULL); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // RuntimeUtilities.CreateIfNull(ref m_BeforeTransparentBundles); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396** L_1 = (&__this->___m_BeforeTransparentBundles_20); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596(L_1, RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref m_BeforeStackBundles); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396** L_2 = (&__this->___m_BeforeStackBundles_21); RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596(L_2, RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596_RuntimeMethod_var); // RuntimeUtilities.CreateIfNull(ref m_AfterStackBundles); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396** L_3 = (&__this->___m_AfterStackBundles_22); RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596(L_3, RuntimeUtilities_CreateIfNull_TisList_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396_mC3FFE6762EC709391C644CD89DD7EA6302BCD596_RuntimeMethod_var); // m_Bundles = new Dictionary(); Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_4 = (Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0*)il2cpp_codegen_object_new(Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0_il2cpp_TypeInfo_var); Dictionary_2__ctor_m6CE0E1113145F251C7E00461F5CDCA1386B1EF68(L_4, Dictionary_2__ctor_m6CE0E1113145F251C7E00461F5CDCA1386B1EF68_RuntimeMethod_var); __this->___m_Bundles_26 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Bundles_26), (void*)L_4); // foreach (var type in PostProcessManager.instance.settingsTypes.Keys) PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_5; L_5 = PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C(NULL); Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* L_6 = L_5->___settingsTypes_7; KeyCollection_tA8A23858FC36989BCF8729025F5A3DCF5517A33B* L_7; L_7 = Dictionary_2_get_Keys_m25902069AC879E30033024ABC536F5FBBE33EC6B(L_6, Dictionary_2_get_Keys_m25902069AC879E30033024ABC536F5FBBE33EC6B_RuntimeMethod_var); Enumerator_t2FAA73728B27EC52B8D91DB0B6576058873ACFCE L_8; L_8 = KeyCollection_GetEnumerator_mFCDD3F6BC7C7433A348CCC0E60AE70F57B47FB6E(L_7, KeyCollection_GetEnumerator_mFCDD3F6BC7C7433A348CCC0E60AE70F57B47FB6E_RuntimeMethod_var); V_0 = L_8; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007d: {// begin finally (depth: 1) Enumerator_Dispose_mC53277D501DBC7F63754C2C82DE053DC5D4A5B24((&V_0), Enumerator_Dispose_mC53277D501DBC7F63754C2C82DE053DC5D4A5B24_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0072_1; } IL_004c_1: { // foreach (var type in PostProcessManager.instance.settingsTypes.Keys) Type_t* L_9; L_9 = Enumerator_get_Current_m8FD2A2C85E781301549977263F88993F855C76DA_inline((&V_0), Enumerator_get_Current_m8FD2A2C85E781301549977263F88993F855C76DA_RuntimeMethod_var); V_1 = L_9; // var settings = (PostProcessEffectSettings)ScriptableObject.CreateInstance(type); Type_t* L_10 = V_1; ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_11; L_11 = ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24(L_10, NULL); // var bundle = new PostProcessBundle(settings); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_12 = (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511*)il2cpp_codegen_object_new(PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_il2cpp_TypeInfo_var); PostProcessBundle__ctor_m980F8608CC22C6F40C0382EA3208A4D6889F33FD(L_12, ((PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449*)CastclassClass((RuntimeObject*)L_11, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_il2cpp_TypeInfo_var)), NULL); V_2 = L_12; // m_Bundles.Add(type, bundle); Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_13 = __this->___m_Bundles_26; Type_t* L_14 = V_1; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_15 = V_2; Dictionary_2_Add_m0EFCF6DADEC3FFD480C56439F2BBA2B5E640837A(L_13, L_14, L_15, Dictionary_2_Add_m0EFCF6DADEC3FFD480C56439F2BBA2B5E640837A_RuntimeMethod_var); } IL_0072_1: { // foreach (var type in PostProcessManager.instance.settingsTypes.Keys) bool L_16; L_16 = Enumerator_MoveNext_mE1ADF05B3E14BDB77C681C6FD8446938673F2A55((&V_0), Enumerator_MoveNext_mE1ADF05B3E14BDB77C681C6FD8446938673F2A55_RuntimeMethod_var); if (L_16) { goto IL_004c_1; } } { goto IL_008b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_008b: { // UpdateBundleSortList(m_BeforeTransparentBundles, PostProcessEvent.BeforeTransparent); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_17 = __this->___m_BeforeTransparentBundles_20; PostProcessLayer_UpdateBundleSortList_m5FC7EB336E878E425F971CB0BDB37FC55CF40A62(__this, L_17, 0, NULL); // UpdateBundleSortList(m_BeforeStackBundles, PostProcessEvent.BeforeStack); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_18 = __this->___m_BeforeStackBundles_21; PostProcessLayer_UpdateBundleSortList_m5FC7EB336E878E425F971CB0BDB37FC55CF40A62(__this, L_18, 1, NULL); // UpdateBundleSortList(m_AfterStackBundles, PostProcessEvent.AfterStack); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_19 = __this->___m_AfterStackBundles_22; PostProcessLayer_UpdateBundleSortList_m5FC7EB336E878E425F971CB0BDB37FC55CF40A62(__this, L_19, 2, NULL); // sortedBundles = new Dictionary>(new PostProcessEventComparer()) // { // { PostProcessEvent.BeforeTransparent, m_BeforeTransparentBundles }, // { PostProcessEvent.BeforeStack, m_BeforeStackBundles }, // { PostProcessEvent.AfterStack, m_AfterStackBundles } // }; il2cpp_codegen_initobj((&V_3), sizeof(PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2)); PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2 L_20 = V_3; PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2 L_21 = L_20; RuntimeObject* L_22 = Box(PostProcessEventComparer_tDC34C866995ABF071D3641AA0A777973F6DEA8E2_il2cpp_TypeInfo_var, &L_21); Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_23 = (Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92*)il2cpp_codegen_object_new(Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92_il2cpp_TypeInfo_var); Dictionary_2__ctor_m134502B264DA373A8992080E855BD5DB02724773(L_23, (RuntimeObject*)L_22, Dictionary_2__ctor_m134502B264DA373A8992080E855BD5DB02724773_RuntimeMethod_var); Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_24 = L_23; List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_25 = __this->___m_BeforeTransparentBundles_20; Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F(L_24, 0, L_25, Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F_RuntimeMethod_var); Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_26 = L_24; List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_27 = __this->___m_BeforeStackBundles_21; Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F(L_26, 1, L_27, Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F_RuntimeMethod_var); Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_28 = L_26; List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_29 = __this->___m_AfterStackBundles_22; Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F(L_28, 2, L_29, Dictionary_2_Add_mDB1F35BEFFF7E2C2BE2043F28B633C219AD1B36F_RuntimeMethod_var); PostProcessLayer_set_sortedBundles_mF014B030591011A9935170FCC8747EDD3F6075FF_inline(__this, L_28, NULL); // haveBundlesBeenInited = true; PostProcessLayer_set_haveBundlesBeenInited_mC73845F7B1DF581C092B4A735244B17E75D979FA_inline(__this, (bool)1, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::UpdateBundleSortList(System.Collections.Generic.List`1,UnityEngine.Rendering.PostProcessing.PostProcessEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_UpdateBundleSortList_m5FC7EB336E878E425F971CB0BDB37FC55CF40A62 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___sortedList0, int32_t ___evt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_m5F9269EC18FF575730D42BA6A6245C4FC27948B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_mFFE3E69C6D2DB487CACA45D9E3A393FC59B26AD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_m9E5588401C6E919810BE69314B57F3822714D90F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF83BC0EF3E2C0892A8CF020DCB421E075338A020_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m54FD956853E618415DF72EBFD6B9C6C71F1006B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m23BFD9F8D990FE1A052BCE4A66280DD1E1A38766_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC2CB8CDCA85AE803C291FDFA03221343C309B9BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Exists_m822B2F198722D08FFB99DC4557308C71BFF59117_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m85EB8D0F7B9C2D2D9A7B95F7989EF3DBFB03EE8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5FD024AF8A8723506454EC851149957E9CFC2020_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAll_m76E2E0282B80EA1BBB633A90800FCA2F695470E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CUpdateBundleSortListU3Eb__54_1_m6F744BBAF634606AB77DCEFB1F8645805257300D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__0_m68FE9719E12A93BBC74A3446509B93A404D9E081_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__2_mD7BD333124C1F57B7842028BF5E1B53EB8BBF368_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_2_U3CUpdateBundleSortListU3Eb__4_mDAA5434E8160298ACAEE90154CA37D7DE54DEC84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_3_U3CUpdateBundleSortListU3Eb__5_mEF229FE5216D4F13351BCF429CAB0C4B83462935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* V_0 = NULL; Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B V_1; memset((&V_1), 0, sizeof(V_1)); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* V_2 = NULL; U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* V_3 = NULL; SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* V_4 = NULL; Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927 V_5; memset((&V_5), 0, sizeof(V_5)); SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* V_6 = NULL; U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317* V_7 = NULL; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* V_8 = NULL; Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* G_B2_2 = NULL; Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* G_B1_0 = NULL; RuntimeObject* G_B1_1 = NULL; U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* G_B1_2 = NULL; { U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* L_0 = (U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass54_0__ctor_mE4663058DF29F83DC658899887FEA21A00782E5C(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* L_1 = V_0; int32_t L_2 = ___evt1; L_1->___evt_0 = L_2; // var effects = m_Bundles.Where(kvp => kvp.Value.attribute.eventType == evt && !kvp.Value.attribute.builtinEffect) // .Select(kvp => kvp.Value) // .ToList(); U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* L_3 = V_0; Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_4 = __this->___m_Bundles_26; U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* L_5 = V_0; Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689* L_6 = (Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689*)il2cpp_codegen_object_new(Func_2_t9DE80DC901BE045CD9D792FF9C7B7D6EBAE03689_il2cpp_TypeInfo_var); Func_2__ctor_mD97C89613F2CEE0D855E23B5FD641F7A65867E7B(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__0_m68FE9719E12A93BBC74A3446509B93A404D9E081_RuntimeMethod_var), NULL); RuntimeObject* L_7; L_7 = Enumerable_Where_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_m9E5588401C6E919810BE69314B57F3822714D90F(L_4, L_6, Enumerable_Where_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_m9E5588401C6E919810BE69314B57F3822714D90F_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var); Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* L_8 = ((U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var))->___U3CU3E9__54_1_1; Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* L_9 = L_8; G_B1_0 = L_9; G_B1_1 = L_7; G_B1_2 = L_3; if (L_9) { G_B2_0 = L_9; G_B2_1 = L_7; G_B2_2 = L_3; goto IL_0044; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var); U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1* L_10 = ((U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* L_11 = (Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0*)il2cpp_codegen_object_new(Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0_il2cpp_TypeInfo_var); Func_2__ctor_mF677AE01B18C3C394EDEB51DA37A4FAE7DADF84F(L_11, L_10, (intptr_t)((void*)U3CU3Ec_U3CUpdateBundleSortListU3Eb__54_1_m6F744BBAF634606AB77DCEFB1F8645805257300D_RuntimeMethod_var), NULL); Func_2_tD28628F3EBF0CD42058EC479F284191262BE56A0* L_12 = L_11; ((U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var))->___U3CU3E9__54_1_1 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var))->___U3CU3E9__54_1_1), (void*)L_12); G_B2_0 = L_12; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0044: { RuntimeObject* L_13; L_13 = Enumerable_Select_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_m5F9269EC18FF575730D42BA6A6245C4FC27948B8(G_B2_1, G_B2_0, Enumerable_Select_TisKeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_m5F9269EC18FF575730D42BA6A6245C4FC27948B8_RuntimeMethod_var); List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* L_14; L_14 = Enumerable_ToList_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_mFFE3E69C6D2DB487CACA45D9E3A393FC59B26AD4(L_13, Enumerable_ToList_TisPostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511_mFFE3E69C6D2DB487CACA45D9E3A393FC59B26AD4_RuntimeMethod_var); G_B2_2->___effects_1 = L_14; Il2CppCodeGenWriteBarrier((void**)(&G_B2_2->___effects_1), (void*)L_14); // sortedList.RemoveAll(x => // { // string searchStr = x.assemblyQualifiedName; // return !effects.Exists(b => b.settings.GetType().AssemblyQualifiedName == searchStr); // }); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_15 = ___sortedList0; U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* L_16 = V_0; Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2* L_17 = (Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2*)il2cpp_codegen_object_new(Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2_il2cpp_TypeInfo_var); Predicate_1__ctor_mA832ACBA523A196F0BE7E769BABB6E59DB1D8BA3(L_17, L_16, (intptr_t)((void*)U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__2_mD7BD333124C1F57B7842028BF5E1B53EB8BBF368_RuntimeMethod_var), NULL); int32_t L_18; L_18 = List_1_RemoveAll_m76E2E0282B80EA1BBB633A90800FCA2F695470E3(L_15, L_17, List_1_RemoveAll_m76E2E0282B80EA1BBB633A90800FCA2F695470E3_RuntimeMethod_var); // foreach (var effect in effects) U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* L_19 = V_0; List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* L_20 = L_19->___effects_1; Enumerator_t271C88EA15F02314495EEFBA860BE2C267A0859B L_21; L_21 = List_1_GetEnumerator_m5FD024AF8A8723506454EC851149957E9CFC2020(L_20, List_1_GetEnumerator_m5FD024AF8A8723506454EC851149957E9CFC2020_RuntimeMethod_var); V_1 = L_21; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d2: {// begin finally (depth: 1) Enumerator_Dispose_mF83BC0EF3E2C0892A8CF020DCB421E075338A020((&V_1), Enumerator_Dispose_mF83BC0EF3E2C0892A8CF020DCB421E075338A020_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00c7_1; } IL_0074_1: { // foreach (var effect in effects) PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_22; L_22 = Enumerator_get_Current_m23BFD9F8D990FE1A052BCE4A66280DD1E1A38766_inline((&V_1), Enumerator_get_Current_m23BFD9F8D990FE1A052BCE4A66280DD1E1A38766_RuntimeMethod_var); V_2 = L_22; U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* L_23 = (U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass54_2__ctor_m36472C800FCB96E7021A9ED363DBCDFE8102F00F(L_23, NULL); V_3 = L_23; // string typeName = effect.settings.GetType().AssemblyQualifiedName; U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* L_24 = V_3; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_25 = V_2; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_26; L_26 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_25, NULL); Type_t* L_27; L_27 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_26, NULL); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_AssemblyQualifiedName() */, L_27); L_24->___typeName_0 = L_28; Il2CppCodeGenWriteBarrier((void**)(&L_24->___typeName_0), (void*)L_28); // if (!sortedList.Exists(b => b.assemblyQualifiedName == typeName)) List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_29 = ___sortedList0; U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* L_30 = V_3; Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2* L_31 = (Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2*)il2cpp_codegen_object_new(Predicate_1_t24590FB823406BD41E23A0F7085047725B1F1CD2_il2cpp_TypeInfo_var); Predicate_1__ctor_mA832ACBA523A196F0BE7E769BABB6E59DB1D8BA3(L_31, L_30, (intptr_t)((void*)U3CU3Ec__DisplayClass54_2_U3CUpdateBundleSortListU3Eb__4_mDAA5434E8160298ACAEE90154CA37D7DE54DEC84_RuntimeMethod_var), NULL); bool L_32; L_32 = List_1_Exists_m822B2F198722D08FFB99DC4557308C71BFF59117(L_29, L_31, List_1_Exists_m822B2F198722D08FFB99DC4557308C71BFF59117_RuntimeMethod_var); if (L_32) { goto IL_00c7_1; } } { // var sbr = new SerializedBundleRef { assemblyQualifiedName = typeName }; SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_33 = (SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E*)il2cpp_codegen_object_new(SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E_il2cpp_TypeInfo_var); SerializedBundleRef__ctor_mF79561705E11260D6DE0F7022B78D6CBFCD75BC9(L_33, NULL); SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_34 = L_33; U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* L_35 = V_3; String_t* L_36 = L_35->___typeName_0; L_34->___assemblyQualifiedName_0 = L_36; Il2CppCodeGenWriteBarrier((void**)(&L_34->___assemblyQualifiedName_0), (void*)L_36); V_4 = L_34; // sortedList.Add(sbr); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_37 = ___sortedList0; SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_38 = V_4; List_1_Add_mC2CB8CDCA85AE803C291FDFA03221343C309B9BF_inline(L_37, L_38, List_1_Add_mC2CB8CDCA85AE803C291FDFA03221343C309B9BF_RuntimeMethod_var); } IL_00c7_1: { // foreach (var effect in effects) bool L_39; L_39 = Enumerator_MoveNext_m54FD956853E618415DF72EBFD6B9C6C71F1006B0((&V_1), Enumerator_MoveNext_m54FD956853E618415DF72EBFD6B9C6C71F1006B0_RuntimeMethod_var); if (L_39) { goto IL_0074_1; } } { goto IL_00e0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e0: { // foreach (var effect in sortedList) List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_40 = ___sortedList0; Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927 L_41; L_41 = List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241(L_40, List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241_RuntimeMethod_var); V_5 = L_41; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0136: {// begin finally (depth: 1) Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69((&V_5), Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_012b_1; } IL_00ea_1: { // foreach (var effect in sortedList) SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_42; L_42 = Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_inline((&V_5), Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_RuntimeMethod_var); V_6 = L_42; U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317* L_43 = (U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass54_3__ctor_mDF80A7734D48DF6C65686CEFA8DEFEE73C64EC51(L_43, NULL); V_7 = L_43; // string typeName = effect.assemblyQualifiedName; U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317* L_44 = V_7; SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_45 = V_6; String_t* L_46 = L_45->___assemblyQualifiedName_0; L_44->___typeName_0 = L_46; Il2CppCodeGenWriteBarrier((void**)(&L_44->___typeName_0), (void*)L_46); // var bundle = effects.Find(b => b.settings.GetType().AssemblyQualifiedName == typeName); U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* L_47 = V_0; List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* L_48 = L_47->___effects_1; U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317* L_49 = V_7; Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E* L_50 = (Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E*)il2cpp_codegen_object_new(Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E_il2cpp_TypeInfo_var); Predicate_1__ctor_mF31F97587383BE45FAD440BEABDCF64A1575CA2A(L_50, L_49, (intptr_t)((void*)U3CU3Ec__DisplayClass54_3_U3CUpdateBundleSortListU3Eb__5_mEF229FE5216D4F13351BCF429CAB0C4B83462935_RuntimeMethod_var), NULL); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_51; L_51 = List_1_Find_m85EB8D0F7B9C2D2D9A7B95F7989EF3DBFB03EE8D(L_48, L_50, List_1_Find_m85EB8D0F7B9C2D2D9A7B95F7989EF3DBFB03EE8D_RuntimeMethod_var); V_8 = L_51; // effect.bundle = bundle; SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_52 = V_6; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_53 = V_8; L_52->___bundle_1 = L_53; Il2CppCodeGenWriteBarrier((void**)(&L_52->___bundle_1), (void*)L_53); } IL_012b_1: { // foreach (var effect in sortedList) bool L_54; L_54 = Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF((&V_5), Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF_RuntimeMethod_var); if (L_54) { goto IL_00ea_1; } } { goto IL_0144; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0144: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OnDisable_m8F51B4254A45A8E2A323478871B69427A98F7094 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m9FFE3A842E75B84785AD4A430DC8A4661B252566_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mF0B85DD8B903A70D7008290115E96ACFAA0ABC44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCEF3085394BBE8AA7ED10D9700761F0A86A4C94C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6420BAB17E020DBA46CB3F7DDAB92ECB333FDB12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2F4B3305B707C61D82D6808F0A6A552B0B912422_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m876C0FB495A1643277BF5331F3B12098045A9AE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_Camera != null) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_Camera_32; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0079; } } { // if (m_LegacyCmdBufferBeforeReflections != null) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = __this->___m_LegacyCmdBufferBeforeReflections_28; if (!L_2) { goto IL_0029; } } { // m_Camera.RemoveCommandBuffer(CameraEvent.BeforeReflections, m_LegacyCmdBufferBeforeReflections); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = __this->___m_LegacyCmdBufferBeforeReflections_28; Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_3, ((int32_t)21), L_4, NULL); } IL_0029: { // if (m_LegacyCmdBufferBeforeLighting != null) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = __this->___m_LegacyCmdBufferBeforeLighting_29; if (!L_5) { goto IL_0043; } } { // m_Camera.RemoveCommandBuffer(CameraEvent.BeforeLighting, m_LegacyCmdBufferBeforeLighting); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = __this->___m_LegacyCmdBufferBeforeLighting_29; Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_6, 6, L_7, NULL); } IL_0043: { // if (m_LegacyCmdBufferOpaque != null) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = __this->___m_LegacyCmdBufferOpaque_30; if (!L_8) { goto IL_005e; } } { // m_Camera.RemoveCommandBuffer(CameraEvent.BeforeImageEffectsOpaque, m_LegacyCmdBufferOpaque); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = __this->___m_LegacyCmdBufferOpaque_30; Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_9, ((int32_t)12), L_10, NULL); } IL_005e: { // if (m_LegacyCmdBuffer != null) CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = __this->___m_LegacyCmdBuffer_31; if (!L_11) { goto IL_0079; } } { // m_Camera.RemoveCommandBuffer(CameraEvent.BeforeImageEffects, m_LegacyCmdBuffer); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_12 = __this->___m_Camera_32; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = __this->___m_LegacyCmdBuffer_31; Camera_RemoveCommandBuffer_m7749BA282C14AA7E9E71A68E911F41D1B8429F11(L_12, ((int32_t)18), L_13, NULL); } IL_0079: { // temporalAntialiasing.Release(); TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_14 = __this->___temporalAntialiasing_9; TemporalAntialiasing_Release_m7F07A845A790B3E98E9618400D360CAC8BCF44B7(L_14, NULL); // m_LogHistogram.Release(); LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* L_15 = __this->___m_LogHistogram_34; LogHistogram_Release_m0CF4E13BFC28F7515A88B4B96B377D1496F3D4B6(L_15, NULL); // foreach (var bundle in m_Bundles.Values) Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_16 = __this->___m_Bundles_26; ValueCollection_t65B84B56CD1AEB53F9B2AA613C05C15840CC94A1* L_17; L_17 = Dictionary_2_get_Values_mF0B85DD8B903A70D7008290115E96ACFAA0ABC44(L_16, Dictionary_2_get_Values_mF0B85DD8B903A70D7008290115E96ACFAA0ABC44_RuntimeMethod_var); Enumerator_tEDC5DAFF5B4CD236A1735F02E5E91CB4A04B69E6 L_18; L_18 = ValueCollection_GetEnumerator_m876C0FB495A1643277BF5331F3B12098045A9AE8(L_17, ValueCollection_GetEnumerator_m876C0FB495A1643277BF5331F3B12098045A9AE8_RuntimeMethod_var); V_0 = L_18; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00b9: {// begin finally (depth: 1) Enumerator_Dispose_mCEF3085394BBE8AA7ED10D9700761F0A86A4C94C((&V_0), Enumerator_Dispose_mCEF3085394BBE8AA7ED10D9700761F0A86A4C94C_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00ae_1; } IL_00a2_1: { // foreach (var bundle in m_Bundles.Values) PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_19; L_19 = Enumerator_get_Current_m2F4B3305B707C61D82D6808F0A6A552B0B912422_inline((&V_0), Enumerator_get_Current_m2F4B3305B707C61D82D6808F0A6A552B0B912422_RuntimeMethod_var); // bundle.Release(); PostProcessBundle_Release_m31FD40E9428001418B7A2BB323C7B41202AE7EB6(L_19, NULL); } IL_00ae_1: { // foreach (var bundle in m_Bundles.Values) bool L_20; L_20 = Enumerator_MoveNext_m6420BAB17E020DBA46CB3F7DDAB92ECB333FDB12((&V_0), Enumerator_MoveNext_m6420BAB17E020DBA46CB3F7DDAB92ECB333FDB12_RuntimeMethod_var); if (L_20) { goto IL_00a2_1; } } { goto IL_00c7; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00c7: { // m_Bundles.Clear(); Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_21 = __this->___m_Bundles_26; Dictionary_2_Clear_m9FFE3A842E75B84785AD4A430DC8A4661B252566(L_21, Dictionary_2_Clear_m9FFE3A842E75B84785AD4A430DC8A4661B252566_RuntimeMethod_var); // m_PropertySheetFactory.Release(); PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_22 = __this->___m_PropertySheetFactory_27; PropertySheetFactory_Release_mDDF78ACFFC94C6E7015461F0B248E3F93E906CA1(L_22, NULL); // if (debugLayer != null) PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_23 = __this->___debugLayer_14; if (!L_23) { goto IL_00f0; } } { // debugLayer.OnDisable(); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_24 = __this->___debugLayer_14; PostProcessDebugLayer_OnDisable_mC4762A0AEBE23067EAE67F82A7BCCFE8BD192017(L_24, NULL); } IL_00f0: { // TextureLerper.instance.Clear(); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_25; L_25 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); TextureLerper_Clear_mF79AC272E135A60DFE6AB2012B81905934090214(L_25, NULL); // haveBundlesBeenInited = false; PostProcessLayer_set_haveBundlesBeenInited_mC73845F7B1DF581C092B4A735244B17E75D979FA_inline(__this, (bool)0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_Reset_m96933BBE49EB42C0B5B754EEF3B22B33C0B20B1C (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { { // volumeTrigger = transform; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0; L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL); __this->___volumeTrigger_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___volumeTrigger_4), (void*)L_0); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OnPreCull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OnPreCull_m0E5B78C5458852CDF36759FA5E785109E23FA426 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA5D1DFD95C805A7F42E7A4052214B3505A453B); s_Il2CppMethodInitialized = true; } Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0; memset((&V_0), 0, sizeof(V_0)); { // if (RuntimeUtilities.scriptableRenderPipelineActive) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (!L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // if (m_Camera == null || m_CurrentContext == null) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___m_Camera_32; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_2) { goto IL_001e; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_3 = __this->___m_CurrentContext_33; if (L_3) { goto IL_0024; } } IL_001e: { // InitLegacy(); PostProcessLayer_InitLegacy_m354AC408E683A1B536D8C30BA93720037025BB5E(__this, NULL); } IL_0024: { // if (SystemInfo.usesLoadStoreActions) bool L_4; L_4 = SystemInfo_get_usesLoadStoreActions_m66E53BB7F2F2750E9607057718B720FFB59291B6(NULL); if (!L_4) { goto IL_009f; } } { // Rect r = m_Camera.rect; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5 = __this->___m_Camera_32; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_6; L_6 = Camera_get_rect_m848C23B32814D1351E43F0A0110DB8ECA19C6772(L_5, NULL); V_0 = L_6; // if (Mathf.Abs(r.x) > 1e-6f || Mathf.Abs(r.y) > 1e-6f || Mathf.Abs(1.0f - r.width) > 1e-6f || Mathf.Abs(1.0f - r.height) > 1e-6f) float L_7; L_7 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&V_0), NULL); float L_8; L_8 = fabsf(L_7); if ((((float)L_8) > ((float)(9.99999997E-07f)))) { goto IL_008f; } } { float L_9; L_9 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&V_0), NULL); float L_10; L_10 = fabsf(L_9); if ((((float)L_10) > ((float)(9.99999997E-07f)))) { goto IL_008f; } } { float L_11; L_11 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_0), NULL); float L_12; L_12 = fabsf(((float)il2cpp_codegen_subtract((1.0f), L_11))); if ((((float)L_12) > ((float)(9.99999997E-07f)))) { goto IL_008f; } } { float L_13; L_13 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_0), NULL); float L_14; L_14 = fabsf(((float)il2cpp_codegen_subtract((1.0f), L_13))); if ((!(((float)L_14) > ((float)(9.99999997E-07f))))) { goto IL_009f; } } IL_008f: { // Debug.LogWarning("When used with builtin render pipeline, Postprocessing package expects to be used on a fullscreen Camera.\nPlease note that using Camera viewport may result in visual artefacts or some things not working.", m_Camera); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = __this->___m_Camera_32; il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m23033D7E2F0F298BE465B7F3A63CDF40A4EB70EB(_stringLiteralFCA5D1DFD95C805A7F42E7A4052214B3505A453B, L_15, NULL); } IL_009f: { // if (m_CurrentContext.IsTemporalAntialiasingActive()) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_16 = __this->___m_CurrentContext_33; bool L_17; L_17 = PostProcessRenderContext_IsTemporalAntialiasingActive_m835118A884E10E19B5625C77EC029B088ECE11E3(L_16, NULL); if (!L_17) { goto IL_01c8; } } { // if (!m_Camera.usePhysicalProperties) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_18 = __this->___m_Camera_32; bool L_19; L_19 = Camera_get_usePhysicalProperties_mCE30837910BC617288B1481EEE3CAC7C79E43192(L_18, NULL); if (L_19) { goto IL_01c8; } } { // m_Camera.ResetProjectionMatrix(); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_20 = __this->___m_Camera_32; Camera_ResetProjectionMatrix_m6C5F82F7CA38E39DC357A1C53C7DD26791C27AFD(L_20, NULL); // m_Camera.nonJitteredProjectionMatrix = m_Camera.projectionMatrix; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_21 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_22 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23; L_23 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_22, NULL); Camera_set_nonJitteredProjectionMatrix_mC6967E205128C05584F890C43B2B79B6A0EF8B39(L_21, L_23, NULL); // if (m_Camera.stereoEnabled) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_24 = __this->___m_Camera_32; bool L_25; L_25 = Camera_get_stereoEnabled_m33F6247051D68E8FFEF9C0EC34C6F4B4B53FC8AF(L_24, NULL); if (!L_25) { goto IL_01c8; } } { // m_Camera.ResetStereoProjectionMatrices(); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_26 = __this->___m_Camera_32; Camera_ResetStereoProjectionMatrices_m13D8CFEB9E74452175A3E276C9A6B8904580566E(L_26, NULL); // if (m_Camera.stereoActiveEye == Camera.MonoOrStereoscopicEye.Right) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_27 = __this->___m_Camera_32; int32_t L_28; L_28 = Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC(L_27, NULL); if ((!(((uint32_t)L_28) == ((uint32_t)1)))) { goto IL_015c; } } { // m_Camera.CopyStereoDeviceProjectionMatrixToNonJittered(Camera.StereoscopicEye.Right); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_29 = __this->___m_Camera_32; Camera_CopyStereoDeviceProjectionMatrixToNonJittered_m70DD9541963EDD8E21768C760B095B12CB6A98FE(L_29, 1, NULL); // m_Camera.projectionMatrix = m_Camera.GetStereoNonJitteredProjectionMatrix(Camera.StereoscopicEye.Right); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_30 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_31 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_32; L_32 = Camera_GetStereoNonJitteredProjectionMatrix_m1B4F7E659DC85F1D92E738BD06FBF82CC8F379F4(L_31, 1, NULL); Camera_set_projectionMatrix_m351820E6903139402FFFF40221B32D0C52B5A094(L_30, L_32, NULL); // m_Camera.nonJitteredProjectionMatrix = m_Camera.projectionMatrix; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_33 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_34 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_35; L_35 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_34, NULL); Camera_set_nonJitteredProjectionMatrix_mC6967E205128C05584F890C43B2B79B6A0EF8B39(L_33, L_35, NULL); // m_Camera.SetStereoProjectionMatrix(Camera.StereoscopicEye.Right, m_Camera.GetStereoProjectionMatrix(Camera.StereoscopicEye.Right)); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_36 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_37 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_38; L_38 = Camera_GetStereoProjectionMatrix_mDC22B9A3E533AB9267E6EA7D266DD3EFEF782DA6(L_37, 1, NULL); Camera_SetStereoProjectionMatrix_mDD17B78DC3B755AB026A86CD3943587450702268(L_36, 1, L_38, NULL); goto IL_01c8; } IL_015c: { // else if (m_Camera.stereoActiveEye == Camera.MonoOrStereoscopicEye.Left || m_Camera.stereoActiveEye == Camera.MonoOrStereoscopicEye.Mono) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_39 = __this->___m_Camera_32; int32_t L_40; L_40 = Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC(L_39, NULL); if (!L_40) { goto IL_0177; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_41 = __this->___m_Camera_32; int32_t L_42; L_42 = Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC(L_41, NULL); if ((!(((uint32_t)L_42) == ((uint32_t)2)))) { goto IL_01c8; } } IL_0177: { // m_Camera.CopyStereoDeviceProjectionMatrixToNonJittered(Camera.StereoscopicEye.Left); // device to unjittered Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_43 = __this->___m_Camera_32; Camera_CopyStereoDeviceProjectionMatrixToNonJittered_m70DD9541963EDD8E21768C760B095B12CB6A98FE(L_43, 0, NULL); // m_Camera.projectionMatrix = m_Camera.GetStereoNonJitteredProjectionMatrix(Camera.StereoscopicEye.Left); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_44 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_45 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_46; L_46 = Camera_GetStereoNonJitteredProjectionMatrix_m1B4F7E659DC85F1D92E738BD06FBF82CC8F379F4(L_45, 0, NULL); Camera_set_projectionMatrix_m351820E6903139402FFFF40221B32D0C52B5A094(L_44, L_46, NULL); // m_Camera.nonJitteredProjectionMatrix = m_Camera.projectionMatrix; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_47 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_48 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_49; L_49 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_48, NULL); Camera_set_nonJitteredProjectionMatrix_mC6967E205128C05584F890C43B2B79B6A0EF8B39(L_47, L_49, NULL); // m_Camera.SetStereoProjectionMatrix(Camera.StereoscopicEye.Left, m_Camera.GetStereoProjectionMatrix(Camera.StereoscopicEye.Left)); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_50 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_51 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_52; L_52 = Camera_GetStereoProjectionMatrix_mDC22B9A3E533AB9267E6EA7D266DD3EFEF782DA6(L_51, 0, NULL); Camera_SetStereoProjectionMatrix_mDD17B78DC3B755AB026A86CD3943587450702268(L_50, 0, L_52, NULL); } IL_01c8: { // if (m_Camera.stereoEnabled) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_53 = __this->___m_Camera_32; bool L_54; L_54 = Camera_get_stereoEnabled_m33F6247051D68E8FFEF9C0EC34C6F4B4B53FC8AF(L_53, NULL); if (!L_54) { goto IL_01e6; } } { // Shader.SetGlobalFloat(ShaderIDs.RenderViewportScaleFactor, XRSettings.renderViewportScale); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_55 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___RenderViewportScaleFactor_124; float L_56; L_56 = XRSettings_get_renderViewportScale_mB35A32F5FE6B2EEE0CEF95ADFC04F171B6E5F5D1(NULL); Shader_SetGlobalFloat_mE7D0DA2B0A62925E093B318785AF82A173794AFC(L_55, L_56, NULL); goto IL_01f5; } IL_01e6: { // Shader.SetGlobalFloat(ShaderIDs.RenderViewportScaleFactor, 1.0f); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_57 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___RenderViewportScaleFactor_124; Shader_SetGlobalFloat_mE7D0DA2B0A62925E093B318785AF82A173794AFC(L_57, (1.0f), NULL); } IL_01f5: { // BuildCommandBuffers(); PostProcessLayer_BuildCommandBuffers_m8C6C6754F27A786AD80D12898F26711769FCE03D(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OnPreRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OnPreRender_mB714954409087F5BA3EF538B47338B77F5E20B2E (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (RuntimeUtilities.scriptableRenderPipelineActive || // (m_Camera.stereoActiveEye != Camera.MonoOrStereoscopicEye.Right)) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (L_0) { goto IL_0015; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___m_Camera_32; int32_t L_2; L_2 = Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC(L_1, NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0016; } } IL_0015: { // return; return; } IL_0016: { // BuildCommandBuffers(); PostProcessLayer_BuildCommandBuffers_m8C6C6754F27A786AD80D12898F26711769FCE03D(__this, NULL); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::RequiresInitialBlit(UnityEngine.Camera,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_RequiresInitialBlit_m66CC1F4AC2DC78365D1F134E091EE989EF3224DF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, const RuntimeMethod* method) { { // return true; return (bool)1; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::UpdateSrcDstForOpaqueOnly(System.Int32&,System.Int32&,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_UpdateSrcDstForOpaqueOnly_m06DEFDC679EDCE932F13D9258CD4B159C7172DF3 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t* ___src0, int32_t* ___dst1, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context2, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___cameraTarget3, int32_t ___opaqueOnlyEffectsRemaining4, const RuntimeMethod* method) { { // if (src > -1) int32_t* L_0 = ___src0; int32_t L_1 = *((int32_t*)L_0); if ((((int32_t)L_1) <= ((int32_t)(-1)))) { goto IL_0012; } } { // context.command.ReleaseTemporaryRT(src); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context2; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3; L_3 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_2, NULL); int32_t* L_4 = ___src0; int32_t L_5 = *((int32_t*)L_4); CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_3, L_5, NULL); } IL_0012: { // context.source = context.destination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context2; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_7 = ___context2; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8; L_8 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_7, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_6, L_8, NULL); // src = dst; int32_t* L_9 = ___src0; int32_t* L_10 = ___dst1; int32_t L_11 = *((int32_t*)L_10); *((int32_t*)L_9) = (int32_t)L_11; // if (opaqueOnlyEffectsRemaining == 1) int32_t L_12 = ___opaqueOnlyEffectsRemaining4; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0030; } } { // context.destination = cameraTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_13 = ___context2; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_14 = ___cameraTarget3; PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_13, L_14, NULL); return; } IL_0030: { // dst = m_TargetPool.Get(); int32_t* L_15 = ___dst1; TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_16 = __this->___m_TargetPool_37; int32_t L_17; L_17 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_16, NULL); *((int32_t*)L_15) = (int32_t)L_17; // context.destination = dst; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_18 = ___context2; int32_t* L_19 = ___dst1; int32_t L_20 = *((int32_t*)L_19); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_21; L_21 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_20, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_18, L_21, NULL); // context.GetScreenSpaceTemporaryRT(context.command, dst, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_22 = ___context2; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_23 = ___context2; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_24; L_24 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_23, NULL); int32_t* L_25 = ___dst1; int32_t L_26 = *((int32_t*)L_25); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_27 = ___context2; int32_t L_28; L_28 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_27, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_22, L_24, L_26, 0, L_28, 0, 1, 0, 0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::BuildCommandBuffers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_BuildCommandBuffers_m8C6C6754F27A786AD80D12898F26711769FCE03D (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAmbientOcclusionMethod_t60B0197C2B799F2C22499BF494D1193A39A88354_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessBundle_CastSettings_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m87AE134E8A291B469BDD05950B2F285029775A4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_GetBundle_TisScreenSpaceReflections_t910D8544C9945DBF5FB83CD256BFF77C7C7FCBEC_m69E6C554ABD9D4AFA56D4A7664D8F273A0BEE96C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* V_0 = NULL; int32_t V_1 = 0; AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039* V_2 = NULL; AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* V_3 = NULL; bool V_4 = false; bool V_5 = false; bool V_6 = false; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_7 = NULL; PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* V_8 = NULL; bool V_9 = false; bool V_10 = false; bool V_11 = false; int32_t V_12 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_13; memset((&V_13), 0, sizeof(V_13)); int32_t V_14 = 0; bool V_15 = false; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_16 = NULL; int32_t V_17 = 0; int32_t V_18 = 0; int32_t V_19 = 0; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_20; memset((&V_20), 0, sizeof(V_20)); int32_t G_B5_0 = 0; bool G_B9_0 = false; bool G_B8_0 = false; int32_t G_B10_0 = 0; bool G_B10_1 = false; bool G_B12_0 = false; bool G_B11_0 = false; int32_t G_B18_0 = 0; int32_t G_B17_0 = 0; int32_t G_B19_0 = 0; int32_t G_B19_1 = 0; int32_t G_B21_0 = 0; int32_t G_B20_0 = 0; int32_t G_B22_0 = 0; int32_t G_B22_1 = 0; int32_t G_B24_0 = 0; int32_t G_B23_0 = 0; int32_t G_B25_0 = 0; int32_t G_B25_1 = 0; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B30_0 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B30_1; memset((&G_B30_1), 0, sizeof(G_B30_1)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B30_2; memset((&G_B30_2), 0, sizeof(G_B30_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B30_3 = NULL; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B29_0 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B29_1; memset((&G_B29_1), 0, sizeof(G_B29_1)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B29_2; memset((&G_B29_2), 0, sizeof(G_B29_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B29_3 = NULL; int32_t G_B31_0 = 0; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B31_1 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B31_2; memset((&G_B31_2), 0, sizeof(G_B31_2)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B31_3; memset((&G_B31_3), 0, sizeof(G_B31_3)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B31_4 = NULL; int32_t G_B43_0 = 0; int32_t G_B47_0 = 0; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B54_0 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B54_1; memset((&G_B54_1), 0, sizeof(G_B54_1)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B54_2; memset((&G_B54_2), 0, sizeof(G_B54_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B54_3 = NULL; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B53_0 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B53_1; memset((&G_B53_1), 0, sizeof(G_B53_1)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B53_2; memset((&G_B53_2), 0, sizeof(G_B53_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B53_3 = NULL; int32_t G_B55_0 = 0; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B55_1 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B55_2; memset((&G_B55_2), 0, sizeof(G_B55_2)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B55_3; memset((&G_B55_3), 0, sizeof(G_B55_3)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B55_4 = NULL; { // var context = m_CurrentContext; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = __this->___m_CurrentContext_33; V_0 = L_0; // var sourceFormat = m_Camera.targetTexture ? m_Camera.targetTexture.format : (m_Camera.allowHDR ? RuntimeUtilities.defaultHDRRenderTextureFormat : RenderTextureFormat.Default); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___m_Camera_32; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2; L_2 = Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL); if (L_3) { goto IL_0030; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = __this->___m_Camera_32; bool L_5; L_5 = Camera_get_allowHDR_m3187E9118CB52D5D7F0658D7ECF5E2B00E296A67(L_4, NULL); if (L_5) { goto IL_0029; } } { G_B5_0 = 7; goto IL_0040; } IL_0029: { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); int32_t L_6; L_6 = RuntimeUtilities_get_defaultHDRRenderTextureFormat_m2C5EFD5C7311352FE16AA983D92A89A9C7BB34C8(NULL); G_B5_0 = ((int32_t)(L_6)); goto IL_0040; } IL_0030: { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = __this->___m_Camera_32; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_8; L_8 = Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD(L_7, NULL); int32_t L_9; L_9 = RenderTexture_get_format_m58556ABB91A1FADA8044BEEA2E8C55280768CF35(L_8, NULL); G_B5_0 = ((int32_t)(L_9)); } IL_0040: { V_1 = G_B5_0; // if (!RuntimeUtilities.isFloatingPointFormat(sourceFormat)) int32_t L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_11; L_11 = RuntimeUtilities_isFloatingPointFormat_mBE4CC69E3E39C3F9993F5E53433E2C0900E4F40C(L_10, NULL); if (L_11) { goto IL_0050; } } { // m_NaNKilled = true; __this->___m_NaNKilled_38 = (bool)1; } IL_0050: { // context.Reset(); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_12 = V_0; PostProcessRenderContext_Reset_m69F96AA7B7CCE9927AB6061B887CF81F8AF06BCB(L_12, NULL); // context.camera = m_Camera; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_13 = V_0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14 = __this->___m_Camera_32; PostProcessRenderContext_set_camera_m616159FD16EF298057D8C92C9D4E04DC583A35CF(L_13, L_14, NULL); // context.sourceFormat = sourceFormat; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_15 = V_0; int32_t L_16 = V_1; PostProcessRenderContext_set_sourceFormat_mFBDC1C325F8E32DA2A40C784659D2DD8BA057258_inline(L_15, L_16, NULL); // m_LegacyCmdBufferBeforeReflections.Clear(); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_17 = __this->___m_LegacyCmdBufferBeforeReflections_28; CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_17, NULL); // m_LegacyCmdBufferBeforeLighting.Clear(); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = __this->___m_LegacyCmdBufferBeforeLighting_29; CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_18, NULL); // m_LegacyCmdBufferOpaque.Clear(); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19 = __this->___m_LegacyCmdBufferOpaque_30; CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_19, NULL); // m_LegacyCmdBuffer.Clear(); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_20 = __this->___m_LegacyCmdBuffer_31; CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_20, NULL); // SetupContext(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_21 = V_0; PostProcessLayer_SetupContext_mB51E288FAF90059C947F7B56982611A62D92B190(__this, L_21, NULL); // context.command = m_LegacyCmdBufferOpaque; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_22 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_23 = __this->___m_LegacyCmdBufferOpaque_30; PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline(L_22, L_23, NULL); // TextureLerper.instance.BeginFrame(context); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_24; L_24 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_25 = V_0; TextureLerper_BeginFrame_mF2957CC10D96B1A568D284E0A7DA7F4E0CFE0558(L_24, L_25, NULL); // UpdateVolumeSystem(context.camera, context.command); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_26 = V_0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_27; L_27 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_26, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_28 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_29; L_29 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_28, NULL); PostProcessLayer_UpdateVolumeSystem_m67096C3D2687CA32B0CAA5EEC3EFDBDCD1156DD2(__this, L_27, L_29, NULL); // var aoBundle = GetBundle(); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_30; L_30 = PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C(__this, PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C_RuntimeMethod_var); // var aoSettings = aoBundle.CastSettings(); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_31 = L_30; AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039* L_32; L_32 = PostProcessBundle_CastSettings_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m87AE134E8A291B469BDD05950B2F285029775A4E(L_31, PostProcessBundle_CastSettings_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m87AE134E8A291B469BDD05950B2F285029775A4E_RuntimeMethod_var); V_2 = L_32; // var aoRenderer = aoBundle.CastRenderer(); AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* L_33; L_33 = PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F(L_31, PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F_RuntimeMethod_var); V_3 = L_33; // bool aoSupported = aoSettings.IsEnabledAndSupported(context); AmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039* L_34 = V_2; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_35 = V_0; bool L_36; L_36 = VirtualFuncInvoker1< bool, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(4 /* System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_34, L_35); V_4 = L_36; // bool aoAmbientOnly = aoRenderer.IsAmbientOnly(context); AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* L_37 = V_3; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_38 = V_0; bool L_39; L_39 = AmbientOcclusionRenderer_IsAmbientOnly_m5A77F8622151A4EA9FE590655B6E7E085A1D7B06(L_37, L_38, NULL); V_5 = L_39; // bool isAmbientOcclusionDeferred = aoSupported && aoAmbientOnly; bool L_40 = V_4; bool L_41 = V_5; // bool isAmbientOcclusionOpaque = aoSupported && !aoAmbientOnly; bool L_42 = V_4; G_B8_0 = ((bool)(((int32_t)((int32_t)L_40&(int32_t)L_41)))); if (!L_42) { G_B9_0 = ((bool)(((int32_t)((int32_t)L_40&(int32_t)L_41)))); goto IL_00fa; } } { bool L_43 = V_5; G_B10_0 = ((((int32_t)L_43) == ((int32_t)0))? 1 : 0); G_B10_1 = G_B8_0; goto IL_00fb; } IL_00fa: { G_B10_0 = 0; G_B10_1 = G_B9_0; } IL_00fb: { V_6 = (bool)G_B10_0; // var ssrBundle = GetBundle(); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_44; L_44 = PostProcessLayer_GetBundle_TisScreenSpaceReflections_t910D8544C9945DBF5FB83CD256BFF77C7C7FCBEC_m69E6C554ABD9D4AFA56D4A7664D8F273A0BEE96C(__this, PostProcessLayer_GetBundle_TisScreenSpaceReflections_t910D8544C9945DBF5FB83CD256BFF77C7C7FCBEC_m69E6C554ABD9D4AFA56D4A7664D8F273A0BEE96C_RuntimeMethod_var); // var ssrSettings = ssrBundle.settings; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_45 = L_44; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_46; L_46 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_45, NULL); V_7 = L_46; // var ssrRenderer = ssrBundle.renderer; PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_47; L_47 = PostProcessBundle_get_renderer_m9B9D011FC8ED8B384FE16AEC5A5955A87243A61C(L_45, NULL); V_8 = L_47; // bool isScreenSpaceReflectionsActive = ssrSettings.IsEnabledAndSupported(context); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_48 = V_7; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_49 = V_0; bool L_50; L_50 = VirtualFuncInvoker1< bool, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(4 /* System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_48, L_49); V_9 = L_50; // if (context.stereoActive) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_51 = V_0; bool L_52; L_52 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_51, NULL); G_B11_0 = G_B10_1; if (!L_52) { G_B12_0 = G_B10_1; goto IL_0134; } } { // context.UpdateSinglePassStereoState(context.IsTemporalAntialiasingActive(), aoSupported, isScreenSpaceReflectionsActive); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_53 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_54 = V_0; bool L_55; L_55 = PostProcessRenderContext_IsTemporalAntialiasingActive_m835118A884E10E19B5625C77EC029B088ECE11E3(L_54, NULL); bool L_56 = V_4; bool L_57 = V_9; PostProcessRenderContext_UpdateSinglePassStereoState_m8BF9AC8139E61F9799B33B8E5B9D989E7A493D98(L_53, L_55, L_56, L_57, NULL); G_B12_0 = G_B11_0; } IL_0134: { // if (isAmbientOcclusionDeferred) if (!G_B12_0) { goto IL_0163; } } { // var ao = aoRenderer.Get(); AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* L_58 = V_3; RuntimeObject* L_59; L_59 = AmbientOcclusionRenderer_Get_m67BA05B631A6740564AF7B0CAAE58F2CD2EC305E(L_58, NULL); // context.command = m_LegacyCmdBufferBeforeReflections; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_60 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_61 = __this->___m_LegacyCmdBufferBeforeReflections_28; PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline(L_60, L_61, NULL); // ao.RenderAmbientOnly(context); RuntimeObject* L_62 = L_59; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_63 = V_0; InterfaceActionInvoker1< PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(2 /* System.Void UnityEngine.Rendering.PostProcessing.IAmbientOcclusionMethod::RenderAmbientOnly(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, IAmbientOcclusionMethod_t60B0197C2B799F2C22499BF494D1193A39A88354_il2cpp_TypeInfo_var, L_62, L_63); // context.command = m_LegacyCmdBufferBeforeLighting; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_64 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_65 = __this->___m_LegacyCmdBufferBeforeLighting_29; PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline(L_64, L_65, NULL); // ao.CompositeAmbientOnly(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_66 = V_0; InterfaceActionInvoker1< PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(3 /* System.Void UnityEngine.Rendering.PostProcessing.IAmbientOcclusionMethod::CompositeAmbientOnly(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, IAmbientOcclusionMethod_t60B0197C2B799F2C22499BF494D1193A39A88354_il2cpp_TypeInfo_var, L_62, L_66); goto IL_017f; } IL_0163: { // else if (isAmbientOcclusionOpaque) bool L_67 = V_6; if (!L_67) { goto IL_017f; } } { // context.command = m_LegacyCmdBufferOpaque; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_68 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_69 = __this->___m_LegacyCmdBufferOpaque_30; PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline(L_68, L_69, NULL); // aoRenderer.Get().RenderAfterOpaque(context); AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* L_70 = V_3; RuntimeObject* L_71; L_71 = AmbientOcclusionRenderer_Get_m67BA05B631A6740564AF7B0CAAE58F2CD2EC305E(L_70, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_72 = V_0; InterfaceActionInvoker1< PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(1 /* System.Void UnityEngine.Rendering.PostProcessing.IAmbientOcclusionMethod::RenderAfterOpaque(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, IAmbientOcclusionMethod_t60B0197C2B799F2C22499BF494D1193A39A88354_il2cpp_TypeInfo_var, L_71, L_72); } IL_017f: { // bool isFogActive = fog.IsEnabledAndSupported(context); Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* L_73 = __this->___fog_12; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_74 = V_0; bool L_75; L_75 = Fog_IsEnabledAndSupported_m032F2A56D8DE3B1FDACAE8174B20C7CEE8325F0E(L_73, L_74, NULL); V_10 = L_75; // bool hasCustomOpaqueOnlyEffects = HasOpaqueOnlyEffects(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_76 = V_0; bool L_77; L_77 = PostProcessLayer_HasOpaqueOnlyEffects_mFD8E5AB8219E71D4464704477E0EFF8A42D94F6B(__this, L_76, NULL); V_11 = L_77; // int opaqueOnlyEffects = 0; V_12 = 0; // opaqueOnlyEffects += isScreenSpaceReflectionsActive ? 1 : 0; int32_t L_78 = V_12; bool L_79 = V_9; G_B17_0 = L_78; if (L_79) { G_B18_0 = L_78; goto IL_01a2; } } { G_B19_0 = 0; G_B19_1 = G_B17_0; goto IL_01a3; } IL_01a2: { G_B19_0 = 1; G_B19_1 = G_B18_0; } IL_01a3: { V_12 = ((int32_t)il2cpp_codegen_add(G_B19_1, G_B19_0)); // opaqueOnlyEffects += isFogActive ? 1 : 0; int32_t L_80 = V_12; bool L_81 = V_10; G_B20_0 = L_80; if (L_81) { G_B21_0 = L_80; goto IL_01af; } } { G_B22_0 = 0; G_B22_1 = G_B20_0; goto IL_01b0; } IL_01af: { G_B22_0 = 1; G_B22_1 = G_B21_0; } IL_01b0: { V_12 = ((int32_t)il2cpp_codegen_add(G_B22_1, G_B22_0)); // opaqueOnlyEffects += hasCustomOpaqueOnlyEffects ? 1 : 0; int32_t L_82 = V_12; bool L_83 = V_11; G_B23_0 = L_82; if (L_83) { G_B24_0 = L_82; goto IL_01bc; } } { G_B25_0 = 0; G_B25_1 = G_B23_0; goto IL_01bd; } IL_01bc: { G_B25_0 = 1; G_B25_1 = G_B24_0; } IL_01bd: { V_12 = ((int32_t)il2cpp_codegen_add(G_B25_1, G_B25_0)); // var cameraTarget = new RenderTargetIdentifier(BuiltinRenderTextureType.CameraTarget); RenderTargetIdentifier__ctor_mBB94C5581CCD259EC11AAFA68C151B35E5C72C4F((&V_13), 2, NULL); // if (opaqueOnlyEffects > 0) int32_t L_84 = V_12; if ((((int32_t)L_84) <= ((int32_t)0))) { goto IL_02a8; } } { // var cmd = m_LegacyCmdBufferOpaque; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_85 = __this->___m_LegacyCmdBufferOpaque_30; V_16 = L_85; // context.command = cmd; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_86 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_87 = V_16; PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline(L_86, L_87, NULL); // context.source = cameraTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_88 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_89 = V_13; PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_88, L_89, NULL); // context.destination = cameraTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_90 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_91 = V_13; PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_90, L_91, NULL); // int srcTarget = -1; V_17 = (-1); // int dstTarget = -1; V_18 = (-1); // UpdateSrcDstForOpaqueOnly(ref srcTarget, ref dstTarget, context, cameraTarget, opaqueOnlyEffects + 1); // + 1 for blit PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_92 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_93 = V_13; int32_t L_94 = V_12; PostProcessLayer_UpdateSrcDstForOpaqueOnly_m06DEFDC679EDCE932F13D9258CD4B159C7172DF3(__this, (&V_17), (&V_18), L_92, L_93, ((int32_t)il2cpp_codegen_add(L_94, 1)), NULL); // if (RequiresInitialBlit(m_Camera, context) || opaqueOnlyEffects == 1) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_95 = __this->___m_Camera_32; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_96 = V_0; bool L_97; L_97 = PostProcessLayer_RequiresInitialBlit_m66CC1F4AC2DC78365D1F134E091EE989EF3224DF(L_95, L_96, NULL); if (L_97) { goto IL_021a; } } { int32_t L_98 = V_12; if ((!(((uint32_t)L_98) == ((uint32_t)1)))) { goto IL_024d; } } IL_021a: { // cmd.BuiltinBlit(context.source, context.destination, RuntimeUtilities.copyStdMaterial, stopNaNPropagation ? 1 : 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_99 = V_16; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_100 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_101; L_101 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_100, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_102 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_103; L_103 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_102, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_104; L_104 = RuntimeUtilities_get_copyStdMaterial_mD30BFA982998C8AD7E2C489DF3416AF8564124D0(NULL); bool L_105 = __this->___stopNaNPropagation_6; G_B29_0 = L_104; G_B29_1 = L_103; G_B29_2 = L_101; G_B29_3 = L_99; if (L_105) { G_B30_0 = L_104; G_B30_1 = L_103; G_B30_2 = L_101; G_B30_3 = L_99; goto IL_0238; } } { G_B31_0 = 0; G_B31_1 = G_B29_0; G_B31_2 = G_B29_1; G_B31_3 = G_B29_2; G_B31_4 = G_B29_3; goto IL_0239; } IL_0238: { G_B31_0 = 1; G_B31_1 = G_B30_0; G_B31_2 = G_B30_1; G_B31_3 = G_B30_2; G_B31_4 = G_B30_3; } IL_0239: { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BuiltinBlit_m551153B7E44E418912ACFCCA2CE92FF20093C5D6(G_B31_4, G_B31_3, G_B31_2, G_B31_1, G_B31_0, NULL); // UpdateSrcDstForOpaqueOnly(ref srcTarget, ref dstTarget, context, cameraTarget, opaqueOnlyEffects); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_106 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_107 = V_13; int32_t L_108 = V_12; PostProcessLayer_UpdateSrcDstForOpaqueOnly_m06DEFDC679EDCE932F13D9258CD4B159C7172DF3(__this, (&V_17), (&V_18), L_106, L_107, L_108, NULL); } IL_024d: { // if (isScreenSpaceReflectionsActive) bool L_109 = V_9; if (!L_109) { goto IL_026f; } } { // ssrRenderer.RenderOrLog(context); PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_110 = V_8; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_111 = V_0; Exception_t* L_112; L_112 = PostProcessEffectRendererExtensions_RenderOrLog_mE731AD6E7B4C206271AB39985729F8F4EA49BF15(L_110, L_111, NULL); // opaqueOnlyEffects--; int32_t L_113 = V_12; V_12 = ((int32_t)il2cpp_codegen_subtract(L_113, 1)); // UpdateSrcDstForOpaqueOnly(ref srcTarget, ref dstTarget, context, cameraTarget, opaqueOnlyEffects); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_114 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_115 = V_13; int32_t L_116 = V_12; PostProcessLayer_UpdateSrcDstForOpaqueOnly_m06DEFDC679EDCE932F13D9258CD4B159C7172DF3(__this, (&V_17), (&V_18), L_114, L_115, L_116, NULL); } IL_026f: { // if (isFogActive) bool L_117 = V_10; if (!L_117) { goto IL_0294; } } { // fog.Render(context); Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* L_118 = __this->___fog_12; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_119 = V_0; Fog_Render_m435B9A6B92833EBD9E237F46F4F066F4F03A732E(L_118, L_119, NULL); // opaqueOnlyEffects--; int32_t L_120 = V_12; V_12 = ((int32_t)il2cpp_codegen_subtract(L_120, 1)); // UpdateSrcDstForOpaqueOnly(ref srcTarget, ref dstTarget, context, cameraTarget, opaqueOnlyEffects); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_121 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_122 = V_13; int32_t L_123 = V_12; PostProcessLayer_UpdateSrcDstForOpaqueOnly_m06DEFDC679EDCE932F13D9258CD4B159C7172DF3(__this, (&V_17), (&V_18), L_121, L_122, L_123, NULL); } IL_0294: { // if (hasCustomOpaqueOnlyEffects) bool L_124 = V_11; if (!L_124) { goto IL_029f; } } { // RenderOpaqueOnly(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_125 = V_0; PostProcessLayer_RenderOpaqueOnly_m3A58A1E06E6DBA8D582F18BBCB1BCF58B702B508(__this, L_125, NULL); } IL_029f: { // cmd.ReleaseTemporaryRT(srcTarget); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_126 = V_16; int32_t L_127 = V_17; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_126, L_127, NULL); } IL_02a8: { // int tempRt = -1; V_14 = (-1); // bool forceNanKillPass = (!m_NaNKilled && stopNaNPropagation && RuntimeUtilities.isFloatingPointFormat(sourceFormat)); bool L_128 = __this->___m_NaNKilled_38; if (L_128) { goto IL_02c3; } } { bool L_129 = __this->___stopNaNPropagation_6; if (!L_129) { goto IL_02c3; } } { int32_t L_130 = V_1; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_131; L_131 = RuntimeUtilities_isFloatingPointFormat_mBE4CC69E3E39C3F9993F5E53433E2C0900E4F40C(L_130, NULL); G_B43_0 = ((int32_t)(L_131)); goto IL_02c4; } IL_02c3: { G_B43_0 = 0; } IL_02c4: { V_15 = (bool)G_B43_0; // bool vrSinglePassInstancingEnabled = context.stereoActive && context.numberOfEyes > 1 && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_132 = V_0; bool L_133; L_133 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_132, NULL); if (!L_133) { goto IL_02e2; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_134 = V_0; int32_t L_135; L_135 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_134, NULL); if ((((int32_t)L_135) <= ((int32_t)1))) { goto IL_02e2; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_136 = V_0; int32_t L_137; L_137 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_136, NULL); G_B47_0 = ((((int32_t)L_137) == ((int32_t)2))? 1 : 0); goto IL_02e3; } IL_02e2: { G_B47_0 = 0; } IL_02e3: { // if (!vrSinglePassInstancingEnabled && (RequiresInitialBlit(m_Camera, context) || forceNanKillPass)) if (G_B47_0) { goto IL_038f; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_138 = __this->___m_Camera_32; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_139 = V_0; bool L_140; L_140 = PostProcessLayer_RequiresInitialBlit_m66CC1F4AC2DC78365D1F134E091EE989EF3224DF(L_138, L_139, NULL); bool L_141 = V_15; if (!((int32_t)((int32_t)L_140|(int32_t)L_141))) { goto IL_038f; } } { // int width = context.width; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_142 = V_0; int32_t L_143; L_143 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(L_142, NULL); V_19 = L_143; // var xrDesc = XRSettings.eyeTextureDesc; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_144; L_144 = XRSettings_get_eyeTextureDesc_mFBE8F6D5D5A23E4DE1BCCD994ADFAB4FB11D7A19(NULL); V_20 = L_144; // if (context.stereoActive && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_145 = V_0; bool L_146; L_146 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_145, NULL); if (!L_146) { goto IL_0325; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_147 = V_0; int32_t L_148; L_148 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_147, NULL); if ((!(((uint32_t)L_148) == ((uint32_t)1)))) { goto IL_0325; } } { // width = xrDesc.width; int32_t L_149; L_149 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&V_20), NULL); V_19 = L_149; } IL_0325: { // tempRt = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_150 = __this->___m_TargetPool_37; int32_t L_151; L_151 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_150, NULL); V_14 = L_151; // context.GetScreenSpaceTemporaryRT(m_LegacyCmdBuffer, tempRt, 0, sourceFormat, RenderTextureReadWrite.sRGB, FilterMode.Bilinear, width); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_152 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_153 = __this->___m_LegacyCmdBuffer_31; int32_t L_154 = V_14; int32_t L_155 = V_1; int32_t L_156 = V_19; PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_152, L_153, L_154, 0, L_155, 2, 1, L_156, 0, NULL); // m_LegacyCmdBuffer.BuiltinBlit(cameraTarget, tempRt, RuntimeUtilities.copyStdMaterial, stopNaNPropagation ? 1 : 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_157 = __this->___m_LegacyCmdBuffer_31; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_158 = V_13; int32_t L_159 = V_14; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_160; L_160 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_159, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_161; L_161 = RuntimeUtilities_get_copyStdMaterial_mD30BFA982998C8AD7E2C489DF3416AF8564124D0(NULL); bool L_162 = __this->___stopNaNPropagation_6; G_B53_0 = L_161; G_B53_1 = L_160; G_B53_2 = L_158; G_B53_3 = L_157; if (L_162) { G_B54_0 = L_161; G_B54_1 = L_160; G_B54_2 = L_158; G_B54_3 = L_157; goto IL_0366; } } { G_B55_0 = 0; G_B55_1 = G_B53_0; G_B55_2 = G_B53_1; G_B55_3 = G_B53_2; G_B55_4 = G_B53_3; goto IL_0367; } IL_0366: { G_B55_0 = 1; G_B55_1 = G_B54_0; G_B55_2 = G_B54_1; G_B55_3 = G_B54_2; G_B55_4 = G_B54_3; } IL_0367: { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BuiltinBlit_m551153B7E44E418912ACFCCA2CE92FF20093C5D6(G_B55_4, G_B55_3, G_B55_2, G_B55_1, G_B55_0, NULL); // if (!m_NaNKilled) bool L_163 = __this->___m_NaNKilled_38; if (L_163) { goto IL_0380; } } { // m_NaNKilled = stopNaNPropagation; bool L_164 = __this->___stopNaNPropagation_6; __this->___m_NaNKilled_38 = L_164; } IL_0380: { // context.source = tempRt; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_165 = V_0; int32_t L_166 = V_14; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_167; L_167 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_166, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_165, L_167, NULL); goto IL_0397; } IL_038f: { // context.source = cameraTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_168 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_169 = V_13; PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_168, L_169, NULL); } IL_0397: { // context.destination = cameraTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_170 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_171 = V_13; PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_170, L_171, NULL); // if (finalBlitToCameraTarget && !m_CurrentContext.stereoActive && !RuntimeUtilities.scriptableRenderPipelineActive && DynamicResolutionAllowsFinalBlitToCameraTarget()) bool L_172 = __this->___finalBlitToCameraTarget_7; if (!L_172) { goto IL_040e; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_173 = __this->___m_CurrentContext_33; bool L_174; L_174 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_173, NULL); if (L_174) { goto IL_040e; } } { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_175; L_175 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (L_175) { goto IL_040e; } } { bool L_176; L_176 = PostProcessLayer_DynamicResolutionAllowsFinalBlitToCameraTarget_m9AACAA266C7632AF1B271CA5A4B3ADB8713BF199(__this, NULL); if (!L_176) { goto IL_040e; } } { // if (m_Camera.targetTexture) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_177 = __this->___m_Camera_32; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_178; L_178 = Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD(L_177, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_179; L_179 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_178, NULL); if (!L_179) { goto IL_03f2; } } { // context.destination = m_Camera.targetTexture.colorBuffer; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_180 = V_0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_181 = __this->___m_Camera_32; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_182; L_182 = Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD(L_181, NULL); RenderBuffer_tBE7B342979EF2FA36E24C8A7F9242212F5B89551 L_183; L_183 = RenderTexture_get_colorBuffer_mE043AF01C1B2FB73BDC9C82D78528A367089CDE0(L_182, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_184; L_184 = RenderTargetIdentifier_op_Implicit_mEF1610C533FE11CCBBE69C3ECA6468D0D03CD30D(L_183, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_180, L_184, NULL); goto IL_040e; } IL_03f2: { // context.flip = true; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_185 = V_0; PostProcessRenderContext_set_flip_m91DFA83ED3118BB02CF2849D2177C65D186F3E11_inline(L_185, (bool)1, NULL); // context.destination = Display.main.colorBuffer; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_186 = V_0; il2cpp_codegen_runtime_class_init_inline(Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var); Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* L_187; L_187 = Display_get_main_m6EB21BF1B5F545173BEECDB8F1F547FD74B4895C(NULL); RenderBuffer_tBE7B342979EF2FA36E24C8A7F9242212F5B89551 L_188; L_188 = Display_get_colorBuffer_m1C19BF9194933EE5B344478C870FA4EA5F20A61E(L_187, NULL); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_189; L_189 = RenderTargetIdentifier_op_Implicit_mEF1610C533FE11CCBBE69C3ECA6468D0D03CD30D(L_188, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_186, L_189, NULL); } IL_040e: { // context.command = m_LegacyCmdBuffer; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_190 = V_0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_191 = __this->___m_LegacyCmdBuffer_31; PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline(L_190, L_191, NULL); // Render(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_192 = V_0; PostProcessLayer_Render_m9AD8F461328CF3AAD58078BE9959D39A5DB20191(__this, L_192, NULL); // if (tempRt > -1) int32_t L_193 = V_14; if ((((int32_t)L_193) <= ((int32_t)(-1)))) { goto IL_0433; } } { // m_LegacyCmdBuffer.ReleaseTemporaryRT(tempRt); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_194 = __this->___m_LegacyCmdBuffer_31; int32_t L_195 = V_14; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_194, L_195, NULL); } IL_0433: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OnPostRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OnPostRender_m3EF2E660A385A6FE533503FCFBAE2481AB2767F8 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (RuntimeUtilities.scriptableRenderPipelineActive) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (!L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // if (m_CurrentContext.IsTemporalAntialiasingActive()) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_1 = __this->___m_CurrentContext_33; bool L_2; L_2 = PostProcessRenderContext_IsTemporalAntialiasingActive_m835118A884E10E19B5625C77EC029B088ECE11E3(L_1, NULL); if (!L_2) { goto IL_0085; } } { // if (m_CurrentContext.physicalCamera) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_3 = __this->___m_CurrentContext_33; bool L_4 = L_3->___physicalCamera_27; if (!L_4) { goto IL_002f; } } { // m_Camera.usePhysicalProperties = true; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5 = __this->___m_Camera_32; Camera_set_usePhysicalProperties_m4F99CCEBD78D6EAB21B772E947B2C683AC475814(L_5, (bool)1, NULL); return; } IL_002f: { // m_Camera.ResetProjectionMatrix(); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = __this->___m_Camera_32; Camera_ResetProjectionMatrix_m6C5F82F7CA38E39DC357A1C53C7DD26791C27AFD(L_6, NULL); // if (m_CurrentContext.stereoActive) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_7 = __this->___m_CurrentContext_33; bool L_8; L_8 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_7, NULL); if (!L_8) { goto IL_0085; } } { // if (RuntimeUtilities.isSinglePassStereoEnabled || m_Camera.stereoActiveEye == Camera.MonoOrStereoscopicEye.Right) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_9; L_9 = RuntimeUtilities_get_isSinglePassStereoEnabled_mE604A4AFD0B1368350F752A5769B2E471E923523(NULL); if (L_9) { goto IL_005c; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_10 = __this->___m_Camera_32; int32_t L_11; L_11 = Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC(L_10, NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0085; } } IL_005c: { // m_Camera.ResetStereoProjectionMatrices(); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_12 = __this->___m_Camera_32; Camera_ResetStereoProjectionMatrices_m13D8CFEB9E74452175A3E276C9A6B8904580566E(L_12, NULL); // if (XRSettings.stereoRenderingMode == XRSettings.StereoRenderingMode.MultiPass) int32_t L_13; L_13 = XRSettings_get_stereoRenderingMode_mD66918C11E2216B1F8FA76934F79D5F85BC303FC(NULL); if (L_13) { goto IL_0085; } } { // m_Camera.projectionMatrix = m_Camera.GetStereoProjectionMatrix(Camera.StereoscopicEye.Left); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14 = __this->___m_Camera_32; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = __this->___m_Camera_32; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_16; L_16 = Camera_GetStereoProjectionMatrix_mDC22B9A3E533AB9267E6EA7D266DD3EFEF782DA6(L_15, 0, NULL); Camera_set_projectionMatrix_m351820E6903139402FFFF40221B32D0C52B5A094(L_14, L_16, NULL); } IL_0085: { // } return; } } // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer::GetBundle(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* PostProcessLayer_GetBundle_mFE6B4B8D6F1300AB3A011A60E25FB3A9C7EF4A67 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, Type_t* ___settingsType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m81EBA1D350B81BB804C3C3EAF7D29E0EAADE1617_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return m_Bundles[settingsType]; Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_0 = __this->___m_Bundles_26; Type_t* L_1 = ___settingsType0; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_2; L_2 = Dictionary_2_get_Item_m81EBA1D350B81BB804C3C3EAF7D29E0EAADE1617(L_0, L_1, Dictionary_2_get_Item_m81EBA1D350B81BB804C3C3EAF7D29E0EAADE1617_RuntimeMethod_var); return L_2; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::BakeMSVOMap(UnityEngine.Rendering.CommandBuffer,UnityEngine.Camera,UnityEngine.Rendering.RenderTargetIdentifier,System.Nullable`1,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_BakeMSVOMap_m2103A1A15DE80E0036FE655A19740615E9196F7D (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, Nullable_1_t3CBCF6DFF35F8C3EEB42E43FFEF8EB6438EB2600 ___depthMap3, bool ___invert4, bool ___isMSAA5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // var bundle = GetBundle(); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_0; L_0 = PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C(__this, PostProcessLayer_GetBundle_TisAmbientOcclusion_tE73BFDC2FFCD8DE51407BD6F3DCE0EEB377F7039_m03C7F7E846F1D097D217E02A5227F75E85AF009C_RuntimeMethod_var); // var renderer = bundle.CastRenderer().GetMultiScaleVO(); AmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948* L_1; L_1 = PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F(L_0, PostProcessBundle_CastRenderer_TisAmbientOcclusionRenderer_tA0AFB526C97731C8D9C0254A0746E12E5B8DA948_m20143EB9EB15A12EFD7312AF14040ACB02F5102F_RuntimeMethod_var); MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F* L_2; L_2 = AmbientOcclusionRenderer_GetMultiScaleVO_m77469D960AE101C9A8A74055CF75096CD62BCF6D(L_1, NULL); // renderer.SetResources(m_Resources); MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F* L_3 = L_2; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_4 = __this->___m_Resources_15; MultiScaleVO_SetResources_m84240174825540B7F4C74D968DC59AD2ECC591C1_inline(L_3, L_4, NULL); // renderer.GenerateAOMap(cmd, camera, destination, depthMap, invert, isMSAA); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = ___cmd0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = ___camera1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_7 = ___destination2; Nullable_1_t3CBCF6DFF35F8C3EEB42E43FFEF8EB6438EB2600 L_8 = ___depthMap3; bool L_9 = ___invert4; bool L_10 = ___isMSAA5; MultiScaleVO_GenerateAOMap_m5F19CF58D1022B3A75F65C0DBC8BF6F77CBA4BD1(L_3, L_5, L_6, L_7, L_8, L_9, L_10, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::OverrideSettings(System.Collections.Generic.List`1,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_OverrideSettings_m49989C317280F87560366678EBCFF62739921F7C (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* ___baseSettings0, float ___interpFactor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 V_0; memset((&V_0), 0, sizeof(V_0)); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_1 = NULL; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* V_5 = NULL; { // foreach (var settings in baseSettings) List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_0 = ___baseSettings0; Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 L_1; L_1 = List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5(L_0, List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0080: {// begin finally (depth: 1) Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193((&V_0), Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0075_1; } IL_0009_1: { // foreach (var settings in baseSettings) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_2; L_2 = Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_inline((&V_0), Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); V_1 = L_2; // if (!settings.active) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_3 = V_1; bool L_4 = L_3->___active_4; if (!L_4) { goto IL_0075_1; } } { // var target = GetBundle(settings.GetType()).settings; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_5 = V_1; Type_t* L_6; L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_7; L_7 = PostProcessLayer_GetBundle_mFE6B4B8D6F1300AB3A011A60E25FB3A9C7EF4A67(__this, L_6, NULL); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_8; L_8 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_7, NULL); V_2 = L_8; // int count = settings.parameters.Count; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_9 = V_1; ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_10 = L_9->___parameters_6; int32_t L_11; L_11 = ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478(L_10, ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478_RuntimeMethod_var); V_3 = L_11; // for (int i = 0; i < count; i++) V_4 = 0; goto IL_0070_1; } IL_003c_1: { // var toParam = settings.parameters[i]; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_12 = V_1; ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_13 = L_12->___parameters_6; int32_t L_14 = V_4; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_15; L_15 = ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE(L_13, L_14, ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE_RuntimeMethod_var); V_5 = L_15; // if (toParam.overrideState) ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_16 = V_5; bool L_17 = L_16->___overrideState_0; if (!L_17) { goto IL_006a_1; } } { // var fromParam = target.parameters[i]; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_18 = V_2; ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_19 = L_18->___parameters_6; int32_t L_20 = V_4; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_21; L_21 = ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE(L_19, L_20, ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE_RuntimeMethod_var); // fromParam.Interp(fromParam, toParam, interpFactor); ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_22 = L_21; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_23 = V_5; float L_24 = ___interpFactor1; VirtualActionInvoker3< ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90*, ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90*, float >::Invoke(4 /* System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride::Interp(UnityEngine.Rendering.PostProcessing.ParameterOverride,UnityEngine.Rendering.PostProcessing.ParameterOverride,System.Single) */, L_22, L_22, L_23, L_24); } IL_006a_1: { // for (int i = 0; i < count; i++) int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_25, 1)); } IL_0070_1: { // for (int i = 0; i < count; i++) int32_t L_26 = V_4; int32_t L_27 = V_3; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_003c_1; } } IL_0075_1: { // foreach (var settings in baseSettings) bool L_28; L_28 = Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44((&V_0), Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); if (L_28) { goto IL_0009_1; } } { goto IL_008e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_008e: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::SetLegacyCameraFlags(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_SetLegacyCameraFlags_m72D14BAB60AC3CEE06CEFF07D112D46486A2F958 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8 V_1; memset((&V_1), 0, sizeof(V_1)); KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF V_2; memset((&V_2), 0, sizeof(V_2)); { // var flags = DepthTextureMode.None; V_0 = 0; // foreach (var bundle in m_Bundles) Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_0 = __this->___m_Bundles_26; Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8 L_1; L_1 = Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840(L_0, Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840_RuntimeMethod_var); V_1 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004b: {// begin finally (depth: 1) Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D((&V_1), Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0040_1; } IL_0010_1: { // foreach (var bundle in m_Bundles) KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF L_2; L_2 = Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_inline((&V_1), Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_RuntimeMethod_var); V_2 = L_2; // if (bundle.Value.settings.IsEnabledAndSupported(context)) PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_3; L_3 = KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_inline((&V_2), KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_4; L_4 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_3, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_5 = ___context0; bool L_6; L_6 = VirtualFuncInvoker1< bool, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(4 /* System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_4, L_5); if (!L_6) { goto IL_0040_1; } } { // flags |= bundle.Value.renderer.GetCameraFlags(); int32_t L_7 = V_0; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_8; L_8 = KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_inline((&V_2), KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_9; L_9 = PostProcessBundle_get_renderer_m9B9D011FC8ED8B384FE16AEC5A5955A87243A61C(L_8, NULL); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* UnityEngine.DepthTextureMode UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::GetCameraFlags() */, L_9); V_0 = ((int32_t)((int32_t)L_7|(int32_t)L_10)); } IL_0040_1: { // foreach (var bundle in m_Bundles) bool L_11; L_11 = Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91((&V_1), Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91_RuntimeMethod_var); if (L_11) { goto IL_0010_1; } } { goto IL_0059; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0059: { // if (context.IsTemporalAntialiasingActive()) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_12 = ___context0; bool L_13; L_13 = PostProcessRenderContext_IsTemporalAntialiasingActive_m835118A884E10E19B5625C77EC029B088ECE11E3(L_12, NULL); if (!L_13) { goto IL_006f; } } { // flags |= temporalAntialiasing.GetCameraFlags(); int32_t L_14 = V_0; TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_15 = __this->___temporalAntialiasing_9; int32_t L_16; L_16 = TemporalAntialiasing_GetCameraFlags_mFDB0F48DA9DD43DC96F0001D8AEC3EC0BDF8B9AA(L_15, NULL); V_0 = ((int32_t)((int32_t)L_14|(int32_t)L_16)); } IL_006f: { // if (fog.IsEnabledAndSupported(context)) Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* L_17 = __this->___fog_12; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_18 = ___context0; bool L_19; L_19 = Fog_IsEnabledAndSupported_m032F2A56D8DE3B1FDACAE8174B20C7CEE8325F0E(L_17, L_18, NULL); if (!L_19) { goto IL_008b; } } { // flags |= fog.GetCameraFlags(); int32_t L_20 = V_0; Fog_t74C7690D162C4A259C0E62ED8BAA86D5F3052DFF* L_21 = __this->___fog_12; int32_t L_22; L_22 = Fog_GetCameraFlags_m1FE74A3121D526C50A78863CC9ACBC38F0694CC4(L_21, NULL); V_0 = ((int32_t)((int32_t)L_20|(int32_t)L_22)); } IL_008b: { // if (debugLayer.debugOverlay != DebugOverlay.None) PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_23 = __this->___debugLayer_14; int32_t L_24; L_24 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(L_23, NULL); if (!L_24) { goto IL_00a6; } } { // flags |= debugLayer.GetCameraFlags(); int32_t L_25 = V_0; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_26 = __this->___debugLayer_14; int32_t L_27; L_27 = PostProcessDebugLayer_GetCameraFlags_mAD93FA644A0C5AC136F382ED927B6E3237336EFD(L_26, NULL); V_0 = ((int32_t)((int32_t)L_25|(int32_t)L_27)); } IL_00a6: { // context.camera.depthTextureMode |= flags; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_28 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_29; L_29 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_28, NULL); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_30 = L_29; int32_t L_31; L_31 = Camera_get_depthTextureMode_m998CDEBC055FE2A910F3B650585ADE3E2BB141EE(L_30, NULL); int32_t L_32 = V_0; Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF(L_30, ((int32_t)((int32_t)L_31|(int32_t)L_32)), NULL); // cameraDepthFlags = flags; int32_t L_33 = V_0; PostProcessLayer_set_cameraDepthFlags_mBC9A8CE97A08E406A3DF3F3F6AAA157330316578_inline(__this, L_33, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::ResetHistory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_ResetHistory_mB886C39683321E5A65C86CE6D13860B7DEA79100 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF V_1; memset((&V_1), 0, sizeof(V_1)); { // foreach (var bundle in m_Bundles) Dictionary_2_t0708E4C489DA9FBA7ECD27A6DCAFA4E7118665A0* L_0 = __this->___m_Bundles_26; Enumerator_t4E026E57B6A5B0289A886C68347D77530C00C3E8 L_1; L_1 = Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840(L_0, Dictionary_2_GetEnumerator_m9234571E26310F79F2D3893C944B3C94A58BA840_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002d: {// begin finally (depth: 1) Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D((&V_0), Enumerator_Dispose_mC9D69A475961960DA8DC670C099029308939149D_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0022_1; } IL_000e_1: { // foreach (var bundle in m_Bundles) KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF L_2; L_2 = Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_inline((&V_0), Enumerator_get_Current_mF2930149983840B297CAE281D30A3A53BE5CEFAD_RuntimeMethod_var); V_1 = L_2; // bundle.Value.ResetHistory(); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_3; L_3 = KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_inline((&V_1), KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); PostProcessBundle_ResetHistory_m5EB7270369216D54DE183E1A91C530F562BBCC12(L_3, NULL); } IL_0022_1: { // foreach (var bundle in m_Bundles) bool L_4; L_4 = Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91((&V_0), Enumerator_MoveNext_mEF73EB8AA663A2B438BBDEDFFC62996495209C91_RuntimeMethod_var); if (L_4) { goto IL_000e_1; } } { goto IL_003b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003b: { // temporalAntialiasing.ResetHistory(); TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_5 = __this->___temporalAntialiasing_9; TemporalAntialiasing_ResetHistory_m1E1611D2244E90EB7C3CC493B98C0AA0A1A52010(L_5, NULL); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::HasOpaqueOnlyEffects(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_HasOpaqueOnlyEffects_mFD8E5AB8219E71D4464704477E0EFF8A42D94F6B (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { { // return HasActiveEffects(PostProcessEvent.BeforeTransparent, context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; bool L_1; L_1 = PostProcessLayer_HasActiveEffects_mE7155905AC4D8288AF4CF87F542511377F110AB7(__this, 0, L_0, NULL); return L_1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::HasActiveEffects(UnityEngine.Rendering.PostProcessing.PostProcessEvent,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_HasActiveEffects_mE7155905AC4D8288AF4CF87F542511377F110AB7 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t ___evt0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927 V_0; memset((&V_0), 0, sizeof(V_0)); SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* V_1 = NULL; bool V_2 = false; bool V_3 = false; { // var list = sortedBundles[evt]; Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_0; L_0 = PostProcessLayer_get_sortedBundles_m1C832D9F4C17EBC0E9E8704923DE1876634588B9_inline(__this, NULL); int32_t L_1 = ___evt0; List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_2; L_2 = Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47(L_0, L_1, Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47_RuntimeMethod_var); // foreach (var item in list) Enumerator_t152502A87CD93F77564C8B36CEA153FCE9999927 L_3; L_3 = List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241(L_2, List_1_GetEnumerator_m24005D2905BB06654653A20CA844C71DE42D2241_RuntimeMethod_var); V_0 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0060: {// begin finally (depth: 1) Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69((&V_0), Enumerator_Dispose_mC631C50DEE73485AC36354B557FF7BE01BBC1E69_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0055_1; } IL_0014_1: { // foreach (var item in list) SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_4; L_4 = Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_inline((&V_0), Enumerator_get_Current_m7A69F40ABD6E726EB977500853E56CE7ACBEFD59_RuntimeMethod_var); V_1 = L_4; // bool enabledAndSupported = item.bundle.settings.IsEnabledAndSupported(context); SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_5 = V_1; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_6 = L_5->___bundle_1; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_7; L_7 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_6, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_8 = ___context1; bool L_9; L_9 = VirtualFuncInvoker1< bool, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(4 /* System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_7, L_8); V_2 = L_9; // if (context.isSceneView) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_10 = ___context1; bool L_11; L_11 = PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801_inline(L_10, NULL); if (!L_11) { goto IL_004e_1; } } { // if (item.bundle.attribute.allowInSceneView && enabledAndSupported) SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_12 = V_1; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_13 = L_12->___bundle_1; PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_14; L_14 = PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0_inline(L_13, NULL); bool L_15 = L_14->___allowInSceneView_3; bool L_16 = V_2; if (!((int32_t)((int32_t)L_15&(int32_t)L_16))) { goto IL_0055_1; } } { // return true; V_3 = (bool)1; goto IL_0070; } IL_004e_1: { // else if (enabledAndSupported) bool L_17 = V_2; if (!L_17) { goto IL_0055_1; } } { // return true; V_3 = (bool)1; goto IL_0070; } IL_0055_1: { // foreach (var item in list) bool L_18; L_18 = Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF((&V_0), Enumerator_MoveNext_m2F619E8E3BB92E7D1111EF6CE6171144F85298EF_RuntimeMethod_var); if (L_18) { goto IL_0014_1; } } { goto IL_006e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006e: { // return false; return (bool)0; } IL_0070: { // } bool L_19 = V_3; return L_19; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::SetupContext(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_SetupContext_mB51E288FAF90059C947F7B56982611A62D92B190 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_OldResources != m_Resources || !RuntimeUtilities.isValidResources()) PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = __this->___m_OldResources_16; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_1 = __this->___m_Resources_15; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, L_1, NULL); if (L_2) { goto IL_001a; } } { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_3; L_3 = RuntimeUtilities_isValidResources_m62370A08CF85A9B49B0BF70F4BCFC3940179B9FA(NULL); if (L_3) { goto IL_0031; } } IL_001a: { // RuntimeUtilities.UpdateResources(m_Resources); PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_4 = __this->___m_Resources_15; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_UpdateResources_mBE0F3DBAC0FFC83774E6B3FE4B792D79F2D2190C(L_4, NULL); // m_OldResources = m_Resources; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_5 = __this->___m_Resources_15; __this->___m_OldResources_16 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OldResources_16), (void*)L_5); } IL_0031: { // m_IsRenderingInSceneView = context.camera.cameraType == CameraType.SceneView; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7; L_7 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_6, NULL); int32_t L_8; L_8 = Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851(L_7, NULL); __this->___m_IsRenderingInSceneView_36 = (bool)((((int32_t)L_8) == ((int32_t)2))? 1 : 0); // context.isSceneView = m_IsRenderingInSceneView; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_9 = ___context0; bool L_10 = __this->___m_IsRenderingInSceneView_36; PostProcessRenderContext_set_isSceneView_m25BC585A98717333E55435BF060FBC8352979120_inline(L_9, L_10, NULL); // context.resources = m_Resources; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_11 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_12 = __this->___m_Resources_15; PostProcessRenderContext_set_resources_mD928596BD2CF34330CA3F8FA83845C9BB39E5651_inline(L_11, L_12, NULL); // context.propertySheets = m_PropertySheetFactory; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_13 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_14 = __this->___m_PropertySheetFactory_27; PostProcessRenderContext_set_propertySheets_m06436C85901FFAF383447F35F3A19909E1C60344_inline(L_13, L_14, NULL); // context.debugLayer = debugLayer; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_15 = ___context0; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_16 = __this->___debugLayer_14; PostProcessRenderContext_set_debugLayer_mF9A346FF61AD7CD0AC5605BD3B2A2007084CFA5A_inline(L_15, L_16, NULL); // context.antialiasing = antialiasingMode; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_17 = ___context0; int32_t L_18 = __this->___antialiasingMode_8; PostProcessRenderContext_set_antialiasing_m487F83A7E53C46AE4C2015794DA6568950E3C181_inline(L_17, L_18, NULL); // context.temporalAntialiasing = temporalAntialiasing; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_19 = ___context0; TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_20 = __this->___temporalAntialiasing_9; PostProcessRenderContext_set_temporalAntialiasing_mF2B2A0D8F39F49690FD4F76B3347C4D168B22597_inline(L_19, L_20, NULL); // context.logHistogram = m_LogHistogram; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_21 = ___context0; LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* L_22 = __this->___m_LogHistogram_34; L_21->___logHistogram_23 = L_22; Il2CppCodeGenWriteBarrier((void**)(&L_21->___logHistogram_23), (void*)L_22); // context.physicalCamera = context.camera.usePhysicalProperties; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_23 = ___context0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_24 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_25; L_25 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_24, NULL); bool L_26; L_26 = Camera_get_usePhysicalProperties_mCE30837910BC617288B1481EEE3CAC7C79E43192(L_25, NULL); L_23->___physicalCamera_27 = L_26; // SetLegacyCameraFlags(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_27 = ___context0; PostProcessLayer_SetLegacyCameraFlags_m72D14BAB60AC3CEE06CEFF07D112D46486A2F958(__this, L_27, NULL); // debugLayer.SetFrameSize(context.width, context.height); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_28 = __this->___debugLayer_14; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_29 = ___context0; int32_t L_30; L_30 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(L_29, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_31 = ___context0; int32_t L_32; L_32 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(L_31, NULL); PostProcessDebugLayer_SetFrameSize_m38E163EE3B51AA81D8C2AF7B2C5D58498F64287A(L_28, L_30, L_32, NULL); // m_CurrentContext = context; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_33 = ___context0; __this->___m_CurrentContext_33 = L_33; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentContext_33), (void*)L_33); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::UpdateVolumeSystem(UnityEngine.Camera,UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_UpdateVolumeSystem_m67096C3D2687CA32B0CAA5EEC3EFDBDCD1156DD2 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___cam0, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCCBD7B38FB8F86969AE39C491FEEE84FA50C4B0); s_Il2CppMethodInitialized = true; } { // if (m_SettingsUpdateNeeded) bool L_0 = __this->___m_SettingsUpdateNeeded_35; if (!L_0) { goto IL_004b; } } { // cmd.BeginSample("VolumeBlending"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___cmd1; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_1, _stringLiteralCCCBD7B38FB8F86969AE39C491FEEE84FA50C4B0, NULL); // PostProcessManager.instance.UpdateSettings(this, cam); PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_2; L_2 = PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C(NULL); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = ___cam0; PostProcessManager_UpdateSettings_m4B9B9670DEDA150A20023F98DEB45DA98F120EEA(L_2, __this, L_3, NULL); // cmd.EndSample("VolumeBlending"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___cmd1; CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_4, _stringLiteralCCCBD7B38FB8F86969AE39C491FEEE84FA50C4B0, NULL); // m_TargetPool.Reset(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_5 = __this->___m_TargetPool_37; TargetPool_Reset_m2D79A232CECE4951254E2EDA0529F0C877B97BB3(L_5, NULL); // if (RuntimeUtilities.scriptableRenderPipelineActive) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_6; L_6 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (!L_6) { goto IL_004b; } } { // Shader.SetGlobalFloat(ShaderIDs.RenderViewportScaleFactor, 1f); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_7 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___RenderViewportScaleFactor_124; Shader_SetGlobalFloat_mE7D0DA2B0A62925E093B318785AF82A173794AFC(L_7, (1.0f), NULL); } IL_004b: { // m_SettingsUpdateNeeded = false; __this->___m_SettingsUpdateNeeded_35 = (bool)0; // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderOpaqueOnly(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_RenderOpaqueOnly_m3A58A1E06E6DBA8D582F18BBCB1BCF58B702B508 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EF130F5926879EBF9B54F5667C54161749AD3C4); s_Il2CppMethodInitialized = true; } { // if (RuntimeUtilities.scriptableRenderPipelineActive) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (!L_0) { goto IL_000e; } } { // SetupContext(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_1 = ___context0; PostProcessLayer_SetupContext_mB51E288FAF90059C947F7B56982611A62D92B190(__this, L_1, NULL); } IL_000e: { // TextureLerper.instance.BeginFrame(context); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_2; L_2 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_3 = ___context0; TextureLerper_BeginFrame_mF2957CC10D96B1A568D284E0A7DA7F4E0CFE0558(L_2, L_3, NULL); // UpdateVolumeSystem(context.camera, context.command); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5; L_5 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_4, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7; L_7 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_6, NULL); PostProcessLayer_UpdateVolumeSystem_m67096C3D2687CA32B0CAA5EEC3EFDBDCD1156DD2(__this, L_5, L_7, NULL); // RenderList(sortedBundles[PostProcessEvent.BeforeTransparent], context, "OpaqueOnly"); Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_8; L_8 = PostProcessLayer_get_sortedBundles_m1C832D9F4C17EBC0E9E8704923DE1876634588B9_inline(__this, NULL); List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_9; L_9 = Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47(L_8, 0, Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47_RuntimeMethod_var); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_10 = ___context0; PostProcessLayer_RenderList_m478A2ECAB77361DB4A85AE3B2A5FD55A65D6D851(__this, L_9, L_10, _stringLiteral9EF130F5926879EBF9B54F5667C54161749AD3C4, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_Render_m9AD8F461328CF3AAD58078BE9959D39A5DB20191 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CE5AC9BDB4CAF7AB926B83A4813889AE1F5335E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97CBF9BB4E5A8736AF4E0D4347D09B9612D9F975); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA389F46BE74D9A5A435BF0CB6CCC807789EC28C4); s_Il2CppMethodInitialized = true; } CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL; int32_t V_1 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; bool V_4 = false; bool V_5 = false; bool V_6 = false; Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_9; memset((&V_9), 0, sizeof(V_9)); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B25_0 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B25_1; memset((&G_B25_1), 0, sizeof(G_B25_1)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B25_2; memset((&G_B25_2), 0, sizeof(G_B25_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B25_3 = NULL; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B24_0 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B24_1; memset((&G_B24_1), 0, sizeof(G_B24_1)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B24_2; memset((&G_B24_2), 0, sizeof(G_B24_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B24_3 = NULL; int32_t G_B26_0 = 0; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B26_1 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B26_2; memset((&G_B26_2), 0, sizeof(G_B26_2)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B26_3; memset((&G_B26_3), 0, sizeof(G_B26_3)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B26_4 = NULL; bool G_B39_0 = false; bool G_B38_0 = false; int32_t G_B40_0 = 0; bool G_B40_1 = false; bool G_B44_0 = false; bool G_B41_0 = false; bool G_B42_0 = false; bool G_B45_0 = false; bool G_B43_0 = false; int32_t G_B46_0 = 0; bool G_B46_1 = false; { // if (RuntimeUtilities.scriptableRenderPipelineActive) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (!L_0) { goto IL_000e; } } { // SetupContext(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_1 = ___context0; PostProcessLayer_SetupContext_mB51E288FAF90059C947F7B56982611A62D92B190(__this, L_1, NULL); } IL_000e: { // TextureLerper.instance.BeginFrame(context); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_2; L_2 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_3 = ___context0; TextureLerper_BeginFrame_mF2957CC10D96B1A568D284E0A7DA7F4E0CFE0558(L_2, L_3, NULL); // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5; L_5 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_4, NULL); V_0 = L_5; // UpdateVolumeSystem(context.camera, context.command); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7; L_7 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_6, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_8 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9; L_9 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_8, NULL); PostProcessLayer_UpdateVolumeSystem_m67096C3D2687CA32B0CAA5EEC3EFDBDCD1156DD2(__this, L_7, L_9, NULL); // int lastTarget = -1; V_1 = (-1); // RenderTargetIdentifier cameraTexture = context.source; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_10 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_11; L_11 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_10, NULL); V_2 = L_11; // if (context.stereoActive && context.numberOfEyes > 1 && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_12 = ___context0; bool L_13; L_13 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_12, NULL); if (!L_13) { goto IL_0067; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_14 = ___context0; int32_t L_15; L_15 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_14, NULL); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_0067; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_16 = ___context0; int32_t L_17; L_17 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_16, NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_0067; } } { // cmd.SetSinglePassStereo(SinglePassStereoMode.None); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = V_0; CommandBuffer_SetSinglePassStereo_mDF0CAEF9D4D2B867A2A1239E0B4105C775685BEE(L_18, 0, NULL); // cmd.DisableShaderKeyword("UNITY_SINGLE_PASS_STEREO"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19 = V_0; CommandBuffer_DisableShaderKeyword_m2B66FB1F672F3EE51FEA8A2CBA24AA6B7E4454BD(L_19, _stringLiteral97CBF9BB4E5A8736AF4E0D4347D09B9612D9F975, NULL); } IL_0067: { // for (int eye = 0; eye < context.numberOfEyes; eye++) V_3 = 0; goto IL_0326; } IL_006e: { // bool preparedStereoSource = false; V_4 = (bool)0; // if (stopNaNPropagation && !m_NaNKilled) bool L_20 = __this->___stopNaNPropagation_6; if (!L_20) { goto IL_013d; } } { bool L_21 = __this->___m_NaNKilled_38; if (L_21) { goto IL_013d; } } { // lastTarget = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_22 = __this->___m_TargetPool_37; int32_t L_23; L_23 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_22, NULL); V_1 = L_23; // context.GetScreenSpaceTemporaryRT(cmd, lastTarget, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_24 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_25 = V_0; int32_t L_26 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_27 = ___context0; int32_t L_28; L_28 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_27, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_24, L_25, L_26, 0, L_28, 0, 1, 0, 0, NULL); // if (context.stereoActive && context.numberOfEyes > 1) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_29 = ___context0; bool L_30; L_30 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_29, NULL); if (!L_30) { goto IL_0106; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_31 = ___context0; int32_t L_32; L_32 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_31, NULL); if ((((int32_t)L_32) <= ((int32_t)1))) { goto IL_0106; } } { // if (context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_33 = ___context0; int32_t L_34; L_34 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_33, NULL); if ((!(((uint32_t)L_34) == ((uint32_t)2)))) { goto IL_00df; } } { // cmd.BlitFullscreenTriangleFromTexArray(context.source, lastTarget, RuntimeUtilities.copyFromTexArraySheet, 1, false, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_35 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_36 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_37; L_37 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_36, NULL); int32_t L_38 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_39; L_39 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_38, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_40; L_40 = RuntimeUtilities_get_copyFromTexArraySheet_m7E8074DD22B6AECC91E832D4A2811364353C03B2(NULL); int32_t L_41 = V_3; RuntimeUtilities_BlitFullscreenTriangleFromTexArray_m0F023533F28CBAA19FBCC967148FA3E9664DEAA4(L_35, L_37, L_39, L_40, 1, (bool)0, L_41, NULL); // preparedStereoSource = true; V_4 = (bool)1; goto IL_012a; } IL_00df: { // else if (context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_42 = ___context0; int32_t L_43; L_43 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_42, NULL); if ((!(((uint32_t)L_43) == ((uint32_t)1)))) { goto IL_012a; } } { // cmd.BlitFullscreenTriangleFromDoubleWide(context.source, lastTarget, RuntimeUtilities.copyStdFromDoubleWideMaterial, 1, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_44 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_45 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_46; L_46 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_45, NULL); int32_t L_47 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_48; L_48 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_47, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_49; L_49 = RuntimeUtilities_get_copyStdFromDoubleWideMaterial_m21BBAF82C52F21FF38FF6646CB75C64FAA1E117B(NULL); int32_t L_50 = V_3; RuntimeUtilities_BlitFullscreenTriangleFromDoubleWide_mF70FFB7FA914A8F5B41B6B613ED0C69EED52D054(L_44, L_46, L_48, L_49, 1, L_50, NULL); // preparedStereoSource = true; V_4 = (bool)1; goto IL_012a; } IL_0106: { // cmd.BlitFullscreenTriangle(context.source, lastTarget, RuntimeUtilities.copySheet, 1); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_51 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_52 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_53; L_53 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_52, NULL); int32_t L_54 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_55; L_55 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_54, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_56; L_56 = RuntimeUtilities_get_copySheet_mFDA1B83FCF385E40BFC7659DF705A15423662B80(NULL); il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_57 = V_7; RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_51, L_53, L_55, L_56, 1, (bool)0, L_57, (bool)0, NULL); } IL_012a: { // context.source = lastTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_58 = ___context0; int32_t L_59 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_60; L_60 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_59, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_58, L_60, NULL); // m_NaNKilled = true; __this->___m_NaNKilled_38 = (bool)1; } IL_013d: { // if (!preparedStereoSource && context.numberOfEyes > 1) bool L_61 = V_4; if (L_61) { goto IL_01db; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_62 = ___context0; int32_t L_63; L_63 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_62, NULL); if ((((int32_t)L_63) <= ((int32_t)1))) { goto IL_01db; } } { // lastTarget = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_64 = __this->___m_TargetPool_37; int32_t L_65; L_65 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_64, NULL); V_1 = L_65; // context.GetScreenSpaceTemporaryRT(cmd, lastTarget, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_66 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_67 = V_0; int32_t L_68 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_69 = ___context0; int32_t L_70; L_70 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_69, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_66, L_67, L_68, 0, L_70, 0, 1, 0, 0, NULL); // if (context.stereoActive) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_71 = ___context0; bool L_72; L_72 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_71, NULL); if (!L_72) { goto IL_01cf; } } { // if (context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_73 = ___context0; int32_t L_74; L_74 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_73, NULL); if ((!(((uint32_t)L_74) == ((uint32_t)2)))) { goto IL_019f; } } { // cmd.BlitFullscreenTriangleFromTexArray(context.source, lastTarget, RuntimeUtilities.copyFromTexArraySheet, 1, false, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_75 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_76 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_77; L_77 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_76, NULL); int32_t L_78 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_79; L_79 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_78, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_80; L_80 = RuntimeUtilities_get_copyFromTexArraySheet_m7E8074DD22B6AECC91E832D4A2811364353C03B2(NULL); int32_t L_81 = V_3; RuntimeUtilities_BlitFullscreenTriangleFromTexArray_m0F023533F28CBAA19FBCC967148FA3E9664DEAA4(L_75, L_77, L_79, L_80, 1, (bool)0, L_81, NULL); // preparedStereoSource = true; V_4 = (bool)1; goto IL_01cf; } IL_019f: { // else if (context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_82 = ___context0; int32_t L_83; L_83 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_82, NULL); if ((!(((uint32_t)L_83) == ((uint32_t)1)))) { goto IL_01cf; } } { // cmd.BlitFullscreenTriangleFromDoubleWide(context.source, lastTarget, RuntimeUtilities.copyStdFromDoubleWideMaterial, stopNaNPropagation ? 1 : 0, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_84 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_85 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_86; L_86 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_85, NULL); int32_t L_87 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_88; L_88 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_87, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_89; L_89 = RuntimeUtilities_get_copyStdFromDoubleWideMaterial_m21BBAF82C52F21FF38FF6646CB75C64FAA1E117B(NULL); bool L_90 = __this->___stopNaNPropagation_6; G_B24_0 = L_89; G_B24_1 = L_88; G_B24_2 = L_86; G_B24_3 = L_84; if (L_90) { G_B25_0 = L_89; G_B25_1 = L_88; G_B25_2 = L_86; G_B25_3 = L_84; goto IL_01c5; } } { G_B26_0 = 0; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; G_B26_3 = G_B24_2; G_B26_4 = G_B24_3; goto IL_01c6; } IL_01c5: { G_B26_0 = 1; G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; G_B26_3 = G_B25_2; G_B26_4 = G_B25_3; } IL_01c6: { int32_t L_91 = V_3; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangleFromDoubleWide_mF70FFB7FA914A8F5B41B6B613ED0C69EED52D054(G_B26_4, G_B26_3, G_B26_2, G_B26_1, G_B26_0, L_91, NULL); // preparedStereoSource = true; V_4 = (bool)1; } IL_01cf: { // context.source = lastTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_92 = ___context0; int32_t L_93 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_94; L_94 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_93, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_92, L_94, NULL); } IL_01db: { // if (context.IsTemporalAntialiasingActive()) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_95 = ___context0; bool L_96; L_96 = PostProcessRenderContext_IsTemporalAntialiasingActive_m835118A884E10E19B5625C77EC029B088ECE11E3(L_95, NULL); if (!L_96) { goto IL_0282; } } { // if (!RuntimeUtilities.scriptableRenderPipelineActive) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_97; L_97 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (L_97) { goto IL_021d; } } { // if (context.stereoActive) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_98 = ___context0; bool L_99; L_99 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_98, NULL); if (!L_99) { goto IL_0211; } } { // if (context.camera.stereoActiveEye != Camera.MonoOrStereoscopicEye.Right) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_100 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_101; L_101 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_100, NULL); int32_t L_102; L_102 = Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC(L_101, NULL); if ((((int32_t)L_102) == ((int32_t)1))) { goto IL_021d; } } { // temporalAntialiasing.ConfigureStereoJitteredProjectionMatrices(context); TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_103 = __this->___temporalAntialiasing_9; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_104 = ___context0; TemporalAntialiasing_ConfigureStereoJitteredProjectionMatrices_m6778161075072CB286B1C1082F1535B39D13E546(L_103, L_104, NULL); goto IL_021d; } IL_0211: { // temporalAntialiasing.ConfigureJitteredProjectionMatrix(context); TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_105 = __this->___temporalAntialiasing_9; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_106 = ___context0; TemporalAntialiasing_ConfigureJitteredProjectionMatrix_mD1658F905FA0B40616F94A72596803C4DFD11476(L_105, L_106, NULL); } IL_021d: { // var taaTarget = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_107 = __this->___m_TargetPool_37; int32_t L_108; L_108 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_107, NULL); V_8 = L_108; // var finalDestination = context.destination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_109 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_110; L_110 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_109, NULL); V_9 = L_110; // context.GetScreenSpaceTemporaryRT(cmd, taaTarget, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_111 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_112 = V_0; int32_t L_113 = V_8; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_114 = ___context0; int32_t L_115; L_115 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_114, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_111, L_112, L_113, 0, L_115, 0, 1, 0, 0, NULL); // context.destination = taaTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_116 = ___context0; int32_t L_117 = V_8; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_118; L_118 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_117, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_116, L_118, NULL); // temporalAntialiasing.Render(context); TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_119 = __this->___temporalAntialiasing_9; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_120 = ___context0; TemporalAntialiasing_Render_m1F5CDB905DA7AB9A5D2C8335E7F40A0B984C767F(L_119, L_120, NULL); // context.source = taaTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_121 = ___context0; int32_t L_122 = V_8; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_123; L_123 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_122, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_121, L_123, NULL); // context.destination = finalDestination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_124 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_125 = V_9; PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_124, L_125, NULL); // if (lastTarget > -1) int32_t L_126 = V_1; if ((((int32_t)L_126) <= ((int32_t)(-1)))) { goto IL_027f; } } { // cmd.ReleaseTemporaryRT(lastTarget); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_127 = V_0; int32_t L_128 = V_1; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_127, L_128, NULL); } IL_027f: { // lastTarget = taaTarget; int32_t L_129 = V_8; V_1 = L_129; } IL_0282: { // bool hasBeforeStackEffects = HasActiveEffects(PostProcessEvent.BeforeStack, context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_130 = ___context0; bool L_131; L_131 = PostProcessLayer_HasActiveEffects_mE7155905AC4D8288AF4CF87F542511377F110AB7(__this, 1, L_130, NULL); // bool hasAfterStackEffects = HasActiveEffects(PostProcessEvent.AfterStack, context) && !breakBeforeColorGrading; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_132 = ___context0; bool L_133; L_133 = PostProcessLayer_HasActiveEffects_mE7155905AC4D8288AF4CF87F542511377F110AB7(__this, 2, L_132, NULL); G_B38_0 = L_131; if (!L_133) { G_B39_0 = L_131; goto IL_029f; } } { bool L_134 = __this->___breakBeforeColorGrading_19; G_B40_0 = ((((int32_t)L_134) == ((int32_t)0))? 1 : 0); G_B40_1 = G_B38_0; goto IL_02a0; } IL_029f: { G_B40_0 = 0; G_B40_1 = G_B39_0; } IL_02a0: { V_5 = (bool)G_B40_0; // bool needsFinalPass = (hasAfterStackEffects // || (antialiasingMode == Antialiasing.FastApproximateAntialiasing) || (antialiasingMode == Antialiasing.SubpixelMorphologicalAntialiasing && subpixelMorphologicalAntialiasing.IsSupported())) // && !breakBeforeColorGrading; bool L_135 = V_5; G_B41_0 = G_B40_1; if (L_135) { G_B44_0 = G_B40_1; goto IL_02c5; } } { int32_t L_136 = __this->___antialiasingMode_8; G_B42_0 = G_B41_0; if ((((int32_t)L_136) == ((int32_t)1))) { G_B44_0 = G_B41_0; goto IL_02c5; } } { int32_t L_137 = __this->___antialiasingMode_8; G_B43_0 = G_B42_0; if ((!(((uint32_t)L_137) == ((uint32_t)2)))) { G_B45_0 = G_B42_0; goto IL_02d0; } } { SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12* L_138 = __this->___subpixelMorphologicalAntialiasing_10; bool L_139; L_139 = SubpixelMorphologicalAntialiasing_IsSupported_m1705607A7079C11A6FAAEB07746977F804A8ECFF(L_138, NULL); G_B44_0 = G_B43_0; if (!L_139) { G_B45_0 = G_B43_0; goto IL_02d0; } } IL_02c5: { bool L_140 = __this->___breakBeforeColorGrading_19; G_B46_0 = ((((int32_t)L_140) == ((int32_t)0))? 1 : 0); G_B46_1 = G_B44_0; goto IL_02d1; } IL_02d0: { G_B46_0 = 0; G_B46_1 = G_B45_0; } IL_02d1: { V_6 = (bool)G_B46_0; // if (hasBeforeStackEffects) if (!G_B46_1) { goto IL_02e4; } } { // lastTarget = RenderInjectionPoint(PostProcessEvent.BeforeStack, context, "BeforeStack", lastTarget); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_141 = ___context0; int32_t L_142 = V_1; int32_t L_143; L_143 = PostProcessLayer_RenderInjectionPoint_m42D83392ABD881E8434BABB7F8BC46E548DE8EBB(__this, 1, L_141, _stringLiteral4CE5AC9BDB4CAF7AB926B83A4813889AE1F5335E, L_142, NULL); V_1 = L_143; } IL_02e4: { // lastTarget = RenderBuiltins(context, !needsFinalPass, lastTarget, eye); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_144 = ___context0; bool L_145 = V_6; int32_t L_146 = V_1; int32_t L_147 = V_3; int32_t L_148; L_148 = PostProcessLayer_RenderBuiltins_mB9B7DA7EE55CAC51BF153F488BFCAF5800D3FFB0(__this, L_144, (bool)((((int32_t)L_145) == ((int32_t)0))? 1 : 0), L_146, L_147, NULL); V_1 = L_148; // if (hasAfterStackEffects) bool L_149 = V_5; if (!L_149) { goto IL_0306; } } { // lastTarget = RenderInjectionPoint(PostProcessEvent.AfterStack, context, "AfterStack", lastTarget); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_150 = ___context0; int32_t L_151 = V_1; int32_t L_152; L_152 = PostProcessLayer_RenderInjectionPoint_m42D83392ABD881E8434BABB7F8BC46E548DE8EBB(__this, 2, L_150, _stringLiteralA389F46BE74D9A5A435BF0CB6CCC807789EC28C4, L_151, NULL); V_1 = L_152; } IL_0306: { // if (needsFinalPass) bool L_153 = V_6; if (!L_153) { goto IL_0313; } } { // RenderFinalPass(context, lastTarget, eye); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_154 = ___context0; int32_t L_155 = V_1; int32_t L_156 = V_3; PostProcessLayer_RenderFinalPass_mA79AF4EF4D050FED050FF29356384FE8F681044F(__this, L_154, L_155, L_156, NULL); } IL_0313: { // if (context.stereoActive) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_157 = ___context0; bool L_158; L_158 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_157, NULL); if (!L_158) { goto IL_0322; } } { // context.source = cameraTexture; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_159 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_160 = V_2; PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_159, L_160, NULL); } IL_0322: { // for (int eye = 0; eye < context.numberOfEyes; eye++) int32_t L_161 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_161, 1)); } IL_0326: { // for (int eye = 0; eye < context.numberOfEyes; eye++) int32_t L_162 = V_3; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_163 = ___context0; int32_t L_164; L_164 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_163, NULL); if ((((int32_t)L_162) < ((int32_t)L_164))) { goto IL_006e; } } { // if (context.stereoActive && context.numberOfEyes > 1 && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_165 = ___context0; bool L_166; L_166 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_165, NULL); if (!L_166) { goto IL_035e; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_167 = ___context0; int32_t L_168; L_168 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_167, NULL); if ((((int32_t)L_168) <= ((int32_t)1))) { goto IL_035e; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_169 = ___context0; int32_t L_170; L_170 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_169, NULL); if ((!(((uint32_t)L_170) == ((uint32_t)1)))) { goto IL_035e; } } { // cmd.SetSinglePassStereo(SinglePassStereoMode.SideBySide); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_171 = V_0; CommandBuffer_SetSinglePassStereo_mDF0CAEF9D4D2B867A2A1239E0B4105C775685BEE(L_171, 1, NULL); // cmd.EnableShaderKeyword("UNITY_SINGLE_PASS_STEREO"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_172 = V_0; CommandBuffer_EnableShaderKeyword_m9DE5732149961F1EA14B295D9E72914E1CC7DA5A(L_172, _stringLiteral97CBF9BB4E5A8736AF4E0D4347D09B9612D9F975, NULL); } IL_035e: { // debugLayer.RenderSpecialOverlays(context); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_173 = __this->___debugLayer_14; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_174 = ___context0; PostProcessDebugLayer_RenderSpecialOverlays_mD23CFE4FC14A61B52A41E88A03B85174BEE1D211(L_173, L_174, NULL); // debugLayer.RenderMonitors(context); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_175 = __this->___debugLayer_14; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_176 = ___context0; PostProcessDebugLayer_RenderMonitors_mD366E3E3E7D8F0F1A686CB33D352DDBE4B1B8DE8(L_175, L_176, NULL); // TextureLerper.instance.EndFrame(); TextureLerper_t3EAB762818E71EC9F4627D4BF1C4428DF9570424* L_177; L_177 = TextureLerper_get_instance_m9FBD47F5E67E2E692847BCD402084526D6AF8F37(NULL); TextureLerper_EndFrame_m827E01313363D563B9D08D245272A162D1872745(L_177, NULL); // debugLayer.EndFrame(); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_178 = __this->___debugLayer_14; PostProcessDebugLayer_EndFrame_mDBDCD82C1BE519E65293D44A840500FE4B6D58A8(L_178, NULL); // m_SettingsUpdateNeeded = true; __this->___m_SettingsUpdateNeeded_35 = (bool)1; // m_NaNKilled = false; __this->___m_NaNKilled_38 = (bool)0; // } return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderInjectionPoint(UnityEngine.Rendering.PostProcessing.PostProcessEvent,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessLayer_RenderInjectionPoint_m42D83392ABD881E8434BABB7F8BC46E548DE8EBB (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t ___evt0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, String_t* ___marker2, int32_t ___releaseTargetAfterUse3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_1; memset((&V_1), 0, sizeof(V_1)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_2 = NULL; { // int tempTarget = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_0 = __this->___m_TargetPool_37; int32_t L_1; L_1 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_0, NULL); V_0 = L_1; // var finalDestination = context.destination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_3; L_3 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_2, NULL); V_1 = L_3; // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context1; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5; L_5 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_4, NULL); V_2 = L_5; // context.GetScreenSpaceTemporaryRT(cmd, tempTarget, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context1; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = V_2; int32_t L_8 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_9 = ___context1; int32_t L_10; L_10 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_9, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_6, L_7, L_8, 0, L_10, 0, 1, 0, 0, NULL); // context.destination = tempTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_11 = ___context1; int32_t L_12 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_13; L_13 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_12, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_11, L_13, NULL); // RenderList(sortedBundles[evt], context, marker); Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_14; L_14 = PostProcessLayer_get_sortedBundles_m1C832D9F4C17EBC0E9E8704923DE1876634588B9_inline(__this, NULL); int32_t L_15 = ___evt0; List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_16; L_16 = Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47(L_14, L_15, Dictionary_2_get_Item_m7DFEB388C8403D34792C6CDADBBA2387B0952E47_RuntimeMethod_var); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_17 = ___context1; String_t* L_18 = ___marker2; PostProcessLayer_RenderList_m478A2ECAB77361DB4A85AE3B2A5FD55A65D6D851(__this, L_16, L_17, L_18, NULL); // context.source = tempTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_19 = ___context1; int32_t L_20 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_21; L_21 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_20, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_19, L_21, NULL); // context.destination = finalDestination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_22 = ___context1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_23 = V_1; PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_22, L_23, NULL); // if (releaseTargetAfterUse > -1) int32_t L_24 = ___releaseTargetAfterUse3; if ((((int32_t)L_24) <= ((int32_t)(-1)))) { goto IL_006d; } } { // cmd.ReleaseTemporaryRT(releaseTargetAfterUse); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_25 = V_2; int32_t L_26 = ___releaseTargetAfterUse3; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_25, L_26, NULL); } IL_006d: { // return tempTarget; int32_t L_27 = V_0; return L_27; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderList(System.Collections.Generic.List`1,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_RenderList_m478A2ECAB77361DB4A85AE3B2A5FD55A65D6D851 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* ___list0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, String_t* ___marker2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m7C2175F3AB87E09A44AE51820362AECAE8BDD9D5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m3BAC5422D0DB2AEC6BB01291B70BDDD3F59C670F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m244A1F353D8FD041D7A37B866A1FE94C88B57103_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9FB92FAB1246DEAA5C02A4D69B6109CCA055E639_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m08D83A8D40FCFB6C95161C926767F1A5AAB77025_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4B055C4E2F7D89F61BE7E5A89D4341529995372B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* G_B13_0 = NULL; List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* G_B12_0 = NULL; int32_t G_B14_0 = 0; List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* G_B14_1 = NULL; { // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context1; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1; L_1 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_0, NULL); V_0 = L_1; // cmd.BeginSample(marker); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = V_0; String_t* L_3 = ___marker2; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_2, L_3, NULL); // m_ActiveEffects.Clear(); List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* L_4 = __this->___m_ActiveEffects_39; List_1_Clear_m3BAC5422D0DB2AEC6BB01291B70BDDD3F59C670F_inline(L_4, List_1_Clear_m3BAC5422D0DB2AEC6BB01291B70BDDD3F59C670F_RuntimeMethod_var); // for (int i = 0; i < list.Count; i++) V_2 = 0; goto IL_006a; } IL_001d: { // var effect = list[i].bundle; List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_5 = ___list0; int32_t L_6 = V_2; SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_7; L_7 = List_1_get_Item_m08D83A8D40FCFB6C95161C926767F1A5AAB77025(L_5, L_6, List_1_get_Item_m08D83A8D40FCFB6C95161C926767F1A5AAB77025_RuntimeMethod_var); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_8 = L_7->___bundle_1; V_3 = L_8; // if (effect.settings.IsEnabledAndSupported(context)) PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_9 = V_3; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_10; L_10 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_9, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_11 = ___context1; bool L_12; L_12 = VirtualFuncInvoker1< bool, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(4 /* System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_10, L_11); if (!L_12) { goto IL_0066; } } { // if (!context.isSceneView || (context.isSceneView && effect.attribute.allowInSceneView)) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_13 = ___context1; bool L_14; L_14 = PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801_inline(L_13, NULL); if (!L_14) { goto IL_0055; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_15 = ___context1; bool L_16; L_16 = PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801_inline(L_15, NULL); if (!L_16) { goto IL_0066; } } { PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_17 = V_3; PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_18; L_18 = PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0_inline(L_17, NULL); bool L_19 = L_18->___allowInSceneView_3; if (!L_19) { goto IL_0066; } } IL_0055: { // m_ActiveEffects.Add(effect.renderer); List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* L_20 = __this->___m_ActiveEffects_39; PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_21 = V_3; PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_22; L_22 = PostProcessBundle_get_renderer_m9B9D011FC8ED8B384FE16AEC5A5955A87243A61C(L_21, NULL); List_1_Add_m7C2175F3AB87E09A44AE51820362AECAE8BDD9D5_inline(L_20, L_22, List_1_Add_m7C2175F3AB87E09A44AE51820362AECAE8BDD9D5_RuntimeMethod_var); } IL_0066: { // for (int i = 0; i < list.Count; i++) int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_006a: { // for (int i = 0; i < list.Count; i++) int32_t L_24 = V_2; List_1_t5A5D693FCB65915992E4AD3F0059CEF830A29396* L_25 = ___list0; int32_t L_26; L_26 = List_1_get_Count_m244A1F353D8FD041D7A37B866A1FE94C88B57103_inline(L_25, List_1_get_Count_m244A1F353D8FD041D7A37B866A1FE94C88B57103_RuntimeMethod_var); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_001d; } } { // int count = m_ActiveEffects.Count; List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* L_27 = __this->___m_ActiveEffects_39; int32_t L_28; L_28 = List_1_get_Count_m9FB92FAB1246DEAA5C02A4D69B6109CCA055E639_inline(L_27, List_1_get_Count_m9FB92FAB1246DEAA5C02A4D69B6109CCA055E639_RuntimeMethod_var); V_1 = L_28; // if (count == 1) int32_t L_29 = V_1; if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_009b; } } { // m_ActiveEffects[0].RenderOrLog(context); List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* L_30 = __this->___m_ActiveEffects_39; PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_31; L_31 = List_1_get_Item_m4B055C4E2F7D89F61BE7E5A89D4341529995372B(L_30, 0, List_1_get_Item_m4B055C4E2F7D89F61BE7E5A89D4341529995372B_RuntimeMethod_var); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_32 = ___context1; Exception_t* L_33; L_33 = PostProcessEffectRendererExtensions_RenderOrLog_mE731AD6E7B4C206271AB39985729F8F4EA49BF15(L_31, L_32, NULL); goto IL_019c; } IL_009b: { // m_Targets.Clear(); List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* L_34 = __this->___m_Targets_40; List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_inline(L_34, List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_RuntimeMethod_var); // m_Targets.Add(context.source); // First target is always source List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* L_35 = __this->___m_Targets_40; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_36 = ___context1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_37; L_37 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_36, NULL); List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_inline(L_35, L_37, List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_RuntimeMethod_var); // int tempTarget1 = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_38 = __this->___m_TargetPool_37; int32_t L_39; L_39 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_38, NULL); V_4 = L_39; // int tempTarget2 = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_40 = __this->___m_TargetPool_37; int32_t L_41; L_41 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_40, NULL); V_5 = L_41; // for (int i = 0; i < count - 1; i++) V_6 = 0; goto IL_00f8; } IL_00d6: { // m_Targets.Add(i % 2 == 0 ? tempTarget1 : tempTarget2); List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* L_42 = __this->___m_Targets_40; int32_t L_43 = V_6; G_B12_0 = L_42; if (!((int32_t)(L_43%2))) { G_B13_0 = L_42; goto IL_00e6; } } { int32_t L_44 = V_5; G_B14_0 = L_44; G_B14_1 = G_B12_0; goto IL_00e8; } IL_00e6: { int32_t L_45 = V_4; G_B14_0 = L_45; G_B14_1 = G_B13_0; } IL_00e8: { RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_46; L_46 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(G_B14_0, NULL); List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_inline(G_B14_1, L_46, List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_RuntimeMethod_var); // for (int i = 0; i < count - 1; i++) int32_t L_47 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_47, 1)); } IL_00f8: { // for (int i = 0; i < count - 1; i++) int32_t L_48 = V_6; int32_t L_49 = V_1; if ((((int32_t)L_48) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_49, 1))))) { goto IL_00d6; } } { // m_Targets.Add(context.destination); // Last target is always destination List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* L_50 = __this->___m_Targets_40; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_51 = ___context1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_52; L_52 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_51, NULL); List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_inline(L_50, L_52, List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_RuntimeMethod_var); // context.GetScreenSpaceTemporaryRT(cmd, tempTarget1, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_53 = ___context1; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_54 = V_0; int32_t L_55 = V_4; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_56 = ___context1; int32_t L_57; L_57 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_56, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_53, L_54, L_55, 0, L_57, 0, 1, 0, 0, NULL); // if (count > 2) int32_t L_58 = V_1; if ((((int32_t)L_58) <= ((int32_t)2))) { goto IL_013c; } } { // context.GetScreenSpaceTemporaryRT(cmd, tempTarget2, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_59 = ___context1; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_60 = V_0; int32_t L_61 = V_5; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_62 = ___context1; int32_t L_63; L_63 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_62, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_59, L_60, L_61, 0, L_63, 0, 1, 0, 0, NULL); } IL_013c: { // for (int i = 0; i < count; i++) V_7 = 0; goto IL_0183; } IL_0141: { // context.source = m_Targets[i]; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_64 = ___context1; List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* L_65 = __this->___m_Targets_40; int32_t L_66 = V_7; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_67; L_67 = List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547(L_65, L_66, List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547_RuntimeMethod_var); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_64, L_67, NULL); // context.destination = m_Targets[i + 1]; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_68 = ___context1; List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* L_69 = __this->___m_Targets_40; int32_t L_70 = V_7; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_71; L_71 = List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547(L_69, ((int32_t)il2cpp_codegen_add(L_70, 1)), List_1_get_Item_m6DB037F61ED4414646474CC300C356DDE9AA7547_RuntimeMethod_var); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_68, L_71, NULL); // m_ActiveEffects[i].RenderOrLog(context); List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* L_72 = __this->___m_ActiveEffects_39; int32_t L_73 = V_7; PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_74; L_74 = List_1_get_Item_m4B055C4E2F7D89F61BE7E5A89D4341529995372B(L_72, L_73, List_1_get_Item_m4B055C4E2F7D89F61BE7E5A89D4341529995372B_RuntimeMethod_var); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_75 = ___context1; Exception_t* L_76; L_76 = PostProcessEffectRendererExtensions_RenderOrLog_mE731AD6E7B4C206271AB39985729F8F4EA49BF15(L_74, L_75, NULL); // for (int i = 0; i < count; i++) int32_t L_77 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_77, 1)); } IL_0183: { // for (int i = 0; i < count; i++) int32_t L_78 = V_7; int32_t L_79 = V_1; if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_0141; } } { // cmd.ReleaseTemporaryRT(tempTarget1); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_80 = V_0; int32_t L_81 = V_4; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_80, L_81, NULL); // if (count > 2) int32_t L_82 = V_1; if ((((int32_t)L_82) <= ((int32_t)2))) { goto IL_019c; } } { // cmd.ReleaseTemporaryRT(tempTarget2); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_83 = V_0; int32_t L_84 = V_5; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_83, L_84, NULL); } IL_019c: { // cmd.EndSample(marker); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_85 = V_0; String_t* L_86 = ___marker2; CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_85, L_86, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::ApplyFlip(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,UnityEngine.MaterialPropertyBlock) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_ApplyFlip_m64131F71DAA216E393712E1B43656056B16F6DFC (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___properties1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (context.flip && !context.isSceneView) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; bool L_1; L_1 = PostProcessRenderContext_get_flip_mFE0933034DE2E1C6174C09EED54F03C472D29C32_inline(L_0, NULL); if (!L_1) { goto IL_0035; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context0; bool L_3; L_3 = PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801_inline(L_2, NULL); if (L_3) { goto IL_0035; } } { // properties.SetVector(ShaderIDs.UVTransform, new Vector4(1.0f, 1.0f, 0.0f, 0.0f)); MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_4 = ___properties1; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_5 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___UVTransform_125; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6; memset((&L_6), 0, sizeof(L_6)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_6), (1.0f), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_4, L_5, L_6, NULL); return; } IL_0035: { // ApplyDefaultFlip(properties); MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_7 = ___properties1; PostProcessLayer_ApplyDefaultFlip_mA6FF046E1DC3BABDAE6ABEB463F139329516B2DD(__this, L_7, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::ApplyDefaultFlip(UnityEngine.MaterialPropertyBlock) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_ApplyDefaultFlip_mA6FF046E1DC3BABDAE6ABEB463F139329516B2DD (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___properties0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* G_B2_1 = NULL; int32_t G_B1_0 = 0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* G_B1_1 = NULL; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); int32_t G_B3_1 = 0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* G_B3_2 = NULL; { // properties.SetVector(ShaderIDs.UVTransform, SystemInfo.graphicsUVStartsAtTop ? new Vector4(1.0f, -1.0f, 0.0f, 1.0f) : new Vector4(1.0f, 1.0f, 0.0f, 0.0f)); MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = ___properties0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___UVTransform_125; bool L_2; L_2 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL); G_B1_0 = L_1; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_1; G_B2_1 = L_0; goto IL_0028; } } { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3; memset((&L_3), 0, sizeof(L_3)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_3), (1.0f), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); G_B3_0 = L_3; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0041; } IL_0028: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_4), (1.0f), (-1.0f), (0.0f), (1.0f), /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0041: { MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(G_B3_2, G_B3_1, G_B3_0, NULL); // } return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderBuiltins(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessLayer_RenderBuiltins_mB9B7DA7EE55CAC51BF153F488BFCAF5800D3FFB0 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, bool ___isFinalPass1, int32_t ___releaseTargetAfterUse2, int32_t ___eye3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_m46A3D7176C8E1541FD52D17EA1004D524A8F75D5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisBloom_tFF9041F997C910F47A3BA6C4F8A68B42CD7673D4_mE76060E3E94004790059C36AAFB0C9680FE58ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisChromaticAberration_t3EE45F38C15A7BDA947D780B884E72434AABAF78_m2ECE3D6D433A4E9AB438884B4774309C3E7386C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisColorGrading_t01599C2C3DF14F6425CC1F83630FF897530C7594_m2A7766EB61C14774D96829F7C40578E62FBBB5CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisDepthOfField_tE1F36629AF0EC73FA3F6EB53AB41E842DBE46FC0_mA525F949B24670DC40A71F4AAE3F1D53B63FE402_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisGrain_tAF18E7559F72DD8F0C8169852021D015A129AC38_m3EC8127E88B7C1882EDB54CC93541AF25EFCC3C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisLensDistortion_tE3E99FC0A9AADFA1A4F0C5177DD99E47360ACFE6_m86E417DA1947A2A87156535FFC84A30C8CD4F1F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisMotionBlur_t90553FC2A538AB7C233605E97C2FBAC4E27D4365_m8E7A0DBFD3B9C318086E0CB911BEFF441526A114_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_RenderEffect_TisVignette_t78A96720D01BE6D0BC2347103F78B25ADB479F12_m756E47DD8EEB7B9DE08C3920A09BC75A5AC756A3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C382D3DF11993113B182CC6D09D617971C97D01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57835C6EA6AB0104D18200C0E8838A69EAEE8284); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E88A34F99D11CEE0A0FE1DD1A6CF2C71CE50DDA); s_Il2CppMethodInitialized = true; } PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_0 = NULL; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_1 = NULL; int32_t V_2 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_7; memset((&V_7), 0, sizeof(V_7)); { // var uberSheet = context.propertySheets.Get(context.resources.shaders.uber); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_1; L_1 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_0, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_3; L_3 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_2, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_4 = L_3->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = L_4->___uber_13; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_6; L_6 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_1, L_5, NULL); V_0 = L_6; // uberSheet.ClearKeywords(); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_7 = V_0; PropertySheet_ClearKeywords_m3A886177632A2DF75DC115107A2BE995375C79E4(L_7, NULL); // uberSheet.properties.Clear(); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_8 = V_0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_9; L_9 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_8, NULL); MaterialPropertyBlock_Clear_m83CE1CC476A80F162FC89DBF6C2C78659B6E1253(L_9, NULL); // context.uberSheet = uberSheet; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_10 = ___context0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_11 = V_0; L_10->___uberSheet_21 = L_11; Il2CppCodeGenWriteBarrier((void**)(&L_10->___uberSheet_21), (void*)L_11); // context.autoExposureTexture = RuntimeUtilities.whiteTexture; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_12 = ___context0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_13; L_13 = RuntimeUtilities_get_whiteTexture_mC7E015E50510EE1841B8BC3BD529CCAF22086DB4(NULL); L_12->___autoExposureTexture_22 = L_13; Il2CppCodeGenWriteBarrier((void**)(&L_12->___autoExposureTexture_22), (void*)L_13); // context.bloomBufferNameID = -1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_14 = ___context0; L_14->___bloomBufferNameID_26 = (-1); // if (isFinalPass && context.stereoActive && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) bool L_15 = ___isFinalPass1; if (!L_15) { goto IL_0065; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_16 = ___context0; bool L_17; L_17 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_16, NULL); if (!L_17) { goto IL_0065; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_18 = ___context0; int32_t L_19; L_19 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_18, NULL); if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_0065; } } { // uberSheet.EnableKeyword("STEREO_INSTANCING_ENABLED"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_20 = V_0; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_20, _stringLiteral6E88A34F99D11CEE0A0FE1DD1A6CF2C71CE50DDA, NULL); } IL_0065: { // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_21 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_22; L_22 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_21, NULL); V_1 = L_22; // cmd.BeginSample("BuiltinStack"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_23 = V_1; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_23, _stringLiteral57835C6EA6AB0104D18200C0E8838A69EAEE8284, NULL); // int tempTarget = -1; V_2 = (-1); // var finalDestination = context.destination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_24 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_25; L_25 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_24, NULL); V_3 = L_25; // if (!isFinalPass) bool L_26 = ___isFinalPass1; if (L_26) { goto IL_00e6; } } { // tempTarget = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_27 = __this->___m_TargetPool_37; int32_t L_28; L_28 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_27, NULL); V_2 = L_28; // context.GetScreenSpaceTemporaryRT(cmd, tempTarget, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_29 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = V_1; int32_t L_31 = V_2; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_32 = ___context0; int32_t L_33; L_33 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_32, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_29, L_30, L_31, 0, L_33, 0, 1, 0, 0, NULL); // context.destination = tempTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_34 = ___context0; int32_t L_35 = V_2; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_36; L_36 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_35, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_34, L_36, NULL); // if (antialiasingMode == Antialiasing.FastApproximateAntialiasing && !fastApproximateAntialiasing.keepAlpha && RuntimeUtilities.hasAlpha(context.sourceFormat)) int32_t L_37 = __this->___antialiasingMode_8; if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_00e6; } } { FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07* L_38 = __this->___fastApproximateAntialiasing_11; bool L_39 = L_38->___keepAlpha_1; if (L_39) { goto IL_00e6; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_40 = ___context0; int32_t L_41; L_41 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_40, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_42; L_42 = RuntimeUtilities_hasAlpha_m043D0727DF630E8F2637DB729433B7E55996134E(L_41, NULL); if (!L_42) { goto IL_00e6; } } { // uberSheet.properties.SetFloat(ShaderIDs.LumaInAlpha, 1f); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_43 = V_0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_44; L_44 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_43, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_45 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LumaInAlpha_113; MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267(L_44, L_45, (1.0f), NULL); } IL_00e6: { // int depthOfFieldTarget = RenderEffect(context, true); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_46 = ___context0; int32_t L_47; L_47 = PostProcessLayer_RenderEffect_TisDepthOfField_tE1F36629AF0EC73FA3F6EB53AB41E842DBE46FC0_mA525F949B24670DC40A71F4AAE3F1D53B63FE402(__this, L_46, (bool)1, PostProcessLayer_RenderEffect_TisDepthOfField_tE1F36629AF0EC73FA3F6EB53AB41E842DBE46FC0_mA525F949B24670DC40A71F4AAE3F1D53B63FE402_RuntimeMethod_var); V_4 = L_47; // int motionBlurTarget = RenderEffect(context, true); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_48 = ___context0; int32_t L_49; L_49 = PostProcessLayer_RenderEffect_TisMotionBlur_t90553FC2A538AB7C233605E97C2FBAC4E27D4365_m8E7A0DBFD3B9C318086E0CB911BEFF441526A114(__this, L_48, (bool)1, PostProcessLayer_RenderEffect_TisMotionBlur_t90553FC2A538AB7C233605E97C2FBAC4E27D4365_m8E7A0DBFD3B9C318086E0CB911BEFF441526A114_RuntimeMethod_var); V_5 = L_49; // if (ShouldGenerateLogHistogram(context)) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_50 = ___context0; bool L_51; L_51 = PostProcessLayer_ShouldGenerateLogHistogram_m69235046FAF79ECE1E98A97DB703550D1AF56BDD(__this, L_50, NULL); if (!L_51) { goto IL_010f; } } { // m_LogHistogram.Generate(context); LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* L_52 = __this->___m_LogHistogram_34; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_53 = ___context0; LogHistogram_Generate_m5C64740C383CDB7BFD1E459A8066F16BB1FCC6D4(L_52, L_53, NULL); } IL_010f: { // int xrActiveEyeBackup = context.xrActiveEye; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_54 = ___context0; int32_t L_55; L_55 = PostProcessRenderContext_get_xrActiveEye_m1ED0BDA4DC07BAD4096F3B66DF35520815C7F208_inline(L_54, NULL); V_6 = L_55; // if (context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.MultiPass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_56 = ___context0; int32_t L_57; L_57 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_56, NULL); if (L_57) { goto IL_0127; } } { // context.xrActiveEye = eye; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_58 = ___context0; int32_t L_59 = ___eye3; PostProcessRenderContext_set_xrActiveEye_mA344A4FBC049CA99096413FBE81F0F8F9A12D9A8_inline(L_58, L_59, NULL); } IL_0127: { // RenderEffect(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_60 = ___context0; int32_t L_61; L_61 = PostProcessLayer_RenderEffect_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_m46A3D7176C8E1541FD52D17EA1004D524A8F75D5(__this, L_60, (bool)0, PostProcessLayer_RenderEffect_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_m46A3D7176C8E1541FD52D17EA1004D524A8F75D5_RuntimeMethod_var); // context.xrActiveEye = xrActiveEyeBackup; // restore the eye PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_62 = ___context0; int32_t L_63 = V_6; PostProcessRenderContext_set_xrActiveEye_mA344A4FBC049CA99096413FBE81F0F8F9A12D9A8_inline(L_62, L_63, NULL); // uberSheet.properties.SetTexture(ShaderIDs.AutoExposureTex, context.autoExposureTexture); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_64 = V_0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_65; L_65 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_64, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_66 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___AutoExposureTex_62; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_67 = ___context0; Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_68 = L_67->___autoExposureTexture_22; MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_65, L_66, L_68, NULL); // RenderEffect(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_69 = ___context0; int32_t L_70; L_70 = PostProcessLayer_RenderEffect_TisLensDistortion_tE3E99FC0A9AADFA1A4F0C5177DD99E47360ACFE6_m86E417DA1947A2A87156535FFC84A30C8CD4F1F6(__this, L_69, (bool)0, PostProcessLayer_RenderEffect_TisLensDistortion_tE3E99FC0A9AADFA1A4F0C5177DD99E47360ACFE6_m86E417DA1947A2A87156535FFC84A30C8CD4F1F6_RuntimeMethod_var); // RenderEffect(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_71 = ___context0; int32_t L_72; L_72 = PostProcessLayer_RenderEffect_TisChromaticAberration_t3EE45F38C15A7BDA947D780B884E72434AABAF78_m2ECE3D6D433A4E9AB438884B4774309C3E7386C4(__this, L_71, (bool)0, PostProcessLayer_RenderEffect_TisChromaticAberration_t3EE45F38C15A7BDA947D780B884E72434AABAF78_m2ECE3D6D433A4E9AB438884B4774309C3E7386C4_RuntimeMethod_var); // RenderEffect(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_73 = ___context0; int32_t L_74; L_74 = PostProcessLayer_RenderEffect_TisBloom_tFF9041F997C910F47A3BA6C4F8A68B42CD7673D4_mE76060E3E94004790059C36AAFB0C9680FE58ECB(__this, L_73, (bool)0, PostProcessLayer_RenderEffect_TisBloom_tFF9041F997C910F47A3BA6C4F8A68B42CD7673D4_mE76060E3E94004790059C36AAFB0C9680FE58ECB_RuntimeMethod_var); // RenderEffect(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_75 = ___context0; int32_t L_76; L_76 = PostProcessLayer_RenderEffect_TisVignette_t78A96720D01BE6D0BC2347103F78B25ADB479F12_m756E47DD8EEB7B9DE08C3920A09BC75A5AC756A3(__this, L_75, (bool)0, PostProcessLayer_RenderEffect_TisVignette_t78A96720D01BE6D0BC2347103F78B25ADB479F12_m756E47DD8EEB7B9DE08C3920A09BC75A5AC756A3_RuntimeMethod_var); // RenderEffect(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_77 = ___context0; int32_t L_78; L_78 = PostProcessLayer_RenderEffect_TisGrain_tAF18E7559F72DD8F0C8169852021D015A129AC38_m3EC8127E88B7C1882EDB54CC93541AF25EFCC3C9(__this, L_77, (bool)0, PostProcessLayer_RenderEffect_TisGrain_tAF18E7559F72DD8F0C8169852021D015A129AC38_m3EC8127E88B7C1882EDB54CC93541AF25EFCC3C9_RuntimeMethod_var); // if (!breakBeforeColorGrading) bool L_79 = __this->___breakBeforeColorGrading_19; if (L_79) { goto IL_018c; } } { // RenderEffect(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_80 = ___context0; int32_t L_81; L_81 = PostProcessLayer_RenderEffect_TisColorGrading_t01599C2C3DF14F6425CC1F83630FF897530C7594_m2A7766EB61C14774D96829F7C40578E62FBBB5CE(__this, L_80, (bool)0, PostProcessLayer_RenderEffect_TisColorGrading_t01599C2C3DF14F6425CC1F83630FF897530C7594_m2A7766EB61C14774D96829F7C40578E62FBBB5CE_RuntimeMethod_var); } IL_018c: { // if (isFinalPass) bool L_82 = ___isFinalPass1; if (!L_82) { goto IL_01b5; } } { // uberSheet.EnableKeyword("FINALPASS"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_83 = V_0; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_83, _stringLiteral0C382D3DF11993113B182CC6D09D617971C97D01, NULL); // dithering.Render(context); Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD* L_84 = __this->___dithering_13; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_85 = ___context0; Dithering_Render_mE6124E38F680E37934C3BBD1E8F73D926D28B661(L_84, L_85, NULL); // ApplyFlip(context, uberSheet.properties); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_86 = ___context0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_87 = V_0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_88; L_88 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_87, NULL); PostProcessLayer_ApplyFlip_m64131F71DAA216E393712E1B43656056B16F6DFC(__this, L_86, L_88, NULL); goto IL_01c1; } IL_01b5: { // ApplyDefaultFlip(uberSheet.properties); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_89 = V_0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_90; L_90 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_89, NULL); PostProcessLayer_ApplyDefaultFlip_mA6FF046E1DC3BABDAE6ABEB463F139329516B2DD(__this, L_90, NULL); } IL_01c1: { // if (context.stereoActive && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_91 = ___context0; bool L_92; L_92 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_91, NULL); if (!L_92) { goto IL_0201; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_93 = ___context0; int32_t L_94; L_94 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_93, NULL); if ((!(((uint32_t)L_94) == ((uint32_t)2)))) { goto IL_0201; } } { // uberSheet.properties.SetFloat(ShaderIDs.DepthSlice, eye); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_95 = V_0; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_96; L_96 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_95, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_97 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthSlice_126; int32_t L_98 = ___eye3; MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267(L_96, L_97, ((float)L_98), NULL); // cmd.BlitFullscreenTriangleToTexArray(context.source, context.destination, uberSheet, 0, false, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_99 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_100 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_101; L_101 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_100, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_102 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_103; L_103 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_102, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_104 = V_0; int32_t L_105 = ___eye3; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangleToTexArray_mBD1CA564E22FA104F9374C123EA833DDD8836B0F(L_99, L_101, L_103, L_104, 0, (bool)0, L_105, NULL); goto IL_0281; } IL_0201: { // else if (isFinalPass && context.stereoActive && context.numberOfEyes > 1 && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) bool L_106 = ___isFinalPass1; if (!L_106) { goto IL_0236; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_107 = ___context0; bool L_108; L_108 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_107, NULL); if (!L_108) { goto IL_0236; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_109 = ___context0; int32_t L_110; L_110 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_109, NULL); if ((((int32_t)L_110) <= ((int32_t)1))) { goto IL_0236; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_111 = ___context0; int32_t L_112; L_112 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_111, NULL); if ((!(((uint32_t)L_112) == ((uint32_t)1)))) { goto IL_0236; } } { // cmd.BlitFullscreenTriangleToDoubleWide(context.source, context.destination, uberSheet, 0, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_113 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_114 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_115; L_115 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_114, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_116 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_117; L_117 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_116, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_118 = V_0; int32_t L_119 = ___eye3; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangleToDoubleWide_m519121ABE1997237F33909768F4BEFBA94435E8B(L_113, L_115, L_117, L_118, 0, L_119, NULL); goto IL_0281; } IL_0236: { // else if (isFinalPass) bool L_120 = ___isFinalPass1; if (!L_120) { goto IL_0261; } } { // cmd.BlitFullscreenTriangle(context.source, context.destination, uberSheet, 0, false, context.camera.pixelRect); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_121 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_122 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_123; L_123 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_122, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_124 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_125; L_125 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_124, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_126 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_127 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_128; L_128 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_127, NULL); Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_129; L_129 = Camera_get_pixelRect_m5F40F5C324EB252261F66962411EE08CC4BE39E7(L_128, NULL); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_130; memset((&L_130), 0, sizeof(L_130)); Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449((&L_130), L_129, /*hidden argument*/Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_121, L_123, L_125, L_126, 0, (bool)0, L_130, (bool)0, NULL); goto IL_0281; } IL_0261: { // cmd.BlitFullscreenTriangle(context.source, context.destination, uberSheet, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_131 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_132 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_133; L_133 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_132, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_134 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_135; L_135 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_134, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_136 = V_0; il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_137 = V_7; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_131, L_133, L_135, L_136, 0, (bool)0, L_137, (bool)0, NULL); } IL_0281: { // context.source = context.destination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_138 = ___context0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_139 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_140; L_140 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_139, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_138, L_140, NULL); // context.destination = finalDestination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_141 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_142 = V_3; PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_141, L_142, NULL); // if (releaseTargetAfterUse > -1) cmd.ReleaseTemporaryRT(releaseTargetAfterUse); int32_t L_143 = ___releaseTargetAfterUse2; if ((((int32_t)L_143) <= ((int32_t)(-1)))) { goto IL_029f; } } { // if (releaseTargetAfterUse > -1) cmd.ReleaseTemporaryRT(releaseTargetAfterUse); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_144 = V_1; int32_t L_145 = ___releaseTargetAfterUse2; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_144, L_145, NULL); } IL_029f: { // if (motionBlurTarget > -1) cmd.ReleaseTemporaryRT(motionBlurTarget); int32_t L_146 = V_5; if ((((int32_t)L_146) <= ((int32_t)(-1)))) { goto IL_02ac; } } { // if (motionBlurTarget > -1) cmd.ReleaseTemporaryRT(motionBlurTarget); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_147 = V_1; int32_t L_148 = V_5; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_147, L_148, NULL); } IL_02ac: { // if (depthOfFieldTarget > -1) cmd.ReleaseTemporaryRT(depthOfFieldTarget); int32_t L_149 = V_4; if ((((int32_t)L_149) <= ((int32_t)(-1)))) { goto IL_02b9; } } { // if (depthOfFieldTarget > -1) cmd.ReleaseTemporaryRT(depthOfFieldTarget); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_150 = V_1; int32_t L_151 = V_4; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_150, L_151, NULL); } IL_02b9: { // if (context.bloomBufferNameID > -1) cmd.ReleaseTemporaryRT(context.bloomBufferNameID); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_152 = ___context0; int32_t L_153 = L_152->___bloomBufferNameID_26; if ((((int32_t)L_153) <= ((int32_t)(-1)))) { goto IL_02ce; } } { // if (context.bloomBufferNameID > -1) cmd.ReleaseTemporaryRT(context.bloomBufferNameID); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_154 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_155 = ___context0; int32_t L_156 = L_155->___bloomBufferNameID_26; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_154, L_156, NULL); } IL_02ce: { // cmd.EndSample("BuiltinStack"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_157 = V_1; CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_157, _stringLiteral57835C6EA6AB0104D18200C0E8838A69EAEE8284, NULL); // return tempTarget; int32_t L_158 = V_2; return L_158; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::RenderFinalPass(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer_RenderFinalPass_mA79AF4EF4D050FED050FF29356384FE8F681044F (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, int32_t ___releaseTargetAfterUse1, int32_t ___eye2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B335DC5150E9D6560580B5CB2B2CA07B69C149B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E88A34F99D11CEE0A0FE1DD1A6CF2C71CE50DDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C6A6A41480F2CBD77843C2E5F2333F697FE5FB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1A7827EDA1243FD67565F1E76FE3EFC1195F47D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA1322E1997446F7BAFF2D9E6DEA56A54D247564); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE303BC7831584CCC0BD5590B7C04C229A9B46C5); s_Il2CppMethodInitialized = true; } CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_1 = NULL; Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_2; memset((&V_2), 0, sizeof(V_2)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_3 = NULL; int32_t V_4 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_5; memset((&V_5), 0, sizeof(V_5)); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* G_B18_0 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* G_B17_0 = NULL; String_t* G_B19_0 = NULL; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* G_B19_1 = NULL; { // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_0 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1; L_1 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_0, NULL); V_0 = L_1; // cmd.BeginSample("FinalPass"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = V_0; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_2, _stringLiteralA1A7827EDA1243FD67565F1E76FE3EFC1195F47D, NULL); // if (breakBeforeColorGrading) bool L_3 = __this->___breakBeforeColorGrading_19; if (!L_3) { goto IL_00eb; } } { // var sheet = context.propertySheets.Get(context.resources.shaders.discardAlpha); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_5; L_5 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_4, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_7; L_7 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_6, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_8 = L_7->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_9 = L_8->___discardAlpha_5; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_10; L_10 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_5, L_9, NULL); V_1 = L_10; // if (context.stereoActive && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_11 = ___context0; bool L_12; L_12 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_11, NULL); if (!L_12) { goto IL_0055; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_13 = ___context0; int32_t L_14; L_14 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_13, NULL); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0055; } } { // sheet.EnableKeyword("STEREO_INSTANCING_ENABLED"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_15 = V_1; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_15, _stringLiteral6E88A34F99D11CEE0A0FE1DD1A6CF2C71CE50DDA, NULL); } IL_0055: { // if (context.stereoActive && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_16 = ___context0; bool L_17; L_17 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_16, NULL); if (!L_17) { goto IL_0093; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_18 = ___context0; int32_t L_19; L_19 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_18, NULL); if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_0093; } } { // sheet.properties.SetFloat(ShaderIDs.DepthSlice, eye); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_20 = V_1; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_21; L_21 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_20, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_22 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthSlice_126; int32_t L_23 = ___eye2; MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267(L_21, L_22, ((float)L_23), NULL); // cmd.BlitFullscreenTriangleToTexArray(context.source, context.destination, sheet, 0, false, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_24 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_25 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_26; L_26 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_25, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_27 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_28; L_28 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_27, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_29 = V_1; int32_t L_30 = ___eye2; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangleToTexArray_mBD1CA564E22FA104F9374C123EA833DDD8836B0F(L_24, L_26, L_28, L_29, 0, (bool)0, L_30, NULL); goto IL_02c7; } IL_0093: { // else if (context.stereoActive && context.numberOfEyes > 1 && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_31 = ___context0; bool L_32; L_32 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_31, NULL); if (!L_32) { goto IL_00c7; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_33 = ___context0; int32_t L_34; L_34 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_33, NULL); if ((((int32_t)L_34) <= ((int32_t)1))) { goto IL_00c7; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_35 = ___context0; int32_t L_36; L_36 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_35, NULL); if ((!(((uint32_t)L_36) == ((uint32_t)1)))) { goto IL_00c7; } } { // cmd.BlitFullscreenTriangleToDoubleWide(context.source, context.destination, sheet, 0, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_37 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_38 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_39; L_39 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_38, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_40 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_41; L_41 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_40, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_42 = V_1; int32_t L_43 = ___eye2; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangleToDoubleWide_m519121ABE1997237F33909768F4BEFBA94435E8B(L_37, L_39, L_41, L_42, 0, L_43, NULL); goto IL_02c7; } IL_00c7: { // cmd.BlitFullscreenTriangle(context.source, context.destination, sheet, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_44 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_45 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_46; L_46 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_45, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_47 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_48; L_48 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_47, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_49 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_50 = V_2; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_44, L_46, L_48, L_49, 0, (bool)0, L_50, (bool)0, NULL); goto IL_02c7; } IL_00eb: { // var uberSheet = context.propertySheets.Get(context.resources.shaders.finalPass); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_51 = ___context0; PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_52; L_52 = PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline(L_51, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_53 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_54; L_54 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_53, NULL); Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_55 = L_54->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_56 = L_55->___finalPass_7; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_57; L_57 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(L_52, L_56, NULL); V_3 = L_57; // uberSheet.ClearKeywords(); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_58 = V_3; PropertySheet_ClearKeywords_m3A886177632A2DF75DC115107A2BE995375C79E4(L_58, NULL); // uberSheet.properties.Clear(); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_59 = V_3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_60; L_60 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_59, NULL); MaterialPropertyBlock_Clear_m83CE1CC476A80F162FC89DBF6C2C78659B6E1253(L_60, NULL); // context.uberSheet = uberSheet; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_61 = ___context0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_62 = V_3; L_61->___uberSheet_21 = L_62; Il2CppCodeGenWriteBarrier((void**)(&L_61->___uberSheet_21), (void*)L_62); // int tempTarget = -1; V_4 = (-1); // if (context.stereoActive && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_63 = ___context0; bool L_64; L_64 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_63, NULL); if (!L_64) { goto IL_013e; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_65 = ___context0; int32_t L_66; L_66 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_65, NULL); if ((!(((uint32_t)L_66) == ((uint32_t)2)))) { goto IL_013e; } } { // uberSheet.EnableKeyword("STEREO_INSTANCING_ENABLED"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_67 = V_3; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_67, _stringLiteral6E88A34F99D11CEE0A0FE1DD1A6CF2C71CE50DDA, NULL); } IL_013e: { // if (antialiasingMode == Antialiasing.FastApproximateAntialiasing) int32_t L_68 = __this->___antialiasingMode_8; if ((!(((uint32_t)L_68) == ((uint32_t)1)))) { goto IL_019d; } } { // uberSheet.EnableKeyword(fastApproximateAntialiasing.fastMode // ? "FXAA_LOW" // : "FXAA" // ); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_69 = V_3; FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07* L_70 = __this->___fastApproximateAntialiasing_11; bool L_71 = L_70->___fastMode_0; G_B17_0 = L_69; if (L_71) { G_B18_0 = L_69; goto IL_015c; } } { G_B19_0 = _stringLiteral1B335DC5150E9D6560580B5CB2B2CA07B69C149B; G_B19_1 = G_B17_0; goto IL_0161; } IL_015c: { G_B19_0 = _stringLiteral8C6A6A41480F2CBD77843C2E5F2333F697FE5FB9; G_B19_1 = G_B18_0; } IL_0161: { PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(G_B19_1, G_B19_0, NULL); // if (RuntimeUtilities.hasAlpha(context.sourceFormat)) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_72 = ___context0; int32_t L_73; L_73 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_72, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_74; L_74 = RuntimeUtilities_hasAlpha_m043D0727DF630E8F2637DB729433B7E55996134E(L_73, NULL); if (!L_74) { goto IL_0190; } } { // if (fastApproximateAntialiasing.keepAlpha) FastApproximateAntialiasing_tD3E777E81301D5AF3968F714C58E651A51C00A07* L_75 = __this->___fastApproximateAntialiasing_11; bool L_76 = L_75->___keepAlpha_1; if (!L_76) { goto IL_020f; } } { // uberSheet.EnableKeyword("FXAA_KEEP_ALPHA"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_77 = V_3; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_77, _stringLiteralEA1322E1997446F7BAFF2D9E6DEA56A54D247564, NULL); goto IL_020f; } IL_0190: { // uberSheet.EnableKeyword("FXAA_NO_ALPHA"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_78 = V_3; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_78, _stringLiteralEE303BC7831584CCC0BD5590B7C04C229A9B46C5, NULL); goto IL_020f; } IL_019d: { // else if (antialiasingMode == Antialiasing.SubpixelMorphologicalAntialiasing && subpixelMorphologicalAntialiasing.IsSupported()) int32_t L_79 = __this->___antialiasingMode_8; if ((!(((uint32_t)L_79) == ((uint32_t)2)))) { goto IL_020f; } } { SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12* L_80 = __this->___subpixelMorphologicalAntialiasing_10; bool L_81; L_81 = SubpixelMorphologicalAntialiasing_IsSupported_m1705607A7079C11A6FAAEB07746977F804A8ECFF(L_80, NULL); if (!L_81) { goto IL_020f; } } { // tempTarget = m_TargetPool.Get(); TargetPool_t88FB94A9290BBADD9DDE613ED91F1FE23203C06C* L_82 = __this->___m_TargetPool_37; int32_t L_83; L_83 = TargetPool_Get_m0547F5C89835B0586BE4B46593AD5A388FF434B0(L_82, NULL); V_4 = L_83; // var finalDestination = context.destination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_84 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_85; L_85 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_84, NULL); V_5 = L_85; // context.GetScreenSpaceTemporaryRT(context.command, tempTarget, 0, context.sourceFormat); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_86 = ___context0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_87 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_88; L_88 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_87, NULL); int32_t L_89 = V_4; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_90 = ___context0; int32_t L_91; L_91 = PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline(L_90, NULL); PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83(L_86, L_88, L_89, 0, L_91, 0, 1, 0, 0, NULL); // context.destination = tempTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_92 = ___context0; int32_t L_93 = V_4; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_94; L_94 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_93, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_92, L_94, NULL); // subpixelMorphologicalAntialiasing.Render(context); SubpixelMorphologicalAntialiasing_tA63951F15B8029A664711110DAC46271060B6F12* L_95 = __this->___subpixelMorphologicalAntialiasing_10; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_96 = ___context0; SubpixelMorphologicalAntialiasing_Render_m5C772116EF78929A662C6C1EE168A998AEE3F028(L_95, L_96, NULL); // context.source = tempTarget; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_97 = ___context0; int32_t L_98 = V_4; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_99; L_99 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(L_98, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(L_97, L_99, NULL); // context.destination = finalDestination; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_100 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_101 = V_5; PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(L_100, L_101, NULL); } IL_020f: { // dithering.Render(context); Dithering_tA5739DB0219B6CE03B6975694785AC3AECD730AD* L_102 = __this->___dithering_13; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_103 = ___context0; Dithering_Render_mE6124E38F680E37934C3BBD1E8F73D926D28B661(L_102, L_103, NULL); // ApplyFlip(context, uberSheet.properties); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_104 = ___context0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_105 = V_3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_106; L_106 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_105, NULL); PostProcessLayer_ApplyFlip_m64131F71DAA216E393712E1B43656056B16F6DFC(__this, L_104, L_106, NULL); // if (context.stereoActive && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePassInstanced) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_107 = ___context0; bool L_108; L_108 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_107, NULL); if (!L_108) { goto IL_0263; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_109 = ___context0; int32_t L_110; L_110 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_109, NULL); if ((!(((uint32_t)L_110) == ((uint32_t)2)))) { goto IL_0263; } } { // uberSheet.properties.SetFloat(ShaderIDs.DepthSlice, eye); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_111 = V_3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_112; L_112 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_111, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_113 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthSlice_126; int32_t L_114 = ___eye2; MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267(L_112, L_113, ((float)L_114), NULL); // cmd.BlitFullscreenTriangleToTexArray(context.source, context.destination, uberSheet, 0, false, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_115 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_116 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_117; L_117 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_116, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_118 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_119; L_119 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_118, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_120 = V_3; int32_t L_121 = ___eye2; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangleToTexArray_mBD1CA564E22FA104F9374C123EA833DDD8836B0F(L_115, L_117, L_119, L_120, 0, (bool)0, L_121, NULL); goto IL_02ba; } IL_0263: { // else if (context.stereoActive && context.numberOfEyes > 1 && context.stereoRenderingMode == PostProcessRenderContext.StereoRenderingMode.SinglePass) PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_122 = ___context0; bool L_123; L_123 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(L_122, NULL); if (!L_123) { goto IL_0294; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_124 = ___context0; int32_t L_125; L_125 = PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline(L_124, NULL); if ((((int32_t)L_125) <= ((int32_t)1))) { goto IL_0294; } } { PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_126 = ___context0; int32_t L_127; L_127 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(L_126, NULL); if ((!(((uint32_t)L_127) == ((uint32_t)1)))) { goto IL_0294; } } { // cmd.BlitFullscreenTriangleToDoubleWide(context.source, context.destination, uberSheet, 0, eye); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_128 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_129 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_130; L_130 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_129, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_131 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_132; L_132 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_131, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_133 = V_3; int32_t L_134 = ___eye2; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangleToDoubleWide_m519121ABE1997237F33909768F4BEFBA94435E8B(L_128, L_130, L_132, L_133, 0, L_134, NULL); goto IL_02ba; } IL_0294: { // cmd.BlitFullscreenTriangle(context.source, context.destination, uberSheet, 0, false, context.camera.pixelRect); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_135 = V_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_136 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_137; L_137 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_136, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_138 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_139; L_139 = PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline(L_138, NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_140 = V_3; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_141 = ___context0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_142; L_142 = PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline(L_141, NULL); Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_143; L_143 = Camera_get_pixelRect_m5F40F5C324EB252261F66962411EE08CC4BE39E7(L_142, NULL); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_144; memset((&L_144), 0, sizeof(L_144)); Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449((&L_144), L_143, /*hidden argument*/Nullable_1__ctor_m4DDD979ADA00D15A5787DFF0F4FE0158CD4BE449_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_135, L_137, L_139, L_140, 0, (bool)0, L_144, (bool)0, NULL); } IL_02ba: { // if (tempTarget > -1) int32_t L_145 = V_4; if ((((int32_t)L_145) <= ((int32_t)(-1)))) { goto IL_02c7; } } { // cmd.ReleaseTemporaryRT(tempTarget); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_146 = V_0; int32_t L_147 = V_4; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_146, L_147, NULL); } IL_02c7: { // if (releaseTargetAfterUse > -1) int32_t L_148 = ___releaseTargetAfterUse1; if ((((int32_t)L_148) <= ((int32_t)(-1)))) { goto IL_02d2; } } { // cmd.ReleaseTemporaryRT(releaseTargetAfterUse); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_149 = V_0; int32_t L_150 = ___releaseTargetAfterUse1; CommandBuffer_ReleaseTemporaryRT_m4651A4B373DF432AA44F06A6F20852ED5996CC8E(L_149, L_150, NULL); } IL_02d2: { // cmd.EndSample("FinalPass"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_151 = V_0; CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_151, _stringLiteralA1A7827EDA1243FD67565F1E76FE3EFC1195F47D, NULL); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer::ShouldGenerateLogHistogram(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessLayer_ShouldGenerateLogHistogram_m69235046FAF79ECE1E98A97DB703550D1AF56BDD (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessLayer_GetBundle_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_mCC04759118509F8EFABD95939170B5781988C6BA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // bool autoExpo = GetBundle().settings.IsEnabledAndSupported(context); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_0; L_0 = PostProcessLayer_GetBundle_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_mCC04759118509F8EFABD95939170B5781988C6BA(__this, PostProcessLayer_GetBundle_TisAutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C_mCC04759118509F8EFABD95939170B5781988C6BA_RuntimeMethod_var); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_1; L_1 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_0, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context0; bool L_3; L_3 = VirtualFuncInvoker1< bool, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(4 /* System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings::IsEnabledAndSupported(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_1, L_2); // bool lightMeter = debugLayer.lightMeter.IsRequestedAndSupported(context); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_4 = __this->___debugLayer_14; LightMeterMonitor_tCC001D7786A80CE61FD8CB04174BBAB78E45A9C6* L_5 = L_4->___lightMeter_0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context0; bool L_7; L_7 = Monitor_IsRequestedAndSupported_m54722701F2E06E92EEC20B760616F534C58C07EF(L_5, L_6, NULL); V_0 = L_7; // return autoExpo || lightMeter; bool L_8 = V_0; return (bool)((int32_t)((int32_t)L_3|(int32_t)L_8)); } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessLayer__ctor_mD8712392B04023FC43F79821EC8A498B33043683 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m25095C9BFBC327F688DBCB87977A00F271FCC623_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBC15ED20BEF7263C27187689E2E9B28F3A4403EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t546F80F089565391A12FFC278774A9DAF8B146DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public bool stopNaNPropagation = true; __this->___stopNaNPropagation_6 = (bool)1; // bool m_SettingsUpdateNeeded = true; __this->___m_SettingsUpdateNeeded_35 = (bool)1; // readonly List m_ActiveEffects = new List(); List_1_t546F80F089565391A12FFC278774A9DAF8B146DB* L_0 = (List_1_t546F80F089565391A12FFC278774A9DAF8B146DB*)il2cpp_codegen_object_new(List_1_t546F80F089565391A12FFC278774A9DAF8B146DB_il2cpp_TypeInfo_var); List_1__ctor_mBC15ED20BEF7263C27187689E2E9B28F3A4403EF(L_0, List_1__ctor_mBC15ED20BEF7263C27187689E2E9B28F3A4403EF_RuntimeMethod_var); __this->___m_ActiveEffects_39 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActiveEffects_39), (void*)L_0); // readonly List m_Targets = new List(); List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* L_1 = (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5*)il2cpp_codegen_object_new(List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5_il2cpp_TypeInfo_var); List_1__ctor_m25095C9BFBC327F688DBCB87977A00F271FCC623(L_1, List_1__ctor_m25095C9BFBC327F688DBCB87977A00F271FCC623_RuntimeMethod_var); __this->___m_Targets_40 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Targets_40), (void*)L_1); MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializedBundleRef__ctor_mF79561705E11260D6DE0F7022B78D6CBFCD75BC9 (SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_0__ctor_mE4663058DF29F83DC658899887FEA21A00782E5C (U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0::b__0(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__0_m68FE9719E12A93BBC74A3446509B93A404D9E081 (U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* __this, KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF ___kvp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // var effects = m_Bundles.Where(kvp => kvp.Value.attribute.eventType == evt && !kvp.Value.attribute.builtinEffect) PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_0; L_0 = KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_inline((&___kvp0), KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_1; L_1 = PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0_inline(L_0, NULL); int32_t L_2 = L_1->___eventType_1; int32_t L_3 = __this->___evt_0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_002e; } } { PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_4; L_4 = KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_inline((&___kvp0), KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_5; L_5 = PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0_inline(L_4, NULL); bool L_6 = L_5->___builtinEffect_4; return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } IL_002e: { return (bool)0; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_0::b__2(UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass54_0_U3CUpdateBundleSortListU3Eb__2_mD7BD333124C1F57B7842028BF5E1B53EB8BBF368 (U3CU3Ec__DisplayClass54_0_t8453E8147A5250F75ADF08FFB3E2AA8FCC866697* __this, SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Exists_m1BF18F6F1F9A15DB840063B44E01FB6F413C842B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_1_U3CUpdateBundleSortListU3Eb__3_m240E53745432F10C5F771D79E4B629B46E665D41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A* V_0 = NULL; { U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A* L_0 = (U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass54_1__ctor_mAC82F6C1E46CBDE83CFF53574D9910FADB232983(L_0, NULL); V_0 = L_0; // string searchStr = x.assemblyQualifiedName; U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A* L_1 = V_0; SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_2 = ___x0; String_t* L_3 = L_2->___assemblyQualifiedName_0; L_1->___searchStr_0 = L_3; Il2CppCodeGenWriteBarrier((void**)(&L_1->___searchStr_0), (void*)L_3); // return !effects.Exists(b => b.settings.GetType().AssemblyQualifiedName == searchStr); List_1_t31C4B12DDDD1693CBC83C0799D4BCC818C816D8E* L_4 = __this->___effects_1; U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A* L_5 = V_0; Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E* L_6 = (Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E*)il2cpp_codegen_object_new(Predicate_1_tC5BC5F6ED57B10CFFC842E7714AA9592ECB1EA0E_il2cpp_TypeInfo_var); Predicate_1__ctor_mF31F97587383BE45FAD440BEABDCF64A1575CA2A(L_6, L_5, (intptr_t)((void*)U3CU3Ec__DisplayClass54_1_U3CUpdateBundleSortListU3Eb__3_m240E53745432F10C5F771D79E4B629B46E665D41_RuntimeMethod_var), NULL); bool L_7; L_7 = List_1_Exists_m1BF18F6F1F9A15DB840063B44E01FB6F413C842B(L_4, L_6, List_1_Exists_m1BF18F6F1F9A15DB840063B44E01FB6F413C842B_RuntimeMethod_var); return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_1__ctor_mAC82F6C1E46CBDE83CFF53574D9910FADB232983 (U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_1::b__3(UnityEngine.Rendering.PostProcessing.PostProcessBundle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass54_1_U3CUpdateBundleSortListU3Eb__3_m240E53745432F10C5F771D79E4B629B46E665D41 (U3CU3Ec__DisplayClass54_1_tD2E8A590040664E9242DCC18A32428702FF3409A* __this, PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* ___b0, const RuntimeMethod* method) { { // return !effects.Exists(b => b.settings.GetType().AssemblyQualifiedName == searchStr); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_0 = ___b0; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_1; L_1 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_0, NULL); Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_AssemblyQualifiedName() */, L_2); String_t* L_4 = __this->___searchStr_0; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_2__ctor_m36472C800FCB96E7021A9ED363DBCDFE8102F00F (U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_2::b__4(UnityEngine.Rendering.PostProcessing.PostProcessLayer/SerializedBundleRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass54_2_U3CUpdateBundleSortListU3Eb__4_mDAA5434E8160298ACAEE90154CA37D7DE54DEC84 (U3CU3Ec__DisplayClass54_2_t07B6A8D1646D8158982C168A751DAE99E2593C05* __this, SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* ___b0, const RuntimeMethod* method) { { // if (!sortedList.Exists(b => b.assemblyQualifiedName == typeName)) SerializedBundleRef_t20B52820DA47C94CF137D5315887438C38AD797E* L_0 = ___b0; String_t* L_1 = L_0->___assemblyQualifiedName_0; String_t* L_2 = __this->___typeName_0; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_3__ctor_mDF80A7734D48DF6C65686CEFA8DEFEE73C64EC51 (U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c__DisplayClass54_3::b__5(UnityEngine.Rendering.PostProcessing.PostProcessBundle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass54_3_U3CUpdateBundleSortListU3Eb__5_mEF229FE5216D4F13351BCF429CAB0C4B83462935 (U3CU3Ec__DisplayClass54_3_t64BB626B8B31654EC57DDC3C119E32026AAA5317* __this, PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* ___b0, const RuntimeMethod* method) { { // var bundle = effects.Find(b => b.settings.GetType().AssemblyQualifiedName == typeName); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_0 = ___b0; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_1; L_1 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_0, NULL); Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Type::get_AssemblyQualifiedName() */, L_2); String_t* L_4 = __this->___typeName_0; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7DC9E4B7F3BA5872200F1537B2F1F5FEB649C436 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1* L_0 = (U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1*)il2cpp_codegen_object_new(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m14CE645D40F0ED598B358C218449CC214E67F6D5(L_0, NULL); ((U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m14CE645D40F0ED598B358C218449CC214E67F6D5 (U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // UnityEngine.Rendering.PostProcessing.PostProcessBundle UnityEngine.Rendering.PostProcessing.PostProcessLayer/<>c::b__54_1(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* U3CU3Ec_U3CUpdateBundleSortListU3Eb__54_1_m6F744BBAF634606AB77DCEFB1F8645805257300D (U3CU3Ec_t61739E8B26C12FD076246D33AC5413FABDD263F1* __this, KeyValuePair_2_tD7A9FB8434DB35CD2164C352717C14A5797233AF ___kvp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // .Select(kvp => kvp.Value) PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_0; L_0 = KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_inline((&___kvp0), KeyValuePair_2_get_Value_mC8068F5FDF2655EB43C34D1BAA10067008169568_RuntimeMethod_var); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.PostProcessing.PostProcessManager UnityEngine.Rendering.PostProcessing.PostProcessManager::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_Instance == null) PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_0 = ((PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_il2cpp_TypeInfo_var))->___s_Instance_0; if (L_0) { goto IL_0011; } } { // s_Instance = new PostProcessManager(); PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_1 = (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70*)il2cpp_codegen_object_new(PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_il2cpp_TypeInfo_var); PostProcessManager__ctor_mE18C53FBF36094C52BF5E888AA8E399423BE6688(L_1, NULL); ((PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_il2cpp_TypeInfo_var))->___s_Instance_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_il2cpp_TypeInfo_var))->___s_Instance_0), (void*)L_1); } IL_0011: { // return s_Instance; PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_2 = ((PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70_il2cpp_TypeInfo_var))->___s_Instance_0; return L_2; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager__ctor_mE18C53FBF36094C52BF5E888AA8E399423BE6688 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m1AE7A14FE6CF65276434BAC094AE2F7269D06024_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3559734CA92AA30470C02A0895F34E5C73DF6725_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7C701041B38BB7FE9041652C5057A0ABB7579C50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF9B8D3384D54EACA66C1705C925949CF6D5FE48A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PostProcessManager() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_SortedVolumes = new Dictionary>(); Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* L_0 = (Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C*)il2cpp_codegen_object_new(Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C_il2cpp_TypeInfo_var); Dictionary_2__ctor_m7C701041B38BB7FE9041652C5057A0ABB7579C50(L_0, Dictionary_2__ctor_m7C701041B38BB7FE9041652C5057A0ABB7579C50_RuntimeMethod_var); __this->___m_SortedVolumes_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SortedVolumes_2), (void*)L_0); // m_Volumes = new List(); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_1 = (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*)il2cpp_codegen_object_new(List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8_il2cpp_TypeInfo_var); List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9(L_1, List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9_RuntimeMethod_var); __this->___m_Volumes_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Volumes_3), (void*)L_1); // m_SortNeeded = new Dictionary(); Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* L_2 = (Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682*)il2cpp_codegen_object_new(Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1AE7A14FE6CF65276434BAC094AE2F7269D06024(L_2, Dictionary_2__ctor_m1AE7A14FE6CF65276434BAC094AE2F7269D06024_RuntimeMethod_var); __this->___m_SortNeeded_4 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SortNeeded_4), (void*)L_2); // m_BaseSettings = new List(); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_3 = (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*)il2cpp_codegen_object_new(List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3_il2cpp_TypeInfo_var); List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200(L_3, List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200_RuntimeMethod_var); __this->___m_BaseSettings_5 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BaseSettings_5), (void*)L_3); // m_TempColliders = new List(5); List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_4 = (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*)il2cpp_codegen_object_new(List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var); List_1__ctor_mF9B8D3384D54EACA66C1705C925949CF6D5FE48A(L_4, 5, List_1__ctor_mF9B8D3384D54EACA66C1705C925949CF6D5FE48A_RuntimeMethod_var); __this->___m_TempColliders_6 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TempColliders_6), (void*)L_4); // settingsTypes = new Dictionary(); Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* L_5 = (Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D*)il2cpp_codegen_object_new(Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3559734CA92AA30470C02A0895F34E5C73DF6725(L_5, Dictionary_2__ctor_m3559734CA92AA30470C02A0895F34E5C73DF6725_RuntimeMethod_var); __this->___settingsTypes_7 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___settingsTypes_7), (void*)L_5); // ReloadBaseTypes(); PostProcessManager_ReloadBaseTypes_m1945136D79E4679F586C858EE2A72631A3FF9360(__this, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::CleanBaseTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_CleanBaseTypes_m3CE8A80B457017D42537722008D62AD735AD7E02 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mD4DCBDFDFD9E1C206109A503D36C3607224A5CC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mCF052FE241677B49445B43626BE2135961A330A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 V_0; memset((&V_0), 0, sizeof(V_0)); { // settingsTypes.Clear(); Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* L_0 = __this->___settingsTypes_7; Dictionary_2_Clear_mD4DCBDFDFD9E1C206109A503D36C3607224A5CC2(L_0, Dictionary_2_Clear_mD4DCBDFDFD9E1C206109A503D36C3607224A5CC2_RuntimeMethod_var); // foreach (var settings in m_BaseSettings) List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_1 = __this->___m_BaseSettings_5; Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 L_2; L_2 = List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5(L_1, List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); V_0 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: {// begin finally (depth: 1) Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193((&V_0), Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0025_1; } IL_0019_1: { // foreach (var settings in m_BaseSettings) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_3; L_3 = Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_inline((&V_0), Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); // RuntimeUtilities.Destroy(settings); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_3, NULL); } IL_0025_1: { // foreach (var settings in m_BaseSettings) bool L_4; L_4 = Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44((&V_0), Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); if (L_4) { goto IL_0019_1; } } { goto IL_003e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003e: { // m_BaseSettings.Clear(); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_5 = __this->___m_BaseSettings_5; List_1_Clear_mCF052FE241677B49445B43626BE2135961A330A9_inline(L_5, List_1_Clear_mCF052FE241677B49445B43626BE2135961A330A9_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::ReloadBaseTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_ReloadBaseTypes_m1945136D79E4679F586C858EE2A72631A3FF9360 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m4CF6D1CC5CBD1562754BCC38D7A0F832E8BAF913_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisType_t_mA4A7776893ADF4E3CAB6F7AEC94DF71DDF7931F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_GetAllTypesDerivedFrom_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_m43F64DC492E7B5A308369A4B39F49D921E7DABCD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CReloadBaseTypesU3Eb__12_0_m865537CCEE58BF53B4AC1A1EF580E114A31BAE85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Type_t* V_1 = NULL; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_2 = NULL; Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* G_B1_0 = NULL; RuntimeObject* G_B1_1 = NULL; { // CleanBaseTypes(); PostProcessManager_CleanBaseTypes_m3CE8A80B457017D42537722008D62AD735AD7E02(__this, NULL); // var types = RuntimeUtilities.GetAllTypesDerivedFrom() // .Where( // t => t.IsDefined(typeof(PostProcessAttribute), false) // && !t.IsAbstract // ); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = RuntimeUtilities_GetAllTypesDerivedFrom_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_m43F64DC492E7B5A308369A4B39F49D921E7DABCD(RuntimeUtilities_GetAllTypesDerivedFrom_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_m43F64DC492E7B5A308369A4B39F49D921E7DABCD_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var); Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_1 = ((U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var))->___U3CU3E9__12_0_1; Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_002a; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var); U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F* L_3 = ((U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_4 = (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*)il2cpp_codegen_object_new(Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var); Func_2__ctor_mAFDFA2B152082BBF5E0626BF143EDACD61DE9D74(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CReloadBaseTypesU3Eb__12_0_m865537CCEE58BF53B4AC1A1EF580E114A31BAE85_RuntimeMethod_var), NULL); Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_5 = L_4; ((U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var))->___U3CU3E9__12_0_1 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var))->___U3CU3E9__12_0_1), (void*)L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_002a: { RuntimeObject* L_6; L_6 = Enumerable_Where_TisType_t_mA4A7776893ADF4E3CAB6F7AEC94DF71DDF7931F8(G_B2_1, G_B2_0, Enumerable_Where_TisType_t_mA4A7776893ADF4E3CAB6F7AEC94DF71DDF7931F8_RuntimeMethod_var); // foreach (var type in types) RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B_il2cpp_TypeInfo_var, L_6); V_0 = L_7; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007a: {// begin finally (depth: 1) { RuntimeObject* L_8 = V_0; if (!L_8) { goto IL_0083; } } { RuntimeObject* L_9 = V_0; InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9); } IL_0083: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0070_1; } IL_0037_1: { // foreach (var type in types) RuntimeObject* L_10 = V_0; Type_t* L_11; L_11 = InterfaceFuncInvoker0< Type_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t889CCC5EFE6A6E3DAB66C7475F56D94D53F43D0E_il2cpp_TypeInfo_var, L_10); V_1 = L_11; // settingsTypes.Add(type, type.GetAttribute()); Dictionary_2_t057A36F409761FAADE680D1C5A31173AC85B414D* L_12 = __this->___settingsTypes_7; Type_t* L_13 = V_1; Type_t* L_14 = V_1; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_15; L_15 = RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F(L_14, RuntimeUtilities_GetAttribute_TisPostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_m76DF3A3B95F58C48A7BA1A301464447D6719436F_RuntimeMethod_var); Dictionary_2_Add_m4CF6D1CC5CBD1562754BCC38D7A0F832E8BAF913(L_12, L_13, L_15, Dictionary_2_Add_m4CF6D1CC5CBD1562754BCC38D7A0F832E8BAF913_RuntimeMethod_var); // var inst = (PostProcessEffectSettings)ScriptableObject.CreateInstance(type); Type_t* L_16 = V_1; ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_17; L_17 = ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24(L_16, NULL); V_2 = ((PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449*)CastclassClass((RuntimeObject*)L_17, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_il2cpp_TypeInfo_var)); // inst.SetAllOverridesTo(true, false); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_18 = V_2; PostProcessEffectSettings_SetAllOverridesTo_m0EFF9FC7563FE058E728801E91F01808431BF140(L_18, (bool)1, (bool)0, NULL); // m_BaseSettings.Add(inst); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_19 = __this->___m_BaseSettings_5; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_20 = V_2; List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_inline(L_19, L_20, List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); } IL_0070_1: { // foreach (var type in types) RuntimeObject* L_21 = V_0; bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0037_1; } } { goto IL_0084; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0084: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::GetActiveVolumes(UnityEngine.Rendering.PostProcessing.PostProcessLayer,System.Collections.Generic.List`1,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_GetActiveVolumes_mE1DE0B97D24148DD711FD4FDDD50539861B2AEE7 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___layer0, List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* ___results1, bool ___skipDisabled2, bool ___skipZeroWeight3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL; bool V_2 = false; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3; memset((&V_3), 0, sizeof(V_3)); Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 V_4; memset((&V_4), 0, sizeof(V_4)); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* V_5 = NULL; List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* V_6 = NULL; float V_7 = 0.0f; float V_8 = 0.0f; Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A V_9; memset((&V_9), 0, sizeof(V_9)); Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_10 = NULL; float V_11 = 0.0f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_12; memset((&V_12), 0, sizeof(V_12)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { // int mask = layer.volumeLayer.value; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0 = ___layer0; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* L_1 = (&L_0->___volumeLayer_5); int32_t L_2; L_2 = LayerMask_get_value_m70CBE32210A1F0FD4ECB850285DA90ED57B87974(L_1, NULL); V_0 = L_2; // var volumeTrigger = layer.volumeTrigger; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_3 = ___layer0; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = L_3->___volumeTrigger_4; V_1 = L_4; // bool onlyGlobal = volumeTrigger == null; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = V_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); V_2 = L_6; // var triggerPos = onlyGlobal ? Vector3.zero : volumeTrigger.position; bool L_7 = V_2; if (L_7) { goto IL_0026; } } { Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; L_9 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_8, NULL); G_B3_0 = L_9; goto IL_002b; } IL_0026: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10; L_10 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL); G_B3_0 = L_10; } IL_002b: { V_3 = G_B3_0; // var volumes = GrabVolumes(mask); int32_t L_11 = V_0; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_12; L_12 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222(L_11, NULL); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_13; L_13 = PostProcessManager_GrabVolumes_m1AF11581681DB4092AE61C86D06F2463A36F7814(__this, L_12, NULL); // foreach (var volume in volumes) Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 L_14; L_14 = List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0(L_13, List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); V_4 = L_14; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_015a: {// begin finally (depth: 1) Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0((&V_4), Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_014c_1; } IL_0044_1: { // foreach (var volume in volumes) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_15; L_15 = Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_inline((&V_4), Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); V_5 = L_15; // if ((skipDisabled && !volume.enabled) || volume.profileRef == null || (skipZeroWeight && volume.weight <= 0f)) bool L_16 = ___skipDisabled2; if (!L_16) { goto IL_005c_1; } } { PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_17 = V_5; bool L_18; L_18 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_17, NULL); if (!L_18) { goto IL_014c_1; } } IL_005c_1: { PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_19 = V_5; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_20; L_20 = PostProcessVolume_get_profileRef_m94E97BE839967F36E42FA05C626111242638CFEE(L_19, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_21; L_21 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_20, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_21) { goto IL_014c_1; } } { bool L_22 = ___skipZeroWeight3; if (!L_22) { goto IL_0083_1; } } { PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_23 = V_5; float L_24 = L_23->___weight_7; if ((((float)L_24) <= ((float)(0.0f)))) { goto IL_014c_1; } } IL_0083_1: { // if (volume.isGlobal) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_25 = V_5; bool L_26 = L_25->___isGlobal_5; if (!L_26) { goto IL_0099_1; } } { // results.Add(volume); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_27 = ___results1; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_28 = V_5; List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_inline(L_27, L_28, List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); // continue; goto IL_014c_1; } IL_0099_1: { // if (onlyGlobal) bool L_29 = V_2; if (L_29) { goto IL_014c_1; } } { // var colliders = m_TempColliders; List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_30 = __this->___m_TempColliders_6; V_6 = L_30; // volume.GetComponents(colliders); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_31 = V_5; List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_32 = V_6; Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A(L_31, L_32, Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A_RuntimeMethod_var); // if (colliders.Count == 0) List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_33 = V_6; int32_t L_34; L_34 = List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline(L_33, List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var); if (!L_34) { goto IL_014c_1; } } { // float closestDistanceSqr = float.PositiveInfinity; V_7 = (std::numeric_limits::infinity()); // foreach (var collider in colliders) List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_35 = V_6; Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A L_36; L_36 = List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420(L_35, List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420_RuntimeMethod_var); V_9 = L_36; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0118_1: {// begin finally (depth: 2) Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D((&V_9), Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D_RuntimeMethod_var); return; }// end finally (depth: 2) }); try {// begin try (depth: 2) { goto IL_010d_2; } IL_00ce_2: { // foreach (var collider in colliders) Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_37; L_37 = Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_inline((&V_9), Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_RuntimeMethod_var); V_10 = L_37; // if (!collider.enabled) Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_38 = V_10; bool L_39; L_39 = Collider_get_enabled_mDBFB488088ADB14C8016A83EF445653AC5A4A12B(L_38, NULL); if (!L_39) { goto IL_010d_2; } } { // var closestPoint = collider.ClosestPoint(triggerPos); // 5.6-only API Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_40 = V_10; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41 = V_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42; L_42 = Collider_ClosestPoint_mFFF9B6F6CF9F18B22B325835A3E2E78A1C03BFCB(L_40, L_41, NULL); // var d = ((closestPoint - triggerPos) / 2f).sqrMagnitude; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43 = V_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44; L_44 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_42, L_43, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_45; L_45 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_44, (2.0f), NULL); V_12 = L_45; float L_46; L_46 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&V_12), NULL); V_11 = L_46; // if (d < closestDistanceSqr) float L_47 = V_11; float L_48 = V_7; if ((!(((float)L_47) < ((float)L_48)))) { goto IL_010d_2; } } { // closestDistanceSqr = d; float L_49 = V_11; V_7 = L_49; } IL_010d_2: { // foreach (var collider in colliders) bool L_50; L_50 = Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1((&V_9), Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1_RuntimeMethod_var); if (L_50) { goto IL_00ce_2; } } { goto IL_0126_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0126_1: { // colliders.Clear(); List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_51 = V_6; List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_inline(L_51, List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_RuntimeMethod_var); // float blendDistSqr = volume.blendDistance * volume.blendDistance; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_52 = V_5; float L_53 = L_52->___blendDistance_6; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_54 = V_5; float L_55 = L_54->___blendDistance_6; V_8 = ((float)il2cpp_codegen_multiply(L_53, L_55)); // if (closestDistanceSqr <= blendDistSqr) float L_56 = V_7; float L_57 = V_8; if ((!(((float)L_56) <= ((float)L_57)))) { goto IL_014c_1; } } { // results.Add(volume); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_58 = ___results1; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_59 = V_5; List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_inline(L_58, L_59, List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); } IL_014c_1: { // foreach (var volume in volumes) bool L_60; L_60 = Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE((&V_4), Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); if (L_60) { goto IL_0044_1; } } { goto IL_0168; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0168: { // } return; } } // UnityEngine.Rendering.PostProcessing.PostProcessVolume UnityEngine.Rendering.PostProcessing.PostProcessManager::GetHighestPriorityVolume(UnityEngine.Rendering.PostProcessing.PostProcessLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* PostProcessManager_GetHighestPriorityVolume_m186B87FC51722A91E9EB72F94B2ADA49D36415FF (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___layer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (layer == null) PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0 = ___layer0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0014; } } { // throw new ArgumentNullException("layer"); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72A731D064EB75DC3D80E1718EA650C90C3D0EA9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PostProcessManager_GetHighestPriorityVolume_m186B87FC51722A91E9EB72F94B2ADA49D36415FF_RuntimeMethod_var))); } IL_0014: { // return GetHighestPriorityVolume(layer.volumeLayer); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_3 = ___layer0; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_4 = L_3->___volumeLayer_5; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_5; L_5 = PostProcessManager_GetHighestPriorityVolume_m7EE09A9E1D8C17AF61A84C1518B383F79008E1D3(__this, L_4, NULL); return L_5; } } // UnityEngine.Rendering.PostProcessing.PostProcessVolume UnityEngine.Rendering.PostProcessing.PostProcessManager::GetHighestPriorityVolume(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* PostProcessManager_GetHighestPriorityVolume_m7EE09A9E1D8C17AF61A84C1518B383F79008E1D3 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___mask0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* V_1 = NULL; List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* V_2 = NULL; Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 V_3; memset((&V_3), 0, sizeof(V_3)); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* V_4 = NULL; { // float highestPriority = float.NegativeInfinity; V_0 = (-std::numeric_limits::infinity()); // PostProcessVolume output = null; V_1 = (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2*)NULL; // if (m_SortedVolumes.TryGetValue(mask, out volumes)) Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* L_0 = __this->___m_SortedVolumes_2; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_1 = ___mask0; int32_t L_2; L_2 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_1, NULL); bool L_3; L_3 = Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073(L_0, L_2, (&V_2), Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073_RuntimeMethod_var); if (!L_3) { goto IL_005d; } } { // foreach (var volume in volumes) List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_4 = V_2; Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 L_5; L_5 = List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0(L_4, List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); V_3 = L_5; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004f: {// begin finally (depth: 1) Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0((&V_3), Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0044_1; } IL_0026_1: { // foreach (var volume in volumes) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_6; L_6 = Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_inline((&V_3), Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); V_4 = L_6; // if (volume.priority > highestPriority) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_7 = V_4; float L_8 = L_7->___priority_8; float L_9 = V_0; if ((!(((float)L_8) > ((float)L_9)))) { goto IL_0044_1; } } { // highestPriority = volume.priority; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_10 = V_4; float L_11 = L_10->___priority_8; V_0 = L_11; // output = volume; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_12 = V_4; V_1 = L_12; } IL_0044_1: { // foreach (var volume in volumes) bool L_13; L_13 = Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE((&V_3), Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); if (L_13) { goto IL_0026_1; } } { goto IL_005d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005d: { // return output; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_14 = V_1; return L_14; } } // UnityEngine.Rendering.PostProcessing.PostProcessVolume UnityEngine.Rendering.PostProcessing.PostProcessManager::QuickVolume(System.Int32,System.Single,UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* PostProcessManager_QuickVolume_m827605349F0365B9197849142456E71323569906 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, int32_t ___layer0, float ___priority1, PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE* ___settings2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisPostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2_m10D35AF8F25FD05A1EEAAD7180DE654B77007D96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCF0324D45502BEEE42F28C66C8AD122C1A769C3); s_Il2CppMethodInitialized = true; } PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* V_0 = NULL; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* V_1 = NULL; PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE* V_2 = NULL; int32_t V_3 = 0; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_4 = NULL; { // var gameObject = new GameObject() // { // name = "Quick Volume", // layer = layer, // hideFlags = HideFlags.HideAndDontSave // }; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var); GameObject__ctor_m7D0340DE160786E6EFA8DABD39EC3B694DA30AAD(L_0, NULL); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = L_0; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_1, _stringLiteralCCF0324D45502BEEE42F28C66C8AD122C1A769C3, NULL); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = L_1; int32_t L_3 = ___layer0; GameObject_set_layer_m6E1AF478A2CC86BD222B96317BEB78B7D89B18D0(L_2, L_3, NULL); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = L_2; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_4, ((int32_t)61), NULL); // var volume = gameObject.AddComponent(); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_5; L_5 = GameObject_AddComponent_TisPostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2_m10D35AF8F25FD05A1EEAAD7180DE654B77007D96(L_4, GameObject_AddComponent_TisPostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2_m10D35AF8F25FD05A1EEAAD7180DE654B77007D96_RuntimeMethod_var); V_0 = L_5; // volume.priority = priority; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_6 = V_0; float L_7 = ___priority1; L_6->___priority_8 = L_7; // volume.isGlobal = true; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_8 = V_0; L_8->___isGlobal_5 = (bool)1; // var profile = volume.profile; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_9 = V_0; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_10; L_10 = PostProcessVolume_get_profile_m0055B48AC6C698FDD30573AA75D09D4BE1B2727D(L_9, NULL); V_1 = L_10; // foreach (var s in settings) PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE* L_11 = ___settings2; V_2 = L_11; V_3 = 0; goto IL_0052; } IL_0040: { // foreach (var s in settings) PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE* L_12 = V_2; int32_t L_13 = V_3; int32_t L_14 = L_13; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_15 = (L_12)->GetAtUnchecked(static_cast(L_14)); V_4 = L_15; // profile.AddSettings(s); PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_16 = V_1; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_17 = V_4; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_18; L_18 = PostProcessProfile_AddSettings_m7446918C8FB730367D486136D3DF233B57A5FCD8(L_16, L_17, NULL); int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_0052: { // foreach (var s in settings) int32_t L_20 = V_3; PostProcessEffectSettingsU5BU5D_tEBD289321BA962A9A8A830F6D3FD6FC41A5D8CFE* L_21 = V_2; if ((((int32_t)L_20) < ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))) { goto IL_0040; } } { // return volume; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_22 = V_0; return L_22; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::SetLayerDirty(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_SetLayerDirty_m85F4D44F755A2E86AF17993DDA7A2CD47ECF568B (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, int32_t ___layer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; { // foreach (var kvp in m_SortedVolumes) Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* L_0 = __this->___m_SortedVolumes_2; Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 L_1; L_1 = Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761(L_0, Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0040: {// begin finally (depth: 1) Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452((&V_0), Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0035_1; } IL_000e_1: { // foreach (var kvp in m_SortedVolumes) KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 L_2; L_2 = Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_inline((&V_0), Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_RuntimeMethod_var); V_1 = L_2; // var mask = kvp.Key; int32_t L_3; L_3 = KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_inline((&V_1), KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_RuntimeMethod_var); V_2 = L_3; // if ((mask & (1 << layer)) != 0) int32_t L_4 = V_2; int32_t L_5 = ___layer0; if (!((int32_t)(L_4&((int32_t)(1<<((int32_t)(L_5&((int32_t)31)))))))) { goto IL_0035_1; } } { // m_SortNeeded[mask] = true; Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* L_6 = __this->___m_SortNeeded_4; int32_t L_7 = V_2; Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48(L_6, L_7, (bool)1, Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_RuntimeMethod_var); } IL_0035_1: { // foreach (var kvp in m_SortedVolumes) bool L_8; L_8 = Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB((&V_0), Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB_RuntimeMethod_var); if (L_8) { goto IL_000e_1; } } { goto IL_004e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004e: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::UpdateVolumeLayer(UnityEngine.Rendering.PostProcessing.PostProcessVolume,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_UpdateVolumeLayer_mE7C602B2A996873EFEAE5619F4E410AC55CDF9F9 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, int32_t ___prevLayer1, int32_t ___newLayer2, const RuntimeMethod* method) { { // Unregister(volume, prevLayer); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_0 = ___volume0; int32_t L_1 = ___prevLayer1; PostProcessManager_Unregister_m96F25B0BB879AA90EFAFA0CC051EFC96B3B8982F(__this, L_0, L_1, NULL); // Unregister(volume, newLayer); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_2 = ___volume0; int32_t L_3 = ___newLayer2; PostProcessManager_Unregister_m96F25B0BB879AA90EFAFA0CC051EFC96B3B8982F(__this, L_2, L_3, NULL); // Register(volume, newLayer); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_4 = ___volume0; int32_t L_5 = ___newLayer2; PostProcessManager_Register_m1C449C90BAD2503D192D361F09DE5B8FD4E8D1D0(__this, L_4, L_5, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Register(UnityEngine.Rendering.PostProcessing.PostProcessVolume,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Register_m1C449C90BAD2503D192D361F09DE5B8FD4E8D1D0 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, int32_t ___layer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 V_1; memset((&V_1), 0, sizeof(V_1)); { // m_Volumes.Add(volume); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_0 = __this->___m_Volumes_3; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_1 = ___volume0; List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_inline(L_0, L_1, List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); // foreach (var kvp in m_SortedVolumes) Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* L_2 = __this->___m_SortedVolumes_2; Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 L_3; L_3 = Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761(L_2, Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761_RuntimeMethod_var); V_0 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004a: {// begin finally (depth: 1) Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452((&V_0), Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003f_1; } IL_001a_1: { // foreach (var kvp in m_SortedVolumes) KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 L_4; L_4 = Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_inline((&V_0), Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_RuntimeMethod_var); V_1 = L_4; // var mask = kvp.Key; int32_t L_5; L_5 = KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_inline((&V_1), KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_RuntimeMethod_var); // if ((mask & (1 << layer)) != 0) int32_t L_6 = ___layer1; if (!((int32_t)(L_5&((int32_t)(1<<((int32_t)(L_6&((int32_t)31)))))))) { goto IL_003f_1; } } { // kvp.Value.Add(volume); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_7; L_7 = KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_inline((&V_1), KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_RuntimeMethod_var); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_8 = ___volume0; List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_inline(L_7, L_8, List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); } IL_003f_1: { // foreach (var kvp in m_SortedVolumes) bool L_9; L_9 = Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB((&V_0), Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB_RuntimeMethod_var); if (L_9) { goto IL_001a_1; } } { goto IL_0058; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0058: { // SetLayerDirty(layer); int32_t L_10 = ___layer1; PostProcessManager_SetLayerDirty_m85F4D44F755A2E86AF17993DDA7A2CD47ECF568B(__this, L_10, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Register(UnityEngine.Rendering.PostProcessing.PostProcessVolume) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Register_m8A5D93C913BA9E62722006B1ED8C5C7BD2A5C36A (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int layer = volume.gameObject.layer; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_0 = ___volume0; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1; L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL); int32_t L_2; L_2 = GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF(L_1, NULL); V_0 = L_2; // Register(volume, layer); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_3 = ___volume0; int32_t L_4 = V_0; PostProcessManager_Register_m1C449C90BAD2503D192D361F09DE5B8FD4E8D1D0(__this, L_3, L_4, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Unregister(UnityEngine.Rendering.PostProcessing.PostProcessVolume,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Unregister_m96F25B0BB879AA90EFAFA0CC051EFC96B3B8982F (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, int32_t ___layer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m9449B93975294A462632DB22C72B79EAAE38CDB5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 V_1; memset((&V_1), 0, sizeof(V_1)); { // m_Volumes.Remove(volume); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_0 = __this->___m_Volumes_3; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_1 = ___volume0; bool L_2; L_2 = List_1_Remove_m9449B93975294A462632DB22C72B79EAAE38CDB5(L_0, L_1, List_1_Remove_m9449B93975294A462632DB22C72B79EAAE38CDB5_RuntimeMethod_var); // foreach (var kvp in m_SortedVolumes) Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* L_3 = __this->___m_SortedVolumes_2; Enumerator_tC34D7EC41629FEB5937322B0EDCF5764FB860B33 L_4; L_4 = Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761(L_3, Dictionary_2_GetEnumerator_mAF5C1BB7DAE3CE23DBA92CE023F04470E0794761_RuntimeMethod_var); V_0 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004c: {// begin finally (depth: 1) Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452((&V_0), Enumerator_Dispose_m0408A0338716A26DC29121DEDC8A977C8EC3B452_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0041_1; } IL_001b_1: { // foreach (var kvp in m_SortedVolumes) KeyValuePair_2_t2037A56BE77A161A8F4530651D4D0162C9E1EEB9 L_5; L_5 = Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_inline((&V_0), Enumerator_get_Current_m5CC54A299BBB23F7BC2601BB0F6D936AC9F0CC90_RuntimeMethod_var); V_1 = L_5; // var mask = kvp.Key; int32_t L_6; L_6 = KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_inline((&V_1), KeyValuePair_2_get_Key_mF27D20A18B9567431C7E5438A27AA26177A0B0FE_RuntimeMethod_var); // if ((mask & (1 << layer)) == 0) int32_t L_7 = ___layer1; if (!((int32_t)(L_6&((int32_t)(1<<((int32_t)(L_7&((int32_t)31)))))))) { goto IL_0041_1; } } { // kvp.Value.Remove(volume); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_8; L_8 = KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_inline((&V_1), KeyValuePair_2_get_Value_m7710A6C942F9DBBAFBE7D258EB945061F5D8AE64_RuntimeMethod_var); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_9 = ___volume0; bool L_10; L_10 = List_1_Remove_m9449B93975294A462632DB22C72B79EAAE38CDB5(L_8, L_9, List_1_Remove_m9449B93975294A462632DB22C72B79EAAE38CDB5_RuntimeMethod_var); } IL_0041_1: { // foreach (var kvp in m_SortedVolumes) bool L_11; L_11 = Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB((&V_0), Enumerator_MoveNext_m114F43B4B8BF8631784E6F8D711182C74C19B2EB_RuntimeMethod_var); if (L_11) { goto IL_001b_1; } } { goto IL_005a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005a: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::Unregister(UnityEngine.Rendering.PostProcessing.PostProcessVolume) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_Unregister_m49EE0FFAD8D79AB25CCF12C82C17C831ADE9C79F (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, const RuntimeMethod* method) { { // Unregister(volume, volume.previousLayer); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_0 = ___volume0; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_1 = ___volume0; int32_t L_2; L_2 = PostProcessVolume_get_previousLayer_mDD1CFB67F2C14C50E3DE2430D1631145BE7079B2_inline(L_1, NULL); PostProcessManager_Unregister_m96F25B0BB879AA90EFAFA0CC051EFC96B3B8982F(__this, L_0, L_2, NULL); // Unregister(volume, volume.gameObject.layer); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_3 = ___volume0; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_4 = ___volume0; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5; L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL); int32_t L_6; L_6 = GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF(L_5, NULL); PostProcessManager_Unregister_m96F25B0BB879AA90EFAFA0CC051EFC96B3B8982F(__this, L_3, L_6, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::ReplaceData(UnityEngine.Rendering.PostProcessing.PostProcessLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_ReplaceData_mFCAC48F8D1C2581BDB1A72670EEB91DB2DCF5426 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___postProcessLayer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 V_0; memset((&V_0), 0, sizeof(V_0)); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_1 = NULL; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { // foreach (var settings in m_BaseSettings) List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_0 = __this->___m_BaseSettings_5; Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 L_1; L_1 = List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5(L_0, List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_006e: {// begin finally (depth: 1) Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193((&V_0), Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0063_1; } IL_000e_1: { // foreach (var settings in m_BaseSettings) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_2; L_2 = Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_inline((&V_0), Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); V_1 = L_2; // var target = postProcessLayer.GetBundle(settings.GetType()).settings; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_3 = ___postProcessLayer0; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_4 = V_1; Type_t* L_5; L_5 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_4, NULL); PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* L_6; L_6 = PostProcessLayer_GetBundle_mFE6B4B8D6F1300AB3A011A60E25FB3A9C7EF4A67(L_3, L_5, NULL); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_7; L_7 = PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline(L_6, NULL); V_2 = L_7; // int count = settings.parameters.Count; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_8 = V_1; ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_9 = L_8->___parameters_6; int32_t L_10; L_10 = ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478(L_9, ReadOnlyCollection_1_get_Count_mD2153B22829A32C0EDAA29130DF53FDB90179478_RuntimeMethod_var); V_3 = L_10; // for (int i = 0; i < count; i++) V_4 = 0; goto IL_005e_1; } IL_0039_1: { // target.parameters[i].SetValue(settings.parameters[i]); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_11 = V_2; ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_12 = L_11->___parameters_6; int32_t L_13 = V_4; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_14; L_14 = ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE(L_12, L_13, ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE_RuntimeMethod_var); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_15 = V_1; ReadOnlyCollection_1_t84943A0CE24AD654A64A9D5B0090B390FD315049* L_16 = L_15->___parameters_6; int32_t L_17 = V_4; ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* L_18; L_18 = ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE(L_16, L_17, ReadOnlyCollection_1_get_Item_m87B24F4B496228F537C558CC9D5B4E0B64AABEAE_RuntimeMethod_var); VirtualActionInvoker1< ParameterOverride_t4B8E2A574A094A139B512403B38CE2B594A72A90* >::Invoke(8 /* System.Void UnityEngine.Rendering.PostProcessing.ParameterOverride::SetValue(UnityEngine.Rendering.PostProcessing.ParameterOverride) */, L_14, L_18); // for (int i = 0; i < count; i++) int32_t L_19 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_005e_1: { // for (int i = 0; i < count; i++) int32_t L_20 = V_4; int32_t L_21 = V_3; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0039_1; } } IL_0063_1: { // foreach (var settings in m_BaseSettings) bool L_22; L_22 = Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44((&V_0), Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); if (L_22) { goto IL_000e_1; } } { goto IL_007c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007c: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::UpdateSettings(UnityEngine.Rendering.PostProcessing.PostProcessLayer,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_UpdateSettings_m4B9B9670DEDA150A20023F98DEB45DA98F120EEA (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___postProcessLayer0, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL; bool V_2 = false; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3; memset((&V_3), 0, sizeof(V_3)); Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 V_4; memset((&V_4), 0, sizeof(V_4)); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* V_5 = NULL; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* V_6 = NULL; List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* V_7 = NULL; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A V_11; memset((&V_11), 0, sizeof(V_11)); Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_12 = NULL; float V_13 = 0.0f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_14; memset((&V_14), 0, sizeof(V_14)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { // ReplaceData(postProcessLayer); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0 = ___postProcessLayer0; PostProcessManager_ReplaceData_mFCAC48F8D1C2581BDB1A72670EEB91DB2DCF5426(__this, L_0, NULL); // int mask = postProcessLayer.volumeLayer.value; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_1 = ___postProcessLayer0; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* L_2 = (&L_1->___volumeLayer_5); int32_t L_3; L_3 = LayerMask_get_value_m70CBE32210A1F0FD4ECB850285DA90ED57B87974(L_2, NULL); V_0 = L_3; // var volumeTrigger = postProcessLayer.volumeTrigger; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_4 = ___postProcessLayer0; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5 = L_4->___volumeTrigger_4; V_1 = L_5; // bool onlyGlobal = volumeTrigger == null; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = V_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); V_2 = L_7; // var triggerPos = onlyGlobal ? Vector3.zero : volumeTrigger.position; bool L_8 = V_2; if (L_8) { goto IL_002d; } } { Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10; L_10 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_9, NULL); G_B3_0 = L_10; goto IL_0032; } IL_002d: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11; L_11 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL); G_B3_0 = L_11; } IL_0032: { V_3 = G_B3_0; // var volumes = GrabVolumes(mask); int32_t L_12 = V_0; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_13; L_13 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222(L_12, NULL); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_14; L_14 = PostProcessManager_GrabVolumes_m1AF11581681DB4092AE61C86D06F2463A36F7814(__this, L_13, NULL); // foreach (var volume in volumes) Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 L_15; L_15 = List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0(L_14, List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); V_4 = L_15; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01a0: {// begin finally (depth: 1) Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0((&V_4), Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0192_1; } IL_004b_1: { // foreach (var volume in volumes) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_16; L_16 = Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_inline((&V_4), Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); V_5 = L_16; // if (!volume.enabled || volume.profileRef == null || volume.weight <= 0f) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_17 = V_5; bool L_18; L_18 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_17, NULL); if (!L_18) { goto IL_0192_1; } } { PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_19 = V_5; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_20; L_20 = PostProcessVolume_get_profileRef_m94E97BE839967F36E42FA05C626111242638CFEE(L_19, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_21; L_21 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_20, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_21) { goto IL_0192_1; } } { PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_22 = V_5; float L_23 = L_22->___weight_7; if ((((float)L_23) <= ((float)(0.0f)))) { goto IL_0192_1; } } { // var settings = volume.profileRef.settings; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_24 = V_5; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_25; L_25 = PostProcessVolume_get_profileRef_m94E97BE839967F36E42FA05C626111242638CFEE(L_24, NULL); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_26 = L_25->___settings_4; V_6 = L_26; // if (volume.isGlobal) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_27 = V_5; bool L_28 = L_27->___isGlobal_5; if (!L_28) { goto IL_00b3_1; } } { // postProcessLayer.OverrideSettings(settings, Mathf.Clamp01(volume.weight)); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_29 = ___postProcessLayer0; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_30 = V_6; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_31 = V_5; float L_32 = L_31->___weight_7; float L_33; L_33 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_32, NULL); PostProcessLayer_OverrideSettings_m49989C317280F87560366678EBCFF62739921F7C(L_29, L_30, L_33, NULL); // continue; goto IL_0192_1; } IL_00b3_1: { // if (onlyGlobal) bool L_34 = V_2; if (L_34) { goto IL_0192_1; } } { // var colliders = m_TempColliders; List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_35 = __this->___m_TempColliders_6; V_7 = L_35; // volume.GetComponents(colliders); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_36 = V_5; List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_37 = V_7; Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A(L_36, L_37, Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A_RuntimeMethod_var); // if (colliders.Count == 0) List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_38 = V_7; int32_t L_39; L_39 = List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_inline(L_38, List_1_get_Count_m8D408B57AE7C2D791BB61817BBC93B84537AB617_RuntimeMethod_var); if (!L_39) { goto IL_0192_1; } } { // float closestDistanceSqr = float.PositiveInfinity; V_8 = (std::numeric_limits::infinity()); // foreach (var collider in colliders) List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_40 = V_7; Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A L_41; L_41 = List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420(L_40, List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420_RuntimeMethod_var); V_11 = L_41; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0132_1: {// begin finally (depth: 2) Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D((&V_11), Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D_RuntimeMethod_var); return; }// end finally (depth: 2) }); try {// begin try (depth: 2) { goto IL_0127_2; } IL_00e8_2: { // foreach (var collider in colliders) Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_42; L_42 = Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_inline((&V_11), Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_RuntimeMethod_var); V_12 = L_42; // if (!collider.enabled) Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_43 = V_12; bool L_44; L_44 = Collider_get_enabled_mDBFB488088ADB14C8016A83EF445653AC5A4A12B(L_43, NULL); if (!L_44) { goto IL_0127_2; } } { // var closestPoint = collider.ClosestPoint(triggerPos); // 5.6-only API Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_45 = V_12; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46 = V_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_47; L_47 = Collider_ClosestPoint_mFFF9B6F6CF9F18B22B325835A3E2E78A1C03BFCB(L_45, L_46, NULL); // var d = ((closestPoint - triggerPos) / 2f).sqrMagnitude; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_48 = V_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49; L_49 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_47, L_48, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_50; L_50 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_49, (2.0f), NULL); V_14 = L_50; float L_51; L_51 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&V_14), NULL); V_13 = L_51; // if (d < closestDistanceSqr) float L_52 = V_13; float L_53 = V_8; if ((!(((float)L_52) < ((float)L_53)))) { goto IL_0127_2; } } { // closestDistanceSqr = d; float L_54 = V_13; V_8 = L_54; } IL_0127_2: { // foreach (var collider in colliders) bool L_55; L_55 = Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1((&V_11), Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1_RuntimeMethod_var); if (L_55) { goto IL_00e8_2; } } { goto IL_0140_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0140_1: { // colliders.Clear(); List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_56 = V_7; List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_inline(L_56, List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_RuntimeMethod_var); // float blendDistSqr = volume.blendDistance * volume.blendDistance; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_57 = V_5; float L_58 = L_57->___blendDistance_6; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_59 = V_5; float L_60 = L_59->___blendDistance_6; V_9 = ((float)il2cpp_codegen_multiply(L_58, L_60)); // if (closestDistanceSqr > blendDistSqr) float L_61 = V_8; float L_62 = V_9; if ((((float)L_61) > ((float)L_62))) { goto IL_0192_1; } } { // float interpFactor = 1f; V_10 = (1.0f); // if (blendDistSqr > 0f) float L_63 = V_9; if ((!(((float)L_63) > ((float)(0.0f))))) { goto IL_017b_1; } } { // interpFactor = 1f - (closestDistanceSqr / blendDistSqr); float L_64 = V_8; float L_65 = V_9; V_10 = ((float)il2cpp_codegen_subtract((1.0f), ((float)(L_64/L_65)))); } IL_017b_1: { // postProcessLayer.OverrideSettings(settings, interpFactor * Mathf.Clamp01(volume.weight)); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_66 = ___postProcessLayer0; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_67 = V_6; float L_68 = V_10; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_69 = V_5; float L_70 = L_69->___weight_7; float L_71; L_71 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_70, NULL); PostProcessLayer_OverrideSettings_m49989C317280F87560366678EBCFF62739921F7C(L_66, L_67, ((float)il2cpp_codegen_multiply(L_68, L_71)), NULL); } IL_0192_1: { // foreach (var volume in volumes) bool L_72; L_72 = Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE((&V_4), Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); if (L_72) { goto IL_004b_1; } } { goto IL_01ae; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01ae: { // } return; } } // System.Collections.Generic.List`1 UnityEngine.Rendering.PostProcessing.PostProcessManager::GrabVolumes(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* PostProcessManager_GrabVolumes_m1AF11581681DB4092AE61C86D06F2463A36F7814 (PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___mask0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mD4E16A4E3D9ABCBE22E74C3D99AD21C65E2943F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB76129E352C910CA78BB17FF72AA4864B1A385CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* V_0 = NULL; bool V_1 = false; Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 V_2; memset((&V_2), 0, sizeof(V_2)); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* V_3 = NULL; { // if (!m_SortedVolumes.TryGetValue(mask, out list)) Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* L_0 = __this->___m_SortedVolumes_2; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_1 = ___mask0; int32_t L_2; L_2 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_1, NULL); bool L_3; L_3 = Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073(L_0, L_2, (&V_0), Dictionary_2_TryGetValue_m11CA71AB45FA83A1D6D64DEAAB7676A9BDCC4073_RuntimeMethod_var); if (L_3) { goto IL_008e; } } { // list = new List(); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_4 = (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8*)il2cpp_codegen_object_new(List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8_il2cpp_TypeInfo_var); List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9(L_4, List_1__ctor_m00A38346BFA17616B5FFCD785FDF19B48D7D8EC9_RuntimeMethod_var); V_0 = L_4; // foreach (var volume in m_Volumes) List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_5 = __this->___m_Volumes_3; Enumerator_t8291DD6977FA1C197AFBAED29FA0526038359D71 L_6; L_6 = List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0(L_5, List_1_GetEnumerator_mA38E64197383101E7EB7B20964201816E79187C0_RuntimeMethod_var); V_2 = L_6; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_006e: {// begin finally (depth: 1) Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0((&V_2), Enumerator_Dispose_mF14FD4D7B2F7CE09BEF5F65742587F1E90E2C3A0_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0063_1; } IL_0029_1: { // foreach (var volume in m_Volumes) PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_7; L_7 = Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_inline((&V_2), Enumerator_get_Current_mC48919FEC0795BD392B83FEC87DAB9CFB7DE8F86_RuntimeMethod_var); V_3 = L_7; // if ((mask & (1 << volume.gameObject.layer)) == 0) LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_8 = ___mask0; int32_t L_9; L_9 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_8, NULL); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_10 = V_3; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11; L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_10, NULL); int32_t L_12; L_12 = GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF(L_11, NULL); if (!((int32_t)(L_9&((int32_t)(1<<((int32_t)(L_12&((int32_t)31)))))))) { goto IL_0063_1; } } { // list.Add(volume); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_13 = V_0; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_14 = V_3; List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_inline(L_13, L_14, List_1_Add_mA1DA0B339498A930D5964183448C9A39E78F5A9B_RuntimeMethod_var); // m_SortNeeded[mask] = true; Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* L_15 = __this->___m_SortNeeded_4; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_16 = ___mask0; int32_t L_17; L_17 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_16, NULL); Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48(L_15, L_17, (bool)1, Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_RuntimeMethod_var); } IL_0063_1: { // foreach (var volume in m_Volumes) bool L_18; L_18 = Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE((&V_2), Enumerator_MoveNext_m51037E71504E718CA025AE1044FED839CE1424CE_RuntimeMethod_var); if (L_18) { goto IL_0029_1; } } { goto IL_007c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007c: { // m_SortedVolumes.Add(mask, list); Dictionary_2_t27603AC46D5C0C98852A300D44CAB8CE9720859C* L_19 = __this->___m_SortedVolumes_2; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_20 = ___mask0; int32_t L_21; L_21 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_20, NULL); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_22 = V_0; Dictionary_2_Add_mD4E16A4E3D9ABCBE22E74C3D99AD21C65E2943F0(L_19, L_21, L_22, Dictionary_2_Add_mD4E16A4E3D9ABCBE22E74C3D99AD21C65E2943F0_RuntimeMethod_var); } IL_008e: { // if (m_SortNeeded.TryGetValue(mask, out sortNeeded) && sortNeeded) Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* L_23 = __this->___m_SortNeeded_4; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_24 = ___mask0; int32_t L_25; L_25 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_24, NULL); bool L_26; L_26 = Dictionary_2_TryGetValue_mB76129E352C910CA78BB17FF72AA4864B1A385CF(L_23, L_25, (&V_1), Dictionary_2_TryGetValue_mB76129E352C910CA78BB17FF72AA4864B1A385CF_RuntimeMethod_var); bool L_27 = V_1; if (!((int32_t)((int32_t)L_26&(int32_t)L_27))) { goto IL_00bd; } } { // m_SortNeeded[mask] = false; Dictionary_2_t01224C8DBCCFE276E97D2BF52F4D7B10D3642682* L_28 = __this->___m_SortNeeded_4; LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_29 = ___mask0; int32_t L_30; L_30 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_29, NULL); Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48(L_28, L_30, (bool)0, Dictionary_2_set_Item_m266E81996A1E6BFCB7C91E78EC0DB1253655AD48_RuntimeMethod_var); // SortByPriority(list); List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_31 = V_0; PostProcessManager_SortByPriority_mC460E161FD3D1293B46CFC546A8E60E0C53B7B15(L_31, NULL); } IL_00bd: { // return list; List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_32 = V_0; return L_32; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager::SortByPriority(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessManager_SortByPriority_mC460E161FD3D1293B46CFC546A8E60E0C53B7B15 (List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* ___volumes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDC38303BE99498ED91D83EA49F834F0EAF4F6B80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mB197F81AD37C98A53C8EC0C59A331F3A2D7B4C48_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* V_1 = NULL; int32_t V_2 = 0; { // for (int i = 1; i < volumes.Count; i++) V_0 = 1; goto IL_004c; } IL_0004: { // var temp = volumes[i]; List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_0 = ___volumes0; int32_t L_1 = V_0; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_2; L_2 = List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364(L_0, L_1, List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364_RuntimeMethod_var); V_1 = L_2; // int j = i - 1; int32_t L_3 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); goto IL_0026; } IL_0012: { // volumes[j + 1] = volumes[j]; List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_4 = ___volumes0; int32_t L_5 = V_2; List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_6 = ___volumes0; int32_t L_7 = V_2; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_8; L_8 = List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364(L_6, L_7, List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364_RuntimeMethod_var); List_1_set_Item_mB197F81AD37C98A53C8EC0C59A331F3A2D7B4C48(L_4, ((int32_t)il2cpp_codegen_add(L_5, 1)), L_8, List_1_set_Item_mB197F81AD37C98A53C8EC0C59A331F3A2D7B4C48_RuntimeMethod_var); // j--; int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); } IL_0026: { // while (j >= 0 && volumes[j].priority > temp.priority) int32_t L_10 = V_2; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_003e; } } { List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_11 = ___volumes0; int32_t L_12 = V_2; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_13; L_13 = List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364(L_11, L_12, List_1_get_Item_m9FB22323BF917780AD2B580E34A1447E530DE364_RuntimeMethod_var); float L_14 = L_13->___priority_8; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_15 = V_1; float L_16 = L_15->___priority_8; if ((((float)L_14) > ((float)L_16))) { goto IL_0012; } } IL_003e: { // volumes[j + 1] = temp; List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_17 = ___volumes0; int32_t L_18 = V_2; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_19 = V_1; List_1_set_Item_mB197F81AD37C98A53C8EC0C59A331F3A2D7B4C48(L_17, ((int32_t)il2cpp_codegen_add(L_18, 1)), L_19, List_1_set_Item_mB197F81AD37C98A53C8EC0C59A331F3A2D7B4C48_RuntimeMethod_var); // for (int i = 1; i < volumes.Count; i++) int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_004c: { // for (int i = 1; i < volumes.Count; i++) int32_t L_21 = V_0; List_1_tF7FE6B39F924F6712B3D03CF5AD325FE521EF1D8* L_22 = ___volumes0; int32_t L_23; L_23 = List_1_get_Count_mDC38303BE99498ED91D83EA49F834F0EAF4F6B80_inline(L_22, List_1_get_Count_mDC38303BE99498ED91D83EA49F834F0EAF4F6B80_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0004; } } { // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessManager::IsVolumeRenderedByCamera(UnityEngine.Rendering.PostProcessing.PostProcessVolume,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessManager_IsVolumeRenderedByCamera_m5BCAE321B7FC69FD30F9984128D5B18248B37B15 (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera1, const RuntimeMethod* method) { { // return true; return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m72950DE1518E19ECC6261EA8098C97085DA5BD25 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F* L_0 = (U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F*)il2cpp_codegen_object_new(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mBDFDD56BBE85E5B393B14B106BAEB772C3CA95D4(L_0, NULL); ((U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mBDFDD56BBE85E5B393B14B106BAEB772C3CA95D4 (U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessManager/<>c::b__12_0(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CReloadBaseTypesU3Eb__12_0_m865537CCEE58BF53B4AC1A1EF580E114A31BAE85 (U3CU3Ec_tEBE9F6B444DEC9CC0B70A771F21E6C9868C1809F* __this, Type_t* ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // t => t.IsDefined(typeof(PostProcessAttribute), false) // && !t.IsAbstract Type_t* L_0 = ___t0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(11 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)0); if (!L_3) { goto IL_001d; } } { Type_t* L_4 = ___t0; bool L_5; L_5 = Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5(L_4, NULL); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_001d: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessProfile::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessProfile_OnEnable_m23364CDE321796BC226CBEFAF9DC6F1323938CDC (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAll_m27BDE3319F66FB1300DC3CCCDBCC712F4D321F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnEnableU3Eb__2_0_mEBC7A0AA00EBF9BFA5042D81206E56B406A1FCD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* G_B2_0 = NULL; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* G_B2_1 = NULL; Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* G_B1_0 = NULL; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* G_B1_1 = NULL; { // settings.RemoveAll(x => x == null); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_0 = __this->___settings_4; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var); Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* L_1 = ((U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var))->___U3CU3E9__2_0_1; Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* L_2 = L_1; G_B1_0 = L_2; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0025; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var); U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76* L_3 = ((U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var))->___U3CU3E9_0; Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* L_4 = (Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620*)il2cpp_codegen_object_new(Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620_il2cpp_TypeInfo_var); Predicate_1__ctor_mD8B5CB267A3D637058EA266699F9BC6D422B699B(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3COnEnableU3Eb__2_0_mEBC7A0AA00EBF9BFA5042D81206E56B406A1FCD7_RuntimeMethod_var), NULL); Predicate_1_tDB688C1FE84CA0DC97C7D84E01D609C235E37620* L_5 = L_4; ((U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var))->___U3CU3E9__2_0_1 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var))->___U3CU3E9__2_0_1), (void*)L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_0025: { int32_t L_6; L_6 = List_1_RemoveAll_m27BDE3319F66FB1300DC3CCCDBCC712F4D321F70(G_B2_1, G_B2_0, List_1_RemoveAll_m27BDE3319F66FB1300DC3CCCDBCC712F4D321F70_RuntimeMethod_var); // } return; } } // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings UnityEngine.Rendering.PostProcessing.PostProcessProfile::AddSettings(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* PostProcessProfile_AddSettings_m610279C7E82C2F2E9156FF80FE7F6C3A2FC1F1C3 (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, Type_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_0 = NULL; { // if (HasSettings(type)) Type_t* L_0 = ___type0; bool L_1; L_1 = PostProcessProfile_HasSettings_mAAAD536DF4C2CBD9EB73C2683D007F65297BD8BC(__this, L_0, NULL); if (!L_1) { goto IL_0014; } } { // throw new InvalidOperationException("Effect already exists in the stack"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79AEC902957F1E1E06FCB413B50E1126385A3E08)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PostProcessProfile_AddSettings_m610279C7E82C2F2E9156FF80FE7F6C3A2FC1F1C3_RuntimeMethod_var))); } IL_0014: { // var effect = (PostProcessEffectSettings)CreateInstance(type); Type_t* L_3 = ___type0; ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_4; L_4 = ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24(L_3, NULL); V_0 = ((PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449*)CastclassClass((RuntimeObject*)L_4, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_il2cpp_TypeInfo_var)); // effect.hideFlags = HideFlags.HideInInspector | HideFlags.HideInHierarchy; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_5 = V_0; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_5, 3, NULL); // effect.name = type.Name; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_6 = V_0; Type_t* L_7 = ___type0; String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_6, L_8, NULL); // effect.enabled.value = true; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_9 = V_0; BoolParameter_t7957C491633DF3788B565B3755C35557A293C1AE* L_10 = L_9->___enabled_5; ((ParameterOverride_1_tAF4A5BC7953AAC0B47E4048AAF45DE5D46D6F98C*)L_10)->___value_1 = (bool)1; // settings.Add(effect); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_11 = __this->___settings_4; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_12 = V_0; List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_inline(L_11, L_12, List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); // isDirty = true; __this->___isDirty_5 = (bool)1; // return effect; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_13 = V_0; return L_13; } } // UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings UnityEngine.Rendering.PostProcessing.PostProcessProfile::AddSettings(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* PostProcessProfile_AddSettings_m7446918C8FB730367D486136D3DF233B57A5FCD8 (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___effect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (HasSettings(settings.GetType())) List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_0 = __this->___settings_4; Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); bool L_2; L_2 = PostProcessProfile_HasSettings_mAAAD536DF4C2CBD9EB73C2683D007F65297BD8BC(__this, L_1, NULL); if (!L_2) { goto IL_001e; } } { // throw new InvalidOperationException("Effect already exists in the stack"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79AEC902957F1E1E06FCB413B50E1126385A3E08)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PostProcessProfile_AddSettings_m7446918C8FB730367D486136D3DF233B57A5FCD8_RuntimeMethod_var))); } IL_001e: { // settings.Add(effect); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_4 = __this->___settings_4; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_5 = ___effect0; List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_inline(L_4, L_5, List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); // isDirty = true; __this->___isDirty_5 = (bool)1; // return effect; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_6 = ___effect0; return L_6; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessProfile::RemoveSettings(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessProfile_RemoveSettings_mA0FB19DEC43521661C67F12EF6A13DB3F8D3B9EC (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, Type_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m726DEB8C2FA94EA0AF03158937E69F162066F8DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mBC3E606AD4F8BDBCFD0270A42595EC60D7481D7A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m22D5A64331E2C98078D6935C6E1D613D4705E5B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int toRemove = -1; V_0 = (-1); // for (int i = 0; i < settings.Count; i++) V_1 = 0; goto IL_0027; } IL_0006: { // if (settings[i].GetType() == type) List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_0 = __this->___settings_4; int32_t L_1 = V_1; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_2; L_2 = List_1_get_Item_m22D5A64331E2C98078D6935C6E1D613D4705E5B4(L_0, L_1, List_1_get_Item_m22D5A64331E2C98078D6935C6E1D613D4705E5B4_RuntimeMethod_var); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); Type_t* L_4 = ___type0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL); if (!L_5) { goto IL_0023; } } { // toRemove = i; int32_t L_6 = V_1; V_0 = L_6; // break; goto IL_0035; } IL_0023: { // for (int i = 0; i < settings.Count; i++) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0027: { // for (int i = 0; i < settings.Count; i++) int32_t L_8 = V_1; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_9 = __this->___settings_4; int32_t L_10; L_10 = List_1_get_Count_mBC3E606AD4F8BDBCFD0270A42595EC60D7481D7A_inline(L_9, List_1_get_Count_mBC3E606AD4F8BDBCFD0270A42595EC60D7481D7A_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0006; } } IL_0035: { // if (toRemove < 0) int32_t L_11 = V_0; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0044; } } { // throw new InvalidOperationException("Effect doesn't exist in the profile"); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_12 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAAE7545E4F9244ECA5FD2DDF9AB3C069EA56E2B7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PostProcessProfile_RemoveSettings_mA0FB19DEC43521661C67F12EF6A13DB3F8D3B9EC_RuntimeMethod_var))); } IL_0044: { // settings.RemoveAt(toRemove); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_13 = __this->___settings_4; int32_t L_14 = V_0; List_1_RemoveAt_m726DEB8C2FA94EA0AF03158937E69F162066F8DE(L_13, L_14, List_1_RemoveAt_m726DEB8C2FA94EA0AF03158937E69F162066F8DE_RuntimeMethod_var); // isDirty = true; __this->___isDirty_5 = (bool)1; // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessProfile::HasSettings(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessProfile_HasSettings_mAAAD536DF4C2CBD9EB73C2683D007F65297BD8BC (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, Type_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; { // foreach (var setting in settings) List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_0 = __this->___settings_4; Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 L_1; L_1 = List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5(L_0, List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0031: {// begin finally (depth: 1) Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193((&V_0), Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0026_1; } IL_000e_1: { // foreach (var setting in settings) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_2; L_2 = Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_inline((&V_0), Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); // if (setting.GetType() == type) Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); Type_t* L_4 = ___type0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL); if (!L_5) { goto IL_0026_1; } } { // return true; V_1 = (bool)1; goto IL_0041; } IL_0026_1: { // foreach (var setting in settings) bool L_6; L_6 = Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44((&V_0), Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); if (L_6) { goto IL_000e_1; } } { goto IL_003f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003f: { // return false; return (bool)0; } IL_0041: { // } bool L_7 = V_1; return L_7; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessProfile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessProfile__ctor_m665590DA298A7A9BB57B1C54FE52F252C1B399DE (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List settings = new List(); List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_0 = (List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3*)il2cpp_codegen_object_new(List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3_il2cpp_TypeInfo_var); List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200(L_0, List_1__ctor_m603A5A6DD270430E7394A6C9BD548D7249662200_RuntimeMethod_var); __this->___settings_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___settings_4), (void*)L_0); // public bool isDirty = true; __this->___isDirty_5 = (bool)1; ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m78C889B816DFCBD83DB0DB0C43FC57BC10969904 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76* L_0 = (U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76*)il2cpp_codegen_object_new(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m28471842FE201AEF91CB04F5F8FBABF89DA37BB7(L_0, NULL); ((U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m28471842FE201AEF91CB04F5F8FBABF89DA37BB7 (U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessProfile/<>c::b__2_0(UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnEnableU3Eb__2_0_mEBC7A0AA00EBF9BFA5042D81206E56B406A1FCD7 (U3CU3Ec_t0525E6C085F09452CD07D79E386D65DD5CAEEB76* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // settings.RemoveAll(x => x == null); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_0 = ___x0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Camera UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_camera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // get { return m_Camera; } Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_Camera_0; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_camera(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_camera_m616159FD16EF298057D8C92C9D4E04DC583A35CF (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___value0, const RuntimeMethod* method) { RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0; memset((&V_0), 0, sizeof(V_0)); { // m_Camera = value; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___value0; __this->___m_Camera_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Camera_0), (void*)L_0); // if (m_Camera.stereoEnabled) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___m_Camera_0; bool L_2; L_2 = Camera_get_stereoEnabled_m33F6247051D68E8FFEF9C0EC34C6F4B4B53FC8AF(L_1, NULL); if (!L_2) { goto IL_009d; } } { // var xrDesc = XRSettings.eyeTextureDesc; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3; L_3 = XRSettings_get_eyeTextureDesc_mFBE8F6D5D5A23E4DE1BCCD994ADFAB4FB11D7A19(NULL); V_0 = L_3; // stereoRenderingMode = StereoRenderingMode.SinglePass; PostProcessRenderContext_set_stereoRenderingMode_mCCE43DEFBEFEEAE8D4512991FA5117C781710287_inline(__this, 1, NULL); // numberOfEyes = 1; PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9_inline(__this, 1, NULL); // if (XRSettings.stereoRenderingMode == XRSettings.StereoRenderingMode.MultiPass) int32_t L_4; L_4 = XRSettings_get_stereoRenderingMode_mD66918C11E2216B1F8FA76934F79D5F85BC303FC(NULL); if (L_4) { goto IL_0039; } } { // stereoRenderingMode = StereoRenderingMode.MultiPass; PostProcessRenderContext_set_stereoRenderingMode_mCCE43DEFBEFEEAE8D4512991FA5117C781710287_inline(__this, 0, NULL); } IL_0039: { // if (stereoRenderingMode == StereoRenderingMode.SinglePassInstanced) int32_t L_5; L_5 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(__this, NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0049; } } { // numberOfEyes = 2; PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9_inline(__this, 2, NULL); } IL_0049: { // width = xrDesc.width; int32_t L_6; L_6 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&V_0), NULL); PostProcessRenderContext_set_width_m1613BDCAF13B96F72BE7A91E82E9EB6D1C4C39EF_inline(__this, L_6, NULL); // height = xrDesc.height; int32_t L_7; L_7 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&V_0), NULL); PostProcessRenderContext_set_height_m4CAF4DB1F50557C276D2683C799FC9CFC19B357F_inline(__this, L_7, NULL); // m_sourceDescriptor = xrDesc; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_8 = V_0; __this->___m_sourceDescriptor_28 = L_8; // if (m_Camera.stereoActiveEye == Camera.MonoOrStereoscopicEye.Right) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9 = __this->___m_Camera_0; int32_t L_10; L_10 = Camera_get_stereoActiveEye_m89E68FAE732E68257E6DEDCA616BFC6CF0179EFC(L_9, NULL); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_007f; } } { // xrActiveEye = (int)Camera.StereoscopicEye.Right; PostProcessRenderContext_set_xrActiveEye_mA344A4FBC049CA99096413FBE81F0F8F9A12D9A8_inline(__this, 1, NULL); } IL_007f: { // screenWidth = XRSettings.eyeTextureWidth; int32_t L_11; L_11 = XRSettings_get_eyeTextureWidth_m3B18AF3F3382398E2A818B2B01AA1FE90FEB3AAF(NULL); PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C_inline(__this, L_11, NULL); // screenHeight = XRSettings.eyeTextureHeight; int32_t L_12; L_12 = XRSettings_get_eyeTextureHeight_mCF4B2EC6851A8B8A8C4E6FC085A621B3166DB67A(NULL); PostProcessRenderContext_set_screenHeight_m3D69896EFE6A480285D300EA3E99164661144FC4_inline(__this, L_12, NULL); // stereoActive = true; PostProcessRenderContext_set_stereoActive_m133C99DFFB79D8C1D33176258C5A96D8587CDEB0_inline(__this, (bool)1, NULL); return; } IL_009d: { // width = m_Camera.pixelWidth; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_13 = __this->___m_Camera_0; int32_t L_14; L_14 = Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D(L_13, NULL); PostProcessRenderContext_set_width_m1613BDCAF13B96F72BE7A91E82E9EB6D1C4C39EF_inline(__this, L_14, NULL); // height = m_Camera.pixelHeight; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = __this->___m_Camera_0; int32_t L_16; L_16 = Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59(L_15, NULL); PostProcessRenderContext_set_height_m4CAF4DB1F50557C276D2683C799FC9CFC19B357F_inline(__this, L_16, NULL); // m_sourceDescriptor.width = width; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_17 = (&__this->___m_sourceDescriptor_28); int32_t L_18; L_18 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(__this, NULL); RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_17, L_18, NULL); // m_sourceDescriptor.height = height; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_19 = (&__this->___m_sourceDescriptor_28); int32_t L_20; L_20 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(__this, NULL); RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_19, L_20, NULL); // screenWidth = width; int32_t L_21; L_21 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(__this, NULL); PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C_inline(__this, L_21, NULL); // screenHeight = height; int32_t L_22; L_22 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(__this, NULL); PostProcessRenderContext_set_screenHeight_m3D69896EFE6A480285D300EA3E99164661144FC4_inline(__this, L_22, NULL); // stereoActive = false; PostProcessRenderContext_set_stereoActive_m133C99DFFB79D8C1D33176258C5A96D8587CDEB0_inline(__this, (bool)0, NULL); // numberOfEyes = 1; PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9_inline(__this, 1, NULL); // } return; } } // UnityEngine.Rendering.CommandBuffer UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_command() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public CommandBuffer command { get; set; } CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___U3CcommandU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_command(UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___value0, const RuntimeMethod* method) { { // public CommandBuffer command { get; set; } CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___value0; __this->___U3CcommandU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcommandU3Ek__BackingField_1), (void*)L_0); return; } } // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_source() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public RenderTargetIdentifier source { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___U3CsourceU3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_source(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value0, const RuntimeMethod* method) { { // public RenderTargetIdentifier source { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = ___value0; __this->___U3CsourceU3Ek__BackingField_2 = L_0; return; } } // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_destination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public RenderTargetIdentifier destination { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___U3CdestinationU3Ek__BackingField_3; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_destination(UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value0, const RuntimeMethod* method) { { // public RenderTargetIdentifier destination { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = ___value0; __this->___U3CdestinationU3Ek__BackingField_3 = L_0; return; } } // UnityEngine.RenderTextureFormat UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_sourceFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public RenderTextureFormat sourceFormat { get; set; } int32_t L_0 = __this->___U3CsourceFormatU3Ek__BackingField_4; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_sourceFormat(UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_sourceFormat_mFBDC1C325F8E32DA2A40C784659D2DD8BA057258 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public RenderTextureFormat sourceFormat { get; set; } int32_t L_0 = ___value0; __this->___U3CsourceFormatU3Ek__BackingField_4 = L_0; return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_flip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_flip_mFE0933034DE2E1C6174C09EED54F03C472D29C32 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public bool flip { get; set; } bool L_0 = __this->___U3CflipU3Ek__BackingField_5; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_flip(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_flip_m91DFA83ED3118BB02CF2849D2177C65D186F3E11 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) { { // public bool flip { get; set; } bool L_0 = ___value0; __this->___U3CflipU3Ek__BackingField_5 = L_0; return; } } // UnityEngine.Rendering.PostProcessing.PostProcessResources UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_resources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PostProcessResources resources { get; internal set; } PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = __this->___U3CresourcesU3Ek__BackingField_6; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_resources(UnityEngine.Rendering.PostProcessing.PostProcessResources) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_resources_mD928596BD2CF34330CA3F8FA83845C9BB39E5651 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___value0, const RuntimeMethod* method) { { // public PostProcessResources resources { get; internal set; } PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = ___value0; __this->___U3CresourcesU3Ek__BackingField_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresourcesU3Ek__BackingField_6), (void*)L_0); return; } } // UnityEngine.Rendering.PostProcessing.PropertySheetFactory UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_propertySheets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PropertySheetFactory propertySheets { get; internal set; } PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_0 = __this->___U3CpropertySheetsU3Ek__BackingField_7; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_propertySheets(UnityEngine.Rendering.PostProcessing.PropertySheetFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_propertySheets_m06436C85901FFAF383447F35F3A19909E1C60344 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* ___value0, const RuntimeMethod* method) { { // public PropertySheetFactory propertySheets { get; internal set; } PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_0 = ___value0; __this->___U3CpropertySheetsU3Ek__BackingField_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpropertySheetsU3Ek__BackingField_7), (void*)L_0); return; } } // System.Collections.Generic.Dictionary`2 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_userData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* PostProcessRenderContext_get_userData_m9C88F1615E7C029E65F8A1BA3C0D22986FE27B98 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public Dictionary userData { get; private set; } Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = __this->___U3CuserDataU3Ek__BackingField_8; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_userData(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_userData_m1D9CEBBB566FC3841231E033269B030FDBE98431 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___value0, const RuntimeMethod* method) { { // public Dictionary userData { get; private set; } Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___value0; __this->___U3CuserDataU3Ek__BackingField_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserDataU3Ek__BackingField_8), (void*)L_0); return; } } // UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_debugLayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* PostProcessRenderContext_get_debugLayer_mD44CD6FBE77E24B243E0EDE0A332A6BB32AA6C25 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PostProcessDebugLayer debugLayer { get; internal set; } PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_0 = __this->___U3CdebugLayerU3Ek__BackingField_9; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_debugLayer(UnityEngine.Rendering.PostProcessing.PostProcessDebugLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_debugLayer_mF9A346FF61AD7CD0AC5605BD3B2A2007084CFA5A (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* ___value0, const RuntimeMethod* method) { { // public PostProcessDebugLayer debugLayer { get; internal set; } PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_0 = ___value0; __this->___U3CdebugLayerU3Ek__BackingField_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdebugLayerU3Ek__BackingField_9), (void*)L_0); return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int width { get; private set; } int32_t L_0 = __this->___U3CwidthU3Ek__BackingField_10; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_width(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_width_m1613BDCAF13B96F72BE7A91E82E9EB6D1C4C39EF (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int width { get; private set; } int32_t L_0 = ___value0; __this->___U3CwidthU3Ek__BackingField_10 = L_0; return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int height { get; private set; } int32_t L_0 = __this->___U3CheightU3Ek__BackingField_11; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_height(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_height_m4CAF4DB1F50557C276D2683C799FC9CFC19B357F (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int height { get; private set; } int32_t L_0 = ___value0; __this->___U3CheightU3Ek__BackingField_11 = L_0; return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_stereoActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public bool stereoActive { get; private set; } bool L_0 = __this->___U3CstereoActiveU3Ek__BackingField_12; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_stereoActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_stereoActive_m133C99DFFB79D8C1D33176258C5A96D8587CDEB0 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) { { // public bool stereoActive { get; private set; } bool L_0 = ___value0; __this->___U3CstereoActiveU3Ek__BackingField_12 = L_0; return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_xrActiveEye() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_xrActiveEye_m1ED0BDA4DC07BAD4096F3B66DF35520815C7F208 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int xrActiveEye { get; set; } int32_t L_0 = __this->___U3CxrActiveEyeU3Ek__BackingField_13; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_xrActiveEye(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_xrActiveEye_mA344A4FBC049CA99096413FBE81F0F8F9A12D9A8 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int xrActiveEye { get; set; } int32_t L_0 = ___value0; __this->___U3CxrActiveEyeU3Ek__BackingField_13 = L_0; return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_numberOfEyes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int numberOfEyes { get; private set; } int32_t L_0 = __this->___U3CnumberOfEyesU3Ek__BackingField_14; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_numberOfEyes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int numberOfEyes { get; private set; } int32_t L_0 = ___value0; __this->___U3CnumberOfEyesU3Ek__BackingField_14 = L_0; return; } } // UnityEngine.Rendering.PostProcessing.PostProcessRenderContext/StereoRenderingMode UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_stereoRenderingMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public StereoRenderingMode stereoRenderingMode { get; private set; } int32_t L_0 = __this->___U3CstereoRenderingModeU3Ek__BackingField_15; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_stereoRenderingMode(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext/StereoRenderingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_stereoRenderingMode_mCCE43DEFBEFEEAE8D4512991FA5117C781710287 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public StereoRenderingMode stereoRenderingMode { get; private set; } int32_t L_0 = ___value0; __this->___U3CstereoRenderingModeU3Ek__BackingField_15 = L_0; return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_screenWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_screenWidth_mF6EF29A7E49F6132C7376A841571FB65A1573147 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int screenWidth { get; private set; } int32_t L_0 = __this->___U3CscreenWidthU3Ek__BackingField_16; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_screenWidth(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int screenWidth { get; private set; } int32_t L_0 = ___value0; __this->___U3CscreenWidthU3Ek__BackingField_16 = L_0; return; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_screenHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_screenHeight_mFF2D3EF9A84D53D9125EF96DD746CF8B257687FD (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int screenHeight { get; private set; } int32_t L_0 = __this->___U3CscreenHeightU3Ek__BackingField_17; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_screenHeight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_screenHeight_m3D69896EFE6A480285D300EA3E99164661144FC4 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int screenHeight { get; private set; } int32_t L_0 = ___value0; __this->___U3CscreenHeightU3Ek__BackingField_17 = L_0; return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_isSceneView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public bool isSceneView { get; internal set; } bool L_0 = __this->___U3CisSceneViewU3Ek__BackingField_18; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_isSceneView(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_isSceneView_m25BC585A98717333E55435BF060FBC8352979120 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) { { // public bool isSceneView { get; internal set; } bool L_0 = ___value0; __this->___U3CisSceneViewU3Ek__BackingField_18 = L_0; return; } } // UnityEngine.Rendering.PostProcessing.PostProcessLayer/Antialiasing UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_antialiasing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_antialiasing_m8FA450C8086C96DB987CF8F9B707DA5CFB7AA108 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PostProcessLayer.Antialiasing antialiasing { get; internal set; } int32_t L_0 = __this->___U3CantialiasingU3Ek__BackingField_19; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_antialiasing(UnityEngine.Rendering.PostProcessing.PostProcessLayer/Antialiasing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_antialiasing_m487F83A7E53C46AE4C2015794DA6568950E3C181 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public PostProcessLayer.Antialiasing antialiasing { get; internal set; } int32_t L_0 = ___value0; __this->___U3CantialiasingU3Ek__BackingField_19 = L_0; return; } } // UnityEngine.Rendering.PostProcessing.TemporalAntialiasing UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::get_temporalAntialiasing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* PostProcessRenderContext_get_temporalAntialiasing_m18BFEF6B423A28BD505D611A15643580B8E6CCD7 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public TemporalAntialiasing temporalAntialiasing { get; internal set; } TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_0 = __this->___U3CtemporalAntialiasingU3Ek__BackingField_20; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::set_temporalAntialiasing(UnityEngine.Rendering.PostProcessing.TemporalAntialiasing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_temporalAntialiasing_mF2B2A0D8F39F49690FD4F76B3347C4D168B22597 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* ___value0, const RuntimeMethod* method) { { // public TemporalAntialiasing temporalAntialiasing { get; internal set; } TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_0 = ___value0; __this->___U3CtemporalAntialiasingU3Ek__BackingField_20 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtemporalAntialiasingU3Ek__BackingField_20), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_Reset_m69F96AA7B7CCE9927AB6061B887CF81F8AF06BCB (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mBC8B8FD18821E87AC78242BEAB058EB832641EAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_Camera = null; __this->___m_Camera_0 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Camera_0), (void*)(Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL); // width = 0; PostProcessRenderContext_set_width_m1613BDCAF13B96F72BE7A91E82E9EB6D1C4C39EF_inline(__this, 0, NULL); // height = 0; PostProcessRenderContext_set_height_m4CAF4DB1F50557C276D2683C799FC9CFC19B357F_inline(__this, 0, NULL); // m_sourceDescriptor = new RenderTextureDescriptor(0, 0); RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0; memset((&L_0), 0, sizeof(L_0)); RenderTextureDescriptor__ctor_m0D1C84B1D245FA247C36A59D816BBB179E0670D1((&L_0), 0, 0, /*hidden argument*/NULL); __this->___m_sourceDescriptor_28 = L_0; // physicalCamera = false; __this->___physicalCamera_27 = (bool)0; // stereoActive = false; PostProcessRenderContext_set_stereoActive_m133C99DFFB79D8C1D33176258C5A96D8587CDEB0_inline(__this, (bool)0, NULL); // xrActiveEye = (int)Camera.StereoscopicEye.Left; PostProcessRenderContext_set_xrActiveEye_mA344A4FBC049CA99096413FBE81F0F8F9A12D9A8_inline(__this, 0, NULL); // screenWidth = 0; PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C_inline(__this, 0, NULL); // screenHeight = 0; PostProcessRenderContext_set_screenHeight_m3D69896EFE6A480285D300EA3E99164661144FC4_inline(__this, 0, NULL); // command = null; PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline(__this, (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL, NULL); // source = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1; L_1 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(0, NULL); PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline(__this, L_1, NULL); // destination = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2; L_2 = RenderTargetIdentifier_op_Implicit_m5D9E7FF7B325608E3C4A37BBB52FE728361E7324(0, NULL); PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline(__this, L_2, NULL); // sourceFormat = RenderTextureFormat.ARGB32; PostProcessRenderContext_set_sourceFormat_mFBDC1C325F8E32DA2A40C784659D2DD8BA057258_inline(__this, 0, NULL); // flip = false; PostProcessRenderContext_set_flip_m91DFA83ED3118BB02CF2849D2177C65D186F3E11_inline(__this, (bool)0, NULL); // resources = null; PostProcessRenderContext_set_resources_mD928596BD2CF34330CA3F8FA83845C9BB39E5651_inline(__this, (PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D*)NULL, NULL); // propertySheets = null; PostProcessRenderContext_set_propertySheets_m06436C85901FFAF383447F35F3A19909E1C60344_inline(__this, (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D*)NULL, NULL); // debugLayer = null; PostProcessRenderContext_set_debugLayer_mF9A346FF61AD7CD0AC5605BD3B2A2007084CFA5A_inline(__this, (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02*)NULL, NULL); // isSceneView = false; PostProcessRenderContext_set_isSceneView_m25BC585A98717333E55435BF060FBC8352979120_inline(__this, (bool)0, NULL); // antialiasing = PostProcessLayer.Antialiasing.None; PostProcessRenderContext_set_antialiasing_m487F83A7E53C46AE4C2015794DA6568950E3C181_inline(__this, 0, NULL); // temporalAntialiasing = null; PostProcessRenderContext_set_temporalAntialiasing_mF2B2A0D8F39F49690FD4F76B3347C4D168B22597_inline(__this, (TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644*)NULL, NULL); // uberSheet = null; __this->___uberSheet_21 = (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___uberSheet_21), (void*)(PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)NULL); // autoExposureTexture = null; __this->___autoExposureTexture_22 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___autoExposureTexture_22), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // logLut = null; __this->___logLut_24 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___logLut_24), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL); // autoExposure = null; __this->___autoExposure_25 = (AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___autoExposure_25), (void*)(AutoExposure_t3DC0981C2B844D7B8E12CE9C8C731F4387846F5C*)NULL); // bloomBufferNameID = -1; __this->___bloomBufferNameID_26 = (-1); // if (userData == null) Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_3; L_3 = PostProcessRenderContext_get_userData_m9C88F1615E7C029E65F8A1BA3C0D22986FE27B98_inline(__this, NULL); if (L_3) { goto IL_00d2; } } { // userData = new Dictionary(); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_4 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var); Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_4, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var); PostProcessRenderContext_set_userData_m1D9CEBBB566FC3841231E033269B030FDBE98431_inline(__this, L_4, NULL); } IL_00d2: { // userData.Clear(); Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_5; L_5 = PostProcessRenderContext_get_userData_m9C88F1615E7C029E65F8A1BA3C0D22986FE27B98_inline(__this, NULL); Dictionary_2_Clear_mBC8B8FD18821E87AC78242BEAB058EB832641EAB(L_5, Dictionary_2_Clear_mBC8B8FD18821E87AC78242BEAB058EB832641EAB_RuntimeMethod_var); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::IsTemporalAntialiasingActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessRenderContext_IsTemporalAntialiasingActive_m835118A884E10E19B5625C77EC029B088ECE11E3 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // return antialiasing == PostProcessLayer.Antialiasing.TemporalAntialiasing // && !isSceneView // && temporalAntialiasing.IsSupported(); int32_t L_0; L_0 = PostProcessRenderContext_get_antialiasing_m8FA450C8086C96DB987CF8F9B707DA5CFB7AA108_inline(__this, NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_001d; } } { bool L_1; L_1 = PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801_inline(__this, NULL); if (L_1) { goto IL_001d; } } { TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_2; L_2 = PostProcessRenderContext_get_temporalAntialiasing_m18BFEF6B423A28BD505D611A15643580B8E6CCD7_inline(__this, NULL); bool L_3; L_3 = TemporalAntialiasing_IsSupported_mAE5BCF24068A7E94E3BB643E549AA055192C045E(L_2, NULL); return L_3; } IL_001d: { return (bool)0; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::IsDebugOverlayEnabled(UnityEngine.Rendering.PostProcessing.DebugOverlay) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessRenderContext_IsDebugOverlayEnabled_m10FA8ED9E7FE01A6B9FB48BFF9B19A5F70908927 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___overlay0, const RuntimeMethod* method) { { // return debugLayer.debugOverlay == overlay; PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_0; L_0 = PostProcessRenderContext_get_debugLayer_mD44CD6FBE77E24B243E0EDE0A332A6BB32AA6C25_inline(__this, NULL); int32_t L_1; L_1 = PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline(L_0, NULL); int32_t L_2 = ___overlay0; return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::PushDebugOverlay(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_PushDebugOverlay_m543E6F22232FAC40200E8D93FE089CFE05FF2860 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___sheet2, int32_t ___pass3, const RuntimeMethod* method) { { // debugLayer.PushDebugOverlay(cmd, source, sheet, pass); PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_0; L_0 = PostProcessRenderContext_get_debugLayer_mD44CD6FBE77E24B243E0EDE0A332A6BB32AA6C25_inline(__this, NULL); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_3 = ___sheet2; int32_t L_4 = ___pass3; PostProcessDebugLayer_PushDebugOverlay_m43912718B6ABE4DB9485F8A51A5B12B879186697(L_0, L_1, L_2, L_3, L_4, NULL); // } return; } } // UnityEngine.RenderTextureDescriptor UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::GetDescriptor(System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessRenderContext_GetDescriptor_m60FCFCD9D6751F4A6F6A3CC93D3630B8052BA662 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___depthBufferBits0, int32_t ___colorFormat1, int32_t ___readWrite2, const RuntimeMethod* method) { RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0; memset((&V_0), 0, sizeof(V_0)); { // var modifiedDesc = new RenderTextureDescriptor(m_sourceDescriptor.width, m_sourceDescriptor.height, // m_sourceDescriptor.colorFormat, depthBufferBits); RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = (&__this->___m_sourceDescriptor_28); int32_t L_1; L_1 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_0, NULL); RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = (&__this->___m_sourceDescriptor_28); int32_t L_3; L_3 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_2, NULL); RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = (&__this->___m_sourceDescriptor_28); int32_t L_5; L_5 = RenderTextureDescriptor_get_colorFormat_mF87FD5E3AC4688BBB921568003ED4A1FFB1614FF(L_4, NULL); int32_t L_6 = ___depthBufferBits0; RenderTextureDescriptor__ctor_mE27A3C225736C1F806C12A7C31C0DC66A0AFE61B((&V_0), L_1, L_3, L_5, L_6, NULL); // modifiedDesc.dimension = m_sourceDescriptor.dimension; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_7 = (&__this->___m_sourceDescriptor_28); int32_t L_8; L_8 = RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline(L_7, NULL); RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline((&V_0), L_8, NULL); // modifiedDesc.volumeDepth = m_sourceDescriptor.volumeDepth; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_9 = (&__this->___m_sourceDescriptor_28); int32_t L_10; L_10 = RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline(L_9, NULL); RenderTextureDescriptor_set_volumeDepth_mEF9610D1C14182417A01B7243DEE6B559A13B34D_inline((&V_0), L_10, NULL); // modifiedDesc.vrUsage = m_sourceDescriptor.vrUsage; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_11 = (&__this->___m_sourceDescriptor_28); int32_t L_12; L_12 = RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline(L_11, NULL); RenderTextureDescriptor_set_vrUsage_m994CB3D4B250A70BE005D9FDFD24D868E07A52F0_inline((&V_0), L_12, NULL); // modifiedDesc.msaaSamples = m_sourceDescriptor.msaaSamples; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_13 = (&__this->___m_sourceDescriptor_28); int32_t L_14; L_14 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_13, NULL); RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), L_14, NULL); // modifiedDesc.memoryless = m_sourceDescriptor.memoryless; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_15 = (&__this->___m_sourceDescriptor_28); int32_t L_16; L_16 = RenderTextureDescriptor_get_memoryless_mFFD64B6716E0F7D936AD6B34D5D56F0BFD55197F_inline(L_15, NULL); RenderTextureDescriptor_set_memoryless_m9ECE149930C0E2629A5CD9DA1CD0EA2A01FFE1B2_inline((&V_0), L_16, NULL); // modifiedDesc.useMipMap = m_sourceDescriptor.useMipMap; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_17 = (&__this->___m_sourceDescriptor_28); bool L_18; L_18 = RenderTextureDescriptor_get_useMipMap_mED290AAA1F816D024E026BB2D21C405388925D71(L_17, NULL); RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539((&V_0), L_18, NULL); // modifiedDesc.autoGenerateMips = m_sourceDescriptor.autoGenerateMips; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_19 = (&__this->___m_sourceDescriptor_28); bool L_20; L_20 = RenderTextureDescriptor_get_autoGenerateMips_m53F427E61A7DA4D4F6816FBE5AFA9D063FA5DF2B(L_19, NULL); RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414((&V_0), L_20, NULL); // modifiedDesc.enableRandomWrite = m_sourceDescriptor.enableRandomWrite; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_21 = (&__this->___m_sourceDescriptor_28); bool L_22; L_22 = RenderTextureDescriptor_get_enableRandomWrite_m09A97B46F4482C06F4D78678ED87F75A5D01CFF9(L_21, NULL); RenderTextureDescriptor_set_enableRandomWrite_m915CC9F6A154C5D7EF38FC9C9415DEFB67D481F4((&V_0), L_22, NULL); // modifiedDesc.shadowSamplingMode = m_sourceDescriptor.shadowSamplingMode; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_23 = (&__this->___m_sourceDescriptor_28); int32_t L_24; L_24 = RenderTextureDescriptor_get_shadowSamplingMode_mEDA5D0915E1DF2ED949612B291A20FABD278BF5B_inline(L_23, NULL); RenderTextureDescriptor_set_shadowSamplingMode_m4B4CE918DFFF1CC5E3AF981456E186F15FC5DB93_inline((&V_0), L_24, NULL); // if (m_Camera.allowDynamicResolution) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_25 = __this->___m_Camera_0; bool L_26; L_26 = Camera_get_allowDynamicResolution_mAD3664A7319B2D48FF0D6DCEE6FD7B855F21A79B(L_25, NULL); if (!L_26) { goto IL_00e0; } } { // modifiedDesc.useDynamicScale = true; RenderTextureDescriptor_set_useDynamicScale_m9335866C8754D51235D391E84F8972C4C518844A((&V_0), (bool)1, NULL); } IL_00e0: { // if (colorFormat != RenderTextureFormat.Default) int32_t L_27 = ___colorFormat1; if ((((int32_t)L_27) == ((int32_t)7))) { goto IL_00ec; } } { // modifiedDesc.colorFormat = colorFormat; int32_t L_28 = ___colorFormat1; RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE((&V_0), L_28, NULL); } IL_00ec: { // if (readWrite == RenderTextureReadWrite.sRGB) int32_t L_29 = ___readWrite2; if ((!(((uint32_t)L_29) == ((uint32_t)2)))) { goto IL_00fa; } } { // modifiedDesc.sRGB = true; RenderTextureDescriptor_set_sRGB_mAB7A494EE8C496C22B3BBBCB90488312D46F3429((&V_0), (bool)1, NULL); goto IL_011a; } IL_00fa: { // else if (readWrite == RenderTextureReadWrite.Linear) int32_t L_30 = ___readWrite2; if ((!(((uint32_t)L_30) == ((uint32_t)1)))) { goto IL_0108; } } { // modifiedDesc.sRGB = false; RenderTextureDescriptor_set_sRGB_mAB7A494EE8C496C22B3BBBCB90488312D46F3429((&V_0), (bool)0, NULL); goto IL_011a; } IL_0108: { // else if (readWrite == RenderTextureReadWrite.Default) int32_t L_31 = ___readWrite2; if (L_31) { goto IL_011a; } } { // modifiedDesc.sRGB = QualitySettings.activeColorSpace != ColorSpace.Gamma; int32_t L_32; L_32 = QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9(NULL); RenderTextureDescriptor_set_sRGB_mAB7A494EE8C496C22B3BBBCB90488312D46F3429((&V_0), (bool)((!(((uint32_t)L_32) <= ((uint32_t)0)))? 1 : 0), NULL); } IL_011a: { // return modifiedDesc; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_33 = V_0; return L_33; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::GetScreenSpaceTemporaryRT(UnityEngine.Rendering.CommandBuffer,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,UnityEngine.FilterMode,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_GetScreenSpaceTemporaryRT_m57C7BBE2412BE154A54A57A7794A157BEB033E83 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, int32_t ___nameID1, int32_t ___depthBufferBits2, int32_t ___colorFormat3, int32_t ___readWrite4, int32_t ___filter5, int32_t ___widthOverride6, int32_t ___heightOverride7, const RuntimeMethod* method) { RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0; memset((&V_0), 0, sizeof(V_0)); { // var desc = GetDescriptor(depthBufferBits, colorFormat, readWrite); int32_t L_0 = ___depthBufferBits2; int32_t L_1 = ___colorFormat3; int32_t L_2 = ___readWrite4; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3; L_3 = PostProcessRenderContext_GetDescriptor_m60FCFCD9D6751F4A6F6A3CC93D3630B8052BA662(__this, L_0, L_1, L_2, NULL); V_0 = L_3; // if (widthOverride > 0) int32_t L_4 = ___widthOverride6; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_001a; } } { // desc.width = widthOverride; int32_t L_5 = ___widthOverride6; RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline((&V_0), L_5, NULL); } IL_001a: { // if (heightOverride > 0) int32_t L_6 = ___heightOverride7; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0028; } } { // desc.height = heightOverride; int32_t L_7 = ___heightOverride7; RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline((&V_0), L_7, NULL); } IL_0028: { // if (stereoActive && desc.dimension == Rendering.TextureDimension.Tex2DArray) bool L_8; L_8 = PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline(__this, NULL); if (!L_8) { goto IL_0042; } } { int32_t L_9; L_9 = RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline((&V_0), NULL); if ((!(((uint32_t)L_9) == ((uint32_t)5)))) { goto IL_0042; } } { // desc.dimension = Rendering.TextureDimension.Tex2D; RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline((&V_0), 2, NULL); } IL_0042: { // cmd.GetTemporaryRT(nameID, desc, filter); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___cmd0; int32_t L_11 = ___nameID1; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_12 = V_0; int32_t L_13 = ___filter5; CommandBuffer_GetTemporaryRT_m98BCBFF670DDD3AC8657664F8252A9DF64D49FA5(L_10, L_11, L_12, L_13, NULL); // } return; } } // UnityEngine.RenderTexture UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::GetScreenSpaceTemporaryRT(System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* PostProcessRenderContext_GetScreenSpaceTemporaryRT_m74A46F835124FF373853218F774E7A178B80145C (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___depthBufferBits0, int32_t ___colorFormat1, int32_t ___readWrite2, int32_t ___widthOverride3, int32_t ___heightOverride4, const RuntimeMethod* method) { RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0; memset((&V_0), 0, sizeof(V_0)); { // var desc = GetDescriptor(depthBufferBits, colorFormat, readWrite); int32_t L_0 = ___depthBufferBits0; int32_t L_1 = ___colorFormat1; int32_t L_2 = ___readWrite2; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3; L_3 = PostProcessRenderContext_GetDescriptor_m60FCFCD9D6751F4A6F6A3CC93D3630B8052BA662(__this, L_0, L_1, L_2, NULL); V_0 = L_3; // if (widthOverride > 0) int32_t L_4 = ___widthOverride3; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0018; } } { // desc.width = widthOverride; int32_t L_5 = ___widthOverride3; RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline((&V_0), L_5, NULL); } IL_0018: { // if (heightOverride > 0) int32_t L_6 = ___heightOverride4; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0026; } } { // desc.height = heightOverride; int32_t L_7 = ___heightOverride4; RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline((&V_0), L_7, NULL); } IL_0026: { // return RenderTexture.GetTemporary(desc); RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_8 = V_0; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_9; L_9 = RenderTexture_GetTemporary_mA8C827B80D3C07D0B8CDF7F5270FB5D3E53DD235(L_8, NULL); return L_9; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::UpdateSinglePassStereoState(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext_UpdateSinglePassStereoState_m8BF9AC8139E61F9799B33B8E5B9D989E7A493D98 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___isTAAEnabled0, bool ___isAOEnabled1, bool ___isSSREnabled2, const RuntimeMethod* method) { RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0; memset((&V_0), 0, sizeof(V_0)); { // var xrDesc = XRSettings.eyeTextureDesc; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0; L_0 = XRSettings_get_eyeTextureDesc_mFBE8F6D5D5A23E4DE1BCCD994ADFAB4FB11D7A19(NULL); V_0 = L_0; // screenWidth = XRSettings.eyeTextureWidth; int32_t L_1; L_1 = XRSettings_get_eyeTextureWidth_m3B18AF3F3382398E2A818B2B01AA1FE90FEB3AAF(NULL); PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C_inline(__this, L_1, NULL); // if (stereoRenderingMode == StereoRenderingMode.SinglePass) int32_t L_2; L_2 = PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline(__this, NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0077; } } { // if (isTAAEnabled || isAOEnabled || isSSREnabled) bool L_3 = ___isTAAEnabled0; bool L_4 = ___isAOEnabled1; bool L_5 = ___isSSREnabled2; if (!((int32_t)(((int32_t)((int32_t)L_3|(int32_t)L_4))|(int32_t)L_5))) { goto IL_002a; } } { // numberOfEyes = 1; PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9_inline(__this, 1, NULL); goto IL_0056; } IL_002a: { // numberOfEyes = 2; PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9_inline(__this, 2, NULL); // xrDesc.width /= 2; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = (&V_0); int32_t L_7; L_7 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_6, NULL); RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_6, ((int32_t)(L_7/2)), NULL); // xrDesc.vrUsage = VRTextureUsage.None; RenderTextureDescriptor_set_vrUsage_m994CB3D4B250A70BE005D9FDFD24D868E07A52F0_inline((&V_0), 0, NULL); // screenWidth /= 2; int32_t L_8; L_8 = PostProcessRenderContext_get_screenWidth_mF6EF29A7E49F6132C7376A841571FB65A1573147_inline(__this, NULL); PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C_inline(__this, ((int32_t)(L_8/2)), NULL); } IL_0056: { // width = xrDesc.width; int32_t L_9; L_9 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&V_0), NULL); PostProcessRenderContext_set_width_m1613BDCAF13B96F72BE7A91E82E9EB6D1C4C39EF_inline(__this, L_9, NULL); // height = xrDesc.height; int32_t L_10; L_10 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&V_0), NULL); PostProcessRenderContext_set_height_m4CAF4DB1F50557C276D2683C799FC9CFC19B357F_inline(__this, L_10, NULL); // m_sourceDescriptor = xrDesc; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_11 = V_0; __this->___m_sourceDescriptor_28 = L_11; } IL_0077: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessRenderContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessRenderContext__ctor_m3475CD5D0C8B8A1BCEAC80C4FA8DBBA15A4EEF45 (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessResources::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessResources__ctor_mD8FED6086600D1B1502981BB6653372136779B5F (PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* __this, const RuntimeMethod* method) { { ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* Shaders_Clone_mE43ADD04A701E40A2B13AA099B2F9AD41FC762CD (Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (Shaders)MemberwiseClone(); RuntimeObject* L_0; L_0 = Object_MemberwiseClone_m0676AEE25C3CF7C09F15ECF9EC5CC407863617B3(__this, NULL); return ((Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B*)CastclassSealed((RuntimeObject*)L_0, Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B_il2cpp_TypeInfo_var)); } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessResources/Shaders::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shaders__ctor_mBA5C3BD6B1ACC5F0CA9824495FC283988F5EAEB3 (Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* ComputeShaders_Clone_m83E53DB9116485FDD4BB44E48B514E3A3CC9E5E9 (ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (ComputeShaders)MemberwiseClone(); RuntimeObject* L_0; L_0 = Object_MemberwiseClone_m0676AEE25C3CF7C09F15ECF9EC5CC407863617B3(__this, NULL); return ((ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F*)CastclassSealed((RuntimeObject*)L_0, ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F_il2cpp_TypeInfo_var)); } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessResources/ComputeShaders::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeShaders__ctor_m311C126CA5133910F014F4FEA6E3ABE8BE1300F1 (ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PostProcessResources/SMAALuts::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SMAALuts__ctor_m687B0322BBE8261955C375339262DDC04550A029 (SMAALuts_t62105E31B4A58EC4A668D9C79B9720F7CD5C3CB2* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.PostProcessing.PostProcessProfile UnityEngine.Rendering.PostProcessing.PostProcessVolume::get_profile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* PostProcessVolume_get_profile_m0055B48AC6C698FDD30573AA75D09D4BE1B2727D (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_mEA9B2061E364F54C746D2D52A0FE3F14096119A3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisPostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA_m4B5E2412E4DD623FC1738E07215104CC8E33D3CA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 V_0; memset((&V_0), 0, sizeof(V_0)); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* V_1 = NULL; { // if (m_InternalProfile == null) PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_0 = __this->___m_InternalProfile_12; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0071; } } { // m_InternalProfile = ScriptableObject.CreateInstance(); PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_2; L_2 = ScriptableObject_CreateInstance_TisPostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA_m4B5E2412E4DD623FC1738E07215104CC8E33D3CA(ScriptableObject_CreateInstance_TisPostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA_m4B5E2412E4DD623FC1738E07215104CC8E33D3CA_RuntimeMethod_var); __this->___m_InternalProfile_12 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InternalProfile_12), (void*)L_2); // if (sharedProfile != null) PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_3 = __this->___sharedProfile_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_4) { goto IL_0071; } } { // foreach (var item in sharedProfile.settings) PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_5 = __this->___sharedProfile_4; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_6 = L_5->___settings_4; Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 L_7; L_7 = List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5(L_6, List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); V_0 = L_7; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0063: {// begin finally (depth: 1) Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193((&V_0), Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0058_1; } IL_003a_1: { // foreach (var item in sharedProfile.settings) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_8; L_8 = Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_inline((&V_0), Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); // var itemCopy = Instantiate(item); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_9; L_9 = Object_Instantiate_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_mEA9B2061E364F54C746D2D52A0FE3F14096119A3(L_8, Object_Instantiate_TisPostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449_mEA9B2061E364F54C746D2D52A0FE3F14096119A3_RuntimeMethod_var); V_1 = L_9; // m_InternalProfile.settings.Add(itemCopy); PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_10 = __this->___m_InternalProfile_12; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_11 = L_10->___settings_4; PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_12 = V_1; List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_inline(L_11, L_12, List_1_Add_m4764E3F12BBD6E582DE36F57EDDC5F0BA11A0FC2_RuntimeMethod_var); } IL_0058_1: { // foreach (var item in sharedProfile.settings) bool L_13; L_13 = Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44((&V_0), Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); if (L_13) { goto IL_003a_1; } } { goto IL_0071; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0071: { // return m_InternalProfile; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_14 = __this->___m_InternalProfile_12; return L_14; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessVolume::set_profile(UnityEngine.Rendering.PostProcessing.PostProcessProfile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessVolume_set_profile_m45BDE65CB13CB5AE6C769F117C75563A78BD7BF8 (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* ___value0, const RuntimeMethod* method) { { // m_InternalProfile = value; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_0 = ___value0; __this->___m_InternalProfile_12 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InternalProfile_12), (void*)L_0); // } return; } } // UnityEngine.Rendering.PostProcessing.PostProcessProfile UnityEngine.Rendering.PostProcessing.PostProcessVolume::get_profileRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* PostProcessVolume_get_profileRef_m94E97BE839967F36E42FA05C626111242638CFEE (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return m_InternalProfile == null // ? sharedProfile // : m_InternalProfile; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_0 = __this->___m_InternalProfile_12; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_1) { goto IL_0015; } } { PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_2 = __this->___m_InternalProfile_12; return L_2; } IL_0015: { PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_3 = __this->___sharedProfile_4; return L_3; } } // System.Boolean UnityEngine.Rendering.PostProcessing.PostProcessVolume::HasInstantiatedProfile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessVolume_HasInstantiatedProfile_mABB6FB57F696D6B8232710F2E97D2B0E6FB48663 (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return m_InternalProfile != null; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_0 = __this->___m_InternalProfile_12; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); return L_1; } } // System.Int32 UnityEngine.Rendering.PostProcessing.PostProcessVolume::get_previousLayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessVolume_get_previousLayer_mDD1CFB67F2C14C50E3DE2430D1631145BE7079B2 (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { { // internal int previousLayer => m_PreviousLayer; int32_t L_0 = __this->___m_PreviousLayer_9; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessVolume::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessVolume_OnEnable_m538EE2AF9AB4EAC16D218CFB752A5DDC47D06FFB (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PostProcessManager.instance.Register(this); PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_0; L_0 = PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C(NULL); PostProcessManager_Register_m8A5D93C913BA9E62722006B1ED8C5C7BD2A5C36A(L_0, __this, NULL); // m_PreviousLayer = gameObject.layer; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1; L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL); int32_t L_2; L_2 = GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF(L_1, NULL); __this->___m_PreviousLayer_9 = L_2; // m_TempColliders = new List(); List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_3 = (List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252*)il2cpp_codegen_object_new(List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252_il2cpp_TypeInfo_var); List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE(L_3, List_1__ctor_m0CDD6F02F45026B4267E7117C5DDC188F87EE7BE_RuntimeMethod_var); __this->___m_TempColliders_11 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TempColliders_11), (void*)L_3); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessVolume::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessVolume_OnDisable_m6EC44652B2F1F35FBE42213FBF5F432B594F5138 (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { { // PostProcessManager.instance.Unregister(this); PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_0; L_0 = PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C(NULL); PostProcessManager_Unregister_m49EE0FFAD8D79AB25CCF12C82C17C831ADE9C79F(L_0, __this, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessVolume::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessVolume_Update_m36216CCB5CE0AB129BE95B8FC92E5A13F8A0FC36 (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int layer = gameObject.layer; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0; L_0 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL); int32_t L_1; L_1 = GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF(L_0, NULL); V_0 = L_1; // if (layer != m_PreviousLayer) int32_t L_2 = V_0; int32_t L_3 = __this->___m_PreviousLayer_9; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_002e; } } { // PostProcessManager.instance.UpdateVolumeLayer(this, m_PreviousLayer, layer); PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_4; L_4 = PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C(NULL); int32_t L_5 = __this->___m_PreviousLayer_9; int32_t L_6 = V_0; PostProcessManager_UpdateVolumeLayer_mE7C602B2A996873EFEAE5619F4E410AC55CDF9F9(L_4, __this, L_5, L_6, NULL); // m_PreviousLayer = layer; int32_t L_7 = V_0; __this->___m_PreviousLayer_9 = L_7; } IL_002e: { // if (priority != m_PreviousPriority) float L_8 = __this->___priority_8; float L_9 = __this->___m_PreviousPriority_10; if ((((float)L_8) == ((float)L_9))) { goto IL_0053; } } { // PostProcessManager.instance.SetLayerDirty(layer); PostProcessManager_t86EE6B55157DAD1D4809FED47D7A2BE9BF0DEA70* L_10; L_10 = PostProcessManager_get_instance_m8C56D207C6B453F8E34E8849FA2BDF8BDF19CA9C(NULL); int32_t L_11 = V_0; PostProcessManager_SetLayerDirty_m85F4D44F755A2E86AF17993DDA7A2CD47ECF568B(L_10, L_11, NULL); // m_PreviousPriority = priority; float L_12 = __this->___priority_8; __this->___m_PreviousPriority_10 = L_12; } IL_0053: { // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessVolume::OnDrawGizmos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessVolume_OnDrawGizmos_mB93DE796603855DF433CF9C12D18946CB29FE4BB (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* V_0 = NULL; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2; memset((&V_2), 0, sizeof(V_2)); Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A V_3; memset((&V_3), 0, sizeof(V_3)); Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* V_4 = NULL; Type_t* V_5 = NULL; BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* V_6 = NULL; SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* V_7 = NULL; MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* V_8 = NULL; { // var colliders = m_TempColliders; List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_0 = __this->___m_TempColliders_11; V_0 = L_0; // GetComponents(colliders); List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_1 = V_0; Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A(__this, L_1, Component_GetComponents_TisCollider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76_mD5ACD6B117FAFF68FFC4AEA8F7FA591E9F92238A_RuntimeMethod_var); // if (isGlobal || colliders == null) bool L_2 = __this->___isGlobal_5; if (L_2) { goto IL_0019; } } { List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_3 = V_0; if (L_3) { goto IL_001a; } } IL_0019: { // return; return; } IL_001a: { // var scale = transform.lossyScale; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4; L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5; L_5 = Transform_get_lossyScale_mFF740DA4BE1489C6882CD2F3A37B7321176E5D07(L_4, NULL); V_1 = L_5; // var invScale = new Vector3(1f / scale.x, 1f / scale.y, 1f / scale.z); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_1; float L_7 = L_6.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_1; float L_9 = L_8.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_1; float L_11 = L_10.___z_4; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_2), ((float)((1.0f)/L_7)), ((float)((1.0f)/L_9)), ((float)((1.0f)/L_11)), NULL); // Gizmos.matrix = Matrix4x4.TRS(transform.position, transform.rotation, scale); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12; L_12 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13; L_13 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_12, NULL); Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14; L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL); Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_15; L_15 = Transform_get_rotation_m32AF40CA0D50C797DA639A696F8EAEC7524C179C(L_14, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = V_1; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17; L_17 = Matrix4x4_TRS_mCC04FD47347234B451ACC6CCD2CE6D02E1E0E1E3(L_13, L_15, L_16, NULL); Gizmos_set_matrix_m100B4ACA7FBDFF65CE1BD0000E9E0D7566147A15(L_17, NULL); // foreach (var collider in colliders) List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_18 = V_0; Enumerator_t3411ABDBCC75D9A3CF54484CC49FA3DBF6B2342A L_19; L_19 = List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420(L_18, List_1_GetEnumerator_m1D5E48528014F2A36980D68EC7CDB6FF03B83420_RuntimeMethod_var); V_3 = L_19; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01d3: {// begin finally (depth: 1) Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D((&V_3), Enumerator_Dispose_mAF70E9B39A0AD39183DE4B5A7789CE0B0D28BE2D_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_01c5_1; } IL_007e_1: { // foreach (var collider in colliders) Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_20; L_20 = Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_inline((&V_3), Enumerator_get_Current_m9822B326FC4E04A23C53BBB2A7E1F1D89C2E9245_RuntimeMethod_var); V_4 = L_20; // if (!collider.enabled) Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_21 = V_4; bool L_22; L_22 = Collider_get_enabled_mDBFB488088ADB14C8016A83EF445653AC5A4A12B(L_21, NULL); if (!L_22) { goto IL_01c5_1; } } { // var type = collider.GetType(); Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_23 = V_4; Type_t* L_24; L_24 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_23, NULL); V_5 = L_24; // if (type == typeof(BoxCollider)) Type_t* L_25 = V_5; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast (BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_27; L_27 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_26, NULL); bool L_28; L_28 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_25, L_27, NULL); if (!L_28) { goto IL_00fe_1; } } { // var c = (BoxCollider)collider; Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_29 = V_4; V_6 = ((BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23*)CastclassClass((RuntimeObject*)L_29, BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_il2cpp_TypeInfo_var)); // Gizmos.DrawCube(c.center, c.size); BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_30 = V_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31; L_31 = BoxCollider_get_center_mC370C79F9FC9398D0DD080500FA2EE14FC6E36C7(L_30, NULL); BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_32 = V_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33; L_33 = BoxCollider_get_size_mC1A2DD270B04DFF5961F9F90DC147C271F72258E(L_32, NULL); Gizmos_DrawCube_m4417EAEA479EF4AD52445810D840BA8FCBC6EF3F(L_31, L_33, NULL); // Gizmos.DrawWireCube(c.center, c.size + invScale * blendDistance * 4f); BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_34 = V_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35; L_35 = BoxCollider_get_center_mC370C79F9FC9398D0DD080500FA2EE14FC6E36C7(L_34, NULL); BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23* L_36 = V_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37; L_37 = BoxCollider_get_size_mC1A2DD270B04DFF5961F9F90DC147C271F72258E(L_36, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38 = V_2; float L_39 = __this->___blendDistance_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40; L_40 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_38, L_39, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41; L_41 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_40, (4.0f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42; L_42 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_37, L_41, NULL); Gizmos_DrawWireCube_m343533B3955A2D04A8638280D0EF537274A1FD8B(L_35, L_42, NULL); goto IL_01c5_1; } IL_00fe_1: { // else if (type == typeof(SphereCollider)) Type_t* L_43 = V_5; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast (SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_45; L_45 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_44, NULL); bool L_46; L_46 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_43, L_45, NULL); if (!L_46) { goto IL_0156_1; } } { // var c = (SphereCollider)collider; Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_47 = V_4; V_7 = ((SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275*)CastclassClass((RuntimeObject*)L_47, SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_il2cpp_TypeInfo_var)); // Gizmos.DrawSphere(c.center, c.radius); SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* L_48 = V_7; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_49; L_49 = SphereCollider_get_center_m122A197607CD350873539A0EEE3BA10E8BE1759E(L_48, NULL); SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* L_50 = V_7; float L_51; L_51 = SphereCollider_get_radius_m1BB513491906E76A4F71929E3DB72A1542309697(L_50, NULL); Gizmos_DrawSphere_mC7B2862BBDB3141A63B83F0F1E56E30101D4F472(L_49, L_51, NULL); // Gizmos.DrawWireSphere(c.center, c.radius + invScale.x * blendDistance * 2f); SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* L_52 = V_7; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_53; L_53 = SphereCollider_get_center_m122A197607CD350873539A0EEE3BA10E8BE1759E(L_52, NULL); SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275* L_54 = V_7; float L_55; L_55 = SphereCollider_get_radius_m1BB513491906E76A4F71929E3DB72A1542309697(L_54, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_56 = V_2; float L_57 = L_56.___x_2; float L_58 = __this->___blendDistance_6; Gizmos_DrawWireSphere_m12C01EC9334C32425074A214C5B876271B3DDBA1(L_53, ((float)il2cpp_codegen_add(L_55, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_57, L_58)), (2.0f))))), NULL); goto IL_01c5_1; } IL_0156_1: { // else if (type == typeof(MeshCollider)) Type_t* L_59 = V_5; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_60 = { reinterpret_cast (MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_61; L_61 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_60, NULL); bool L_62; L_62 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_59, L_61, NULL); if (!L_62) { goto IL_01c5_1; } } { // var c = (MeshCollider)collider; Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_63 = V_4; V_8 = ((MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455*)CastclassClass((RuntimeObject*)L_63, MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_il2cpp_TypeInfo_var)); // if (!c.convex) MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* L_64 = V_8; bool L_65; L_65 = MeshCollider_get_convex_m0C0F6D0798413D633814D307EC970F7752B3C9D1(L_64, NULL); if (L_65) { goto IL_0183_1; } } { // c.convex = true; MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* L_66 = V_8; MeshCollider_set_convex_m20482D687240D0921BA76B77983403E55A2E3CE1(L_66, (bool)1, NULL); } IL_0183_1: { // Gizmos.DrawMesh(c.sharedMesh); MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* L_67 = V_8; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_68; L_68 = MeshCollider_get_sharedMesh_mFB4B8534501C29930D2D3710D6D82E60093FA21E(L_67, NULL); Gizmos_DrawMesh_m68945674F05C0FFC995CB4A1F9493AA0E0B1EB0C(L_68, NULL); // Gizmos.DrawWireMesh(c.sharedMesh, Vector3.zero, Quaternion.identity, Vector3.one + invScale * blendDistance * 4f); MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455* L_69 = V_8; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_70; L_70 = MeshCollider_get_sharedMesh_mFB4B8534501C29930D2D3710D6D82E60093FA21E(L_69, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_71; L_71 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL); Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_72; L_72 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_73; L_73 = Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline(NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_74 = V_2; float L_75 = __this->___blendDistance_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_76; L_76 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_74, L_75, NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_77; L_77 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_76, (4.0f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_78; L_78 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_73, L_77, NULL); Gizmos_DrawWireMesh_m742B67F2113E1DEE8F8416C62AB700E2D76726DF(L_70, L_71, L_72, L_78, NULL); } IL_01c5_1: { // foreach (var collider in colliders) bool L_79; L_79 = Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1((&V_3), Enumerator_MoveNext_m6561DC83C402739651BBB6140E6FCC142CA315E1_RuntimeMethod_var); if (L_79) { goto IL_007e_1; } } { goto IL_01e1; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01e1: { // colliders.Clear(); List_1_t58F89DEDCD7DABB0CFB009AAD9C0CFE061592252* L_80 = V_0; List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_inline(L_80, List_1_Clear_m567A0E8ADE485441540D5B46AB6C518558DDA2FE_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PostProcessVolume::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessVolume__ctor_m8F2103B14292EE670A3E07AAC16A7CBF8141EA1E (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { { // public float weight = 1f; __this->___weight_7 = (1.0f); MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.Rendering.PostProcessing.ColorUtilities::StandardIlluminantY(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorUtilities_StandardIlluminantY_m1342E9911154F3AD4BFCFD222AAFA54155B6A482 (float ___x0, const RuntimeMethod* method) { { // return 2.87f * x - 3f * x * x - 0.27509507f; float L_0 = ___x0; float L_1 = ___x0; float L_2 = ___x0; return ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply((2.86999989f), L_0)), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((3.0f), L_1)), L_2)))), (0.275095075f))); } } // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.ColorUtilities::CIExyToLMS(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ColorUtilities_CIExyToLMS_m2FDAC2981ACFA5CB6A3C6ED5F84000B79EEFBBCD (float ___x0, float ___y1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; { // float Y = 1f; V_0 = (1.0f); // float X = Y * x / y; float L_0 = V_0; float L_1 = ___x0; float L_2 = ___y1; V_1 = ((float)(((float)il2cpp_codegen_multiply(L_0, L_1))/L_2)); // float Z = Y * (1f - x - y) / y; float L_3 = V_0; float L_4 = ___x0; float L_5 = ___y1; float L_6 = ___y1; V_2 = ((float)(((float)il2cpp_codegen_multiply(L_3, ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_4)), L_5))))/L_6)); // float L = 0.7328f * X + 0.4296f * Y - 0.1624f * Z; float L_7 = V_1; float L_8 = V_0; float L_9 = V_2; // float M = -0.7036f * X + 1.6975f * Y + 0.0061f * Z; float L_10 = V_1; float L_11 = V_0; float L_12 = V_2; V_3 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((-0.703599989f), L_10)), ((float)il2cpp_codegen_multiply((1.69749999f), L_11)))), ((float)il2cpp_codegen_multiply((0.00609999988f), L_12)))); // float S = 0.0030f * X + 0.0136f * Y + 0.9834f * Z; float L_13 = V_1; float L_14 = V_0; float L_15 = V_2; V_4 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((0.00300000003f), L_13)), ((float)il2cpp_codegen_multiply((0.0136000002f), L_14)))), ((float)il2cpp_codegen_multiply((0.983399987f), L_15)))); // return new Vector3(L, M, S); float L_16 = V_3; float L_17 = V_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18; memset((&L_18), 0, sizeof(L_18)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_18), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((0.732800007f), L_7)), ((float)il2cpp_codegen_multiply((0.4296f), L_8)))), ((float)il2cpp_codegen_multiply((0.162400007f), L_9)))), L_16, L_17, /*hidden argument*/NULL); return L_18; } } // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.ColorUtilities::ComputeColorBalance(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ColorUtilities_ComputeColorBalance_m971A8F4FA36252030994043BECC65CB8BB2C3589 (float ___temperature0, float ___tint1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4; memset((&V_4), 0, sizeof(V_4)); float G_B2_0 = 0.0f; float G_B2_1 = 0.0f; float G_B1_0 = 0.0f; float G_B1_1 = 0.0f; float G_B3_0 = 0.0f; float G_B3_1 = 0.0f; float G_B3_2 = 0.0f; { // float t1 = temperature / 60f; float L_0 = ___temperature0; V_0 = ((float)(L_0/(60.0f))); // float t2 = tint / 60f; float L_1 = ___tint1; V_1 = ((float)(L_1/(60.0f))); // float x = 0.31271f - t1 * (t1 < 0f ? 0.1f : 0.05f); float L_2 = V_0; float L_3 = V_0; G_B1_0 = L_2; G_B1_1 = (0.312709987f); if ((((float)L_3) < ((float)(0.0f)))) { G_B2_0 = L_2; G_B2_1 = (0.312709987f); goto IL_0025; } } { G_B3_0 = (0.0500000007f); G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_002a; } IL_0025: { G_B3_0 = (0.100000001f); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_002a: { // float y = StandardIlluminantY(x) + t2 * 0.05f; float L_4 = ((float)il2cpp_codegen_subtract(G_B3_2, ((float)il2cpp_codegen_multiply(G_B3_1, G_B3_0)))); float L_5; L_5 = ColorUtilities_StandardIlluminantY_m1342E9911154F3AD4BFCFD222AAFA54155B6A482(L_4, NULL); float L_6 = V_1; V_2 = ((float)il2cpp_codegen_add(L_5, ((float)il2cpp_codegen_multiply(L_6, (0.0500000007f))))); // var w1 = new Vector3(0.949237f, 1.03542f, 1.08728f); // D65 white point Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_3), (0.949236989f), (1.03541994f), (1.08728004f), NULL); // var w2 = CIExyToLMS(x, y); float L_7 = V_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8; L_8 = ColorUtilities_CIExyToLMS_m2FDAC2981ACFA5CB6A3C6ED5F84000B79EEFBBCD(L_4, L_7, NULL); V_4 = L_8; // return new Vector3(w1.x / w2.x, w1.y / w2.y, w1.z / w2.z); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = V_3; float L_10 = L_9.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = V_4; float L_12 = L_11.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_3; float L_14 = L_13.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = V_4; float L_16 = L_15.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = V_3; float L_18 = L_17.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_19 = V_4; float L_20 = L_19.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21; memset((&L_21), 0, sizeof(L_21)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_21), ((float)(L_10/L_12)), ((float)(L_14/L_16)), ((float)(L_18/L_20)), /*hidden argument*/NULL); return L_21; } } // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.ColorUtilities::ColorToLift(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ColorUtilities_ColorToLift_m006E4E4603E7479E185EA8C7C7BBC9E692D27C7F (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___color0, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; { // var S = new Vector3(color.x, color.y, color.z); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___color0; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___color0; float L_3 = L_2.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___color0; float L_5 = L_4.___z_3; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), L_1, L_3, L_5, NULL); // float lumLift = S.x * 0.2126f + S.y * 0.7152f + S.z * 0.0722f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_0; float L_7 = L_6.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_0; float L_9 = L_8.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; float L_11 = L_10.___z_4; V_1 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_7, (0.212599993f))), ((float)il2cpp_codegen_multiply(L_9, (0.715200007f))))), ((float)il2cpp_codegen_multiply(L_11, (0.0722000003f))))); // S = new Vector3(S.x - lumLift, S.y - lumLift, S.z - lumLift); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_0; float L_13 = L_12.___x_2; float L_14 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = V_0; float L_16 = L_15.___y_3; float L_17 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = V_0; float L_19 = L_18.___z_4; float L_20 = V_1; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), ((float)il2cpp_codegen_subtract(L_13, L_14)), ((float)il2cpp_codegen_subtract(L_16, L_17)), ((float)il2cpp_codegen_subtract(L_19, L_20)), NULL); // float liftOffset = color.w; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = ___color0; float L_22 = L_21.___w_4; V_2 = L_22; // return new Vector3(S.x + liftOffset, S.y + liftOffset, S.z + liftOffset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = V_0; float L_24 = L_23.___x_2; float L_25 = V_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_0; float L_27 = L_26.___y_3; float L_28 = V_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29 = V_0; float L_30 = L_29.___z_4; float L_31 = V_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32; memset((&L_32), 0, sizeof(L_32)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_32), ((float)il2cpp_codegen_add(L_24, L_25)), ((float)il2cpp_codegen_add(L_27, L_28)), ((float)il2cpp_codegen_add(L_30, L_31)), /*hidden argument*/NULL); return L_32; } } // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.ColorUtilities::ColorToInverseGamma(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ColorUtilities_ColorToInverseGamma_m41A4445E4A50744AD96BD2C8A3AFDDE89B9538C5 (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___color0, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; { // var M = new Vector3(color.x, color.y, color.z); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___color0; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___color0; float L_3 = L_2.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___color0; float L_5 = L_4.___z_3; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), L_1, L_3, L_5, NULL); // float lumGamma = M.x * 0.2126f + M.y * 0.7152f + M.z * 0.0722f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_0; float L_7 = L_6.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_0; float L_9 = L_8.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; float L_11 = L_10.___z_4; V_1 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_7, (0.212599993f))), ((float)il2cpp_codegen_multiply(L_9, (0.715200007f))))), ((float)il2cpp_codegen_multiply(L_11, (0.0722000003f))))); // M = new Vector3(M.x - lumGamma, M.y - lumGamma, M.z - lumGamma); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_0; float L_13 = L_12.___x_2; float L_14 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = V_0; float L_16 = L_15.___y_3; float L_17 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = V_0; float L_19 = L_18.___z_4; float L_20 = V_1; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), ((float)il2cpp_codegen_subtract(L_13, L_14)), ((float)il2cpp_codegen_subtract(L_16, L_17)), ((float)il2cpp_codegen_subtract(L_19, L_20)), NULL); // float gammaOffset = color.w + 1f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = ___color0; float L_22 = L_21.___w_4; V_2 = ((float)il2cpp_codegen_add(L_22, (1.0f))); // return new Vector3( // 1f / Mathf.Max(M.x + gammaOffset, 1e-03f), // 1f / Mathf.Max(M.y + gammaOffset, 1e-03f), // 1f / Mathf.Max(M.z + gammaOffset, 1e-03f) // ); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = V_0; float L_24 = L_23.___x_2; float L_25 = V_2; float L_26; L_26 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_add(L_24, L_25)), (0.00100000005f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27 = V_0; float L_28 = L_27.___y_3; float L_29 = V_2; float L_30; L_30 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_add(L_28, L_29)), (0.00100000005f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31 = V_0; float L_32 = L_31.___z_4; float L_33 = V_2; float L_34; L_34 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_add(L_32, L_33)), (0.00100000005f), NULL); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35; memset((&L_35), 0, sizeof(L_35)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_35), ((float)((1.0f)/L_26)), ((float)((1.0f)/L_30)), ((float)((1.0f)/L_34)), /*hidden argument*/NULL); return L_35; } } // UnityEngine.Vector3 UnityEngine.Rendering.PostProcessing.ColorUtilities::ColorToGain(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ColorUtilities_ColorToGain_m9A2EE627C2DE6679C170C8CFB25F3DAC11508003 (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___color0, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; { // var H = new Vector3(color.x, color.y, color.z); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___color0; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___color0; float L_3 = L_2.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___color0; float L_5 = L_4.___z_3; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), L_1, L_3, L_5, NULL); // float lumGain = H.x * 0.2126f + H.y * 0.7152f + H.z * 0.0722f; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_0; float L_7 = L_6.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_0; float L_9 = L_8.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; float L_11 = L_10.___z_4; V_1 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_7, (0.212599993f))), ((float)il2cpp_codegen_multiply(L_9, (0.715200007f))))), ((float)il2cpp_codegen_multiply(L_11, (0.0722000003f))))); // H = new Vector3(H.x - lumGain, H.y - lumGain, H.z - lumGain); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_0; float L_13 = L_12.___x_2; float L_14 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = V_0; float L_16 = L_15.___y_3; float L_17 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = V_0; float L_19 = L_18.___z_4; float L_20 = V_1; Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_0), ((float)il2cpp_codegen_subtract(L_13, L_14)), ((float)il2cpp_codegen_subtract(L_16, L_17)), ((float)il2cpp_codegen_subtract(L_19, L_20)), NULL); // float gainOffset = color.w + 1f; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = ___color0; float L_22 = L_21.___w_4; V_2 = ((float)il2cpp_codegen_add(L_22, (1.0f))); // return new Vector3(H.x + gainOffset, H.y + gainOffset, H.z + gainOffset); Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = V_0; float L_24 = L_23.___x_2; float L_25 = V_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_0; float L_27 = L_26.___y_3; float L_28 = V_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29 = V_0; float L_30 = L_29.___z_4; float L_31 = V_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32; memset((&L_32), 0, sizeof(L_32)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_32), ((float)il2cpp_codegen_add(L_24, L_25)), ((float)il2cpp_codegen_add(L_27, L_28)), ((float)il2cpp_codegen_add(L_30, L_31)), /*hidden argument*/NULL); return L_32; } } // System.Single UnityEngine.Rendering.PostProcessing.ColorUtilities::LogCToLinear(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorUtilities_LogCToLinear_mBDDB3C38B8E8B0AB8505B2490210A0A210D80BC3 (float ___x0, const RuntimeMethod* method) { { // return x > logC_e * logC_cut + logC_f // ? (Mathf.Pow(10f, (x - logC_d) / logC_c) - logC_b) / logC_a // : (x - logC_f) / logC_e; float L_0 = ___x0; if ((((float)L_0) > ((float)(0.153053701f)))) { goto IL_0016; } } { float L_1 = ___x0; return ((float)(((float)il2cpp_codegen_subtract(L_1, (0.0928189978f)))/(5.30188322f))); } IL_0016: { float L_2 = ___x0; float L_3; L_3 = powf((10.0f), ((float)(((float)il2cpp_codegen_subtract(L_2, (0.386036009f)))/(0.244160995f)))); return ((float)(((float)il2cpp_codegen_subtract(L_3, (0.0479959995f)))/(5.55555582f))); } } // System.Single UnityEngine.Rendering.PostProcessing.ColorUtilities::LinearToLogC(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorUtilities_LinearToLogC_mAD3EF7A0ABDF491ED502AB30CA5F838055F1055E (float ___x0, const RuntimeMethod* method) { { // return x > logC_cut // ? logC_c * Mathf.Log10(logC_a * x + logC_b) + logC_d // : logC_e * x + logC_f; float L_0 = ___x0; if ((((float)L_0) > ((float)(0.0113610001f)))) { goto IL_0016; } } { float L_1 = ___x0; return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((5.30188322f), L_1)), (0.0928189978f))); } IL_0016: { float L_2 = ___x0; float L_3; L_3 = log10f(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((5.55555582f), L_2)), (0.0479959995f)))); return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply((0.244160995f), L_3)), (0.386036009f))); } } // System.UInt32 UnityEngine.Rendering.PostProcessing.ColorUtilities::ToHex(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ColorUtilities_ToHex_mA11DD30AAE7F766231963E4B184ECE3B5B703414 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) { { // return ((uint)(c.a * 255) << 24) // | ((uint)(c.r * 255) << 16) // | ((uint)(c.g * 255) << 8) // | ((uint)(c.b * 255)); Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0; float L_1 = L_0.___a_3; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___c0; float L_3 = L_2.___r_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___c0; float L_5 = L_4.___g_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___c0; float L_7 = L_6.___b_2; return ((int32_t)(((int32_t)(((int32_t)(((int32_t)(il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply(L_1, (255.0f))))<<((int32_t)24)))|((int32_t)(il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply(L_3, (255.0f))))<<((int32_t)16)))))|((int32_t)(il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply(L_5, (255.0f))))<<8))))|il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply(L_7, (255.0f)))))); } } // UnityEngine.Color UnityEngine.Rendering.PostProcessing.ColorUtilities::ToRGBA(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorUtilities_ToRGBA_m5EC91238A6152DA1AB1FB8D205857A617D036144 (uint32_t ___hex0, const RuntimeMethod* method) { { // return new Color( // ((hex >> 16) & 0xff) / 255f, // r // ((hex >> 8) & 0xff) / 255f, // g // ((hex) & 0xff) / 255f, // b // ((hex >> 24) & 0xff) / 255f // a // ); uint32_t L_0 = ___hex0; uint32_t L_1 = ___hex0; uint32_t L_2 = ___hex0; uint32_t L_3 = ___hex0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4; memset((&L_4), 0, sizeof(L_4)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_0>>((int32_t)16)))&((int32_t)255)))))/(255.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_1>>8))&((int32_t)255)))))/(255.0f))), ((float)(((float)((double)(uint32_t)((int32_t)((int32_t)L_2&((int32_t)255)))))/(255.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_3>>((int32_t)24)))&((int32_t)255)))))/(255.0f))), /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::get_whitePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HableCurve_get_whitePoint_m440A8FBA6A10FDF890B1C3EEBF444710FD53386C (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { { // public float whitePoint { get; private set; } float L_0 = __this->___U3CwhitePointU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_whitePoint(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_set_whitePoint_m98FA0F3792036AA3F539010B465DF48676052109 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // public float whitePoint { get; private set; } float L_0 = ___value0; __this->___U3CwhitePointU3Ek__BackingField_0 = L_0; return; } } // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::get_inverseWhitePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HableCurve_get_inverseWhitePoint_mDC81A80F665704FE457ACC2CC735D7DBB883F7F4 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { { // public float inverseWhitePoint { get; private set; } float L_0 = __this->___U3CinverseWhitePointU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_inverseWhitePoint(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_set_inverseWhitePoint_m647D3BF345A9A0AB6DC32E044593286CD08F78F6 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // public float inverseWhitePoint { get; private set; } float L_0 = ___value0; __this->___U3CinverseWhitePointU3Ek__BackingField_1 = L_0; return; } } // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::get_x0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HableCurve_get_x0_m6B20430F19A2692748015AAD52E22CF6F19021FF (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { { // internal float x0 { get; private set; } float L_0 = __this->___U3Cx0U3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_x0(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_set_x0_mFF0E70FF9B980FE4A13468E5A4C7B755CA290CB3 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // internal float x0 { get; private set; } float L_0 = ___value0; __this->___U3Cx0U3Ek__BackingField_2 = L_0; return; } } // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::get_x1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HableCurve_get_x1_mCC8296F534ABB9B938D803FD24218DDD3A1D8FE0 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { { // internal float x1 { get; private set; } float L_0 = __this->___U3Cx1U3Ek__BackingField_3; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::set_x1(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_set_x1_m6EFC16C8CC1F0B430D4D3436FD736B20841AEE32 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // internal float x1 { get; private set; } float L_0 = ___value0; __this->___U3Cx1U3Ek__BackingField_3 = L_0; return; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve__ctor_m8E74EA1950C5E352E36A4AC15BE688FC1A17F2A3 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // readonly Segment[] m_Segments = new Segment[3]; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_0 = (SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE*)(SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE*)SZArrayNew(SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE_il2cpp_TypeInfo_var, (uint32_t)3); __this->___m_Segments_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Segments_4), (void*)L_0); // public HableCurve() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // for (int i = 0; i < 3; i++) V_0 = 0; goto IL_0027; } IL_0016: { // m_Segments[i] = new Segment(); SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_1 = __this->___m_Segments_4; int32_t L_2 = V_0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_3 = (Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D*)il2cpp_codegen_object_new(Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D_il2cpp_TypeInfo_var); Segment__ctor_mB049A24BFA0A15439F0D5949A7AE896695D0D120(L_3, NULL); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAtUnchecked(static_cast(L_2), (Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D*)L_3); // for (int i = 0; i < 3; i++) int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); } IL_0027: { // for (int i = 0; i < 3; i++) int32_t L_5 = V_0; if ((((int32_t)L_5) < ((int32_t)3))) { goto IL_0016; } } { // uniforms = new Uniforms(this); Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* L_6 = (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59*)il2cpp_codegen_object_new(Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59_il2cpp_TypeInfo_var); Uniforms__ctor_mA66464181B9A9090B823A9803BD11699B9B7BA74(L_6, __this, NULL); __this->___uniforms_5 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___uniforms_5), (void*)L_6); // } return; } } // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::Eval(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HableCurve_Eval_mDC9315392A7685F22D4ED9BBEBBBFC5022610CF6 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___x0, const RuntimeMethod* method) { float V_0 = 0.0f; int32_t V_1 = 0; int32_t G_B5_0 = 0; { // float normX = x * inverseWhitePoint; float L_0 = ___x0; float L_1; L_1 = HableCurve_get_inverseWhitePoint_mDC81A80F665704FE457ACC2CC735D7DBB883F7F4_inline(__this, NULL); V_0 = ((float)il2cpp_codegen_multiply(L_0, L_1)); // int index = (normX < x0) ? 0 : ((normX < x1) ? 1 : 2); float L_2 = V_0; float L_3; L_3 = HableCurve_get_x0_m6B20430F19A2692748015AAD52E22CF6F19021FF_inline(__this, NULL); if ((((float)L_2) < ((float)L_3))) { goto IL_0021; } } { float L_4 = V_0; float L_5; L_5 = HableCurve_get_x1_mCC8296F534ABB9B938D803FD24218DDD3A1D8FE0_inline(__this, NULL); if ((((float)L_4) < ((float)L_5))) { goto IL_001e; } } { G_B5_0 = 2; goto IL_0022; } IL_001e: { G_B5_0 = 1; goto IL_0022; } IL_0021: { G_B5_0 = 0; } IL_0022: { V_1 = G_B5_0; // var segment = m_Segments[index]; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_6 = __this->___m_Segments_4; int32_t L_7 = V_1; int32_t L_8 = L_7; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_9 = (L_6)->GetAtUnchecked(static_cast(L_8)); // float ret = segment.Eval(normX); float L_10 = V_0; float L_11; L_11 = Segment_Eval_mCDF8072217E3B3B5FD7EAE9716D4FC5B7B5EA83B(L_9, L_10, NULL); // return ret; return L_11; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::Init(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_Init_m0331C88204E2EEB65A8727E580614B3733033EF1 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___toeStrength0, float ___toeLength1, float ___shoulderStrength2, float ___shoulderLength3, float ___shoulderAngle4, float ___gamma5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; { // var dstParams = new DirectParams(); il2cpp_codegen_initobj((&V_0), sizeof(DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14)); // toeLength = Mathf.Pow(Mathf.Clamp01(toeLength), kPerceptualGamma); float L_0 = ___toeLength1; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); float L_2; L_2 = powf(L_1, (2.20000005f)); ___toeLength1 = L_2; // toeStrength = Mathf.Clamp01(toeStrength); float L_3 = ___toeStrength0; float L_4; L_4 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_3, NULL); ___toeStrength0 = L_4; // shoulderAngle = Mathf.Clamp01(shoulderAngle); float L_5 = ___shoulderAngle4; float L_6; L_6 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_5, NULL); ___shoulderAngle4 = L_6; // shoulderStrength = Mathf.Clamp(shoulderStrength, 1e-5f, 1f - 1e-5f); float L_7 = ___shoulderStrength2; float L_8; L_8 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_7, (9.99999975E-06f), (0.999989986f), NULL); ___shoulderStrength2 = L_8; // shoulderLength = Mathf.Max(0f, shoulderLength); float L_9 = ___shoulderLength3; float L_10; L_10 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((0.0f), L_9, NULL); ___shoulderLength3 = L_10; // gamma = Mathf.Max(1e-5f, gamma); float L_11 = ___gamma5; float L_12; L_12 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((9.99999975E-06f), L_11, NULL); ___gamma5 = L_12; // float x0 = toeLength * 0.5f; float L_13 = ___toeLength1; V_1 = ((float)il2cpp_codegen_multiply(L_13, (0.5f))); // float y0 = (1f - toeStrength) * x0; // Lerp from 0 to x0 float L_14 = ___toeStrength0; float L_15 = V_1; V_2 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_14)), L_15)); // float remainingY = 1f - y0; float L_16 = V_2; V_3 = ((float)il2cpp_codegen_subtract((1.0f), L_16)); // float initialW = x0 + remainingY; float L_17 = V_1; float L_18 = V_3; // float y1_offset = (1f - shoulderStrength) * remainingY; float L_19 = ___shoulderStrength2; float L_20 = V_3; V_4 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_19)), L_20)); // float x1 = x0 + y1_offset; float L_21 = V_1; float L_22 = V_4; V_5 = ((float)il2cpp_codegen_add(L_21, L_22)); // float y1 = y0 + y1_offset; float L_23 = V_2; float L_24 = V_4; V_6 = ((float)il2cpp_codegen_add(L_23, L_24)); // float extraW = RuntimeUtilities.Exp2(shoulderLength) - 1f; float L_25 = ___shoulderLength3; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); float L_26; L_26 = RuntimeUtilities_Exp2_mDBD94F18960A4067EDA2A0F6C8FBD6C03276220C(L_25, NULL); V_7 = ((float)il2cpp_codegen_subtract(L_26, (1.0f))); // float W = initialW + extraW; float L_27 = V_7; V_8 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_17, L_18)), L_27)); // dstParams.x0 = x0; float L_28 = V_1; (&V_0)->___x0_0 = L_28; // dstParams.y0 = y0; float L_29 = V_2; (&V_0)->___y0_1 = L_29; // dstParams.x1 = x1; float L_30 = V_5; (&V_0)->___x1_2 = L_30; // dstParams.y1 = y1; float L_31 = V_6; (&V_0)->___y1_3 = L_31; // dstParams.W = W; float L_32 = V_8; (&V_0)->___W_4 = L_32; // dstParams.gamma = gamma; float L_33 = ___gamma5; (&V_0)->___gamma_7 = L_33; // dstParams.overshootX = (dstParams.W * 2f) * shoulderAngle * shoulderLength; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_34 = V_0; float L_35 = L_34.___W_4; float L_36 = ___shoulderAngle4; float L_37 = ___shoulderLength3; (&V_0)->___overshootX_5 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_35, (2.0f))), L_36)), L_37)); // dstParams.overshootY = 0.5f * shoulderAngle * shoulderLength; float L_38 = ___shoulderAngle4; float L_39 = ___shoulderLength3; (&V_0)->___overshootY_6 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply((0.5f), L_38)), L_39)); // InitSegments(dstParams); DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_40 = V_0; HableCurve_InitSegments_m3E6803A12AF50C93D0D052CCECED893CD85E3C37(__this, L_40, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::InitSegments(UnityEngine.Rendering.PostProcessing.HableCurve/DirectParams) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_InitSegments_m3E6803A12AF50C93D0D052CCECED893CD85E3C37 (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 ___srcParams0, const RuntimeMethod* method) { DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; { // var paramsCopy = srcParams; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_0 = ___srcParams0; V_0 = L_0; // whitePoint = srcParams.W; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_1 = ___srcParams0; float L_2 = L_1.___W_4; HableCurve_set_whitePoint_m98FA0F3792036AA3F539010B465DF48676052109_inline(__this, L_2, NULL); // inverseWhitePoint = 1f / srcParams.W; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_3 = ___srcParams0; float L_4 = L_3.___W_4; HableCurve_set_inverseWhitePoint_m647D3BF345A9A0AB6DC32E044593286CD08F78F6_inline(__this, ((float)((1.0f)/L_4)), NULL); // paramsCopy.W = 1f; (&V_0)->___W_4 = (1.0f); // paramsCopy.x0 /= srcParams.W; float* L_5 = (&(&V_0)->___x0_0); float* L_6 = L_5; float L_7 = *((float*)L_6); DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_8 = ___srcParams0; float L_9 = L_8.___W_4; *((float*)L_6) = (float)((float)(L_7/L_9)); // paramsCopy.x1 /= srcParams.W; float* L_10 = (&(&V_0)->___x1_2); float* L_11 = L_10; float L_12 = *((float*)L_11); DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_13 = ___srcParams0; float L_14 = L_13.___W_4; *((float*)L_11) = (float)((float)(L_12/L_14)); // paramsCopy.overshootX = srcParams.overshootX / srcParams.W; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_15 = ___srcParams0; float L_16 = L_15.___overshootX_5; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_17 = ___srcParams0; float L_18 = L_17.___W_4; (&V_0)->___overshootX_5 = ((float)(L_16/L_18)); // float toeM = 0f; V_1 = (0.0f); // float shoulderM = 0f; V_2 = (0.0f); // AsSlopeIntercept(out m, out b, paramsCopy.x0, paramsCopy.x1, paramsCopy.y0, paramsCopy.y1); DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_19 = V_0; float L_20 = L_19.___x0_0; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_21 = V_0; float L_22 = L_21.___x1_2; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_23 = V_0; float L_24 = L_23.___y0_1; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_25 = V_0; float L_26 = L_25.___y1_3; HableCurve_AsSlopeIntercept_mCAF8DEAEB3E843025E1F817421EBE951E54A0B5B(__this, (&V_3), (&V_4), L_20, L_22, L_24, L_26, NULL); // float g = srcParams.gamma; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_27 = ___srcParams0; float L_28 = L_27.___gamma_7; V_5 = L_28; // var midSegment = m_Segments[1]; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_29 = __this->___m_Segments_4; int32_t L_30 = 1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_31 = (L_29)->GetAtUnchecked(static_cast(L_30)); // midSegment.offsetX = -(b / m); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_32 = L_31; float L_33 = V_4; float L_34 = V_3; L_32->___offsetX_0 = ((-((float)(L_33/L_34)))); // midSegment.offsetY = 0f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_35 = L_32; L_35->___offsetY_1 = (0.0f); // midSegment.scaleX = 1f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_36 = L_35; L_36->___scaleX_2 = (1.0f); // midSegment.scaleY = 1f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_37 = L_36; L_37->___scaleY_3 = (1.0f); // midSegment.lnA = g * Mathf.Log(m); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_38 = L_37; float L_39 = V_5; float L_40 = V_3; float L_41; L_41 = logf(L_40); L_38->___lnA_4 = ((float)il2cpp_codegen_multiply(L_39, L_41)); // midSegment.B = g; float L_42 = V_5; L_38->___B_5 = L_42; // toeM = EvalDerivativeLinearGamma(m, b, g, paramsCopy.x0); float L_43 = V_3; float L_44 = V_4; float L_45 = V_5; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_46 = V_0; float L_47 = L_46.___x0_0; float L_48; L_48 = HableCurve_EvalDerivativeLinearGamma_m2B9B56FAB2A3C3C2C5A39BCDC4C1A4FDE0AC7BCA(__this, L_43, L_44, L_45, L_47, NULL); V_1 = L_48; // shoulderM = EvalDerivativeLinearGamma(m, b, g, paramsCopy.x1); float L_49 = V_3; float L_50 = V_4; float L_51 = V_5; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_52 = V_0; float L_53 = L_52.___x1_2; float L_54; L_54 = HableCurve_EvalDerivativeLinearGamma_m2B9B56FAB2A3C3C2C5A39BCDC4C1A4FDE0AC7BCA(__this, L_49, L_50, L_51, L_53, NULL); V_2 = L_54; // paramsCopy.y0 = Mathf.Max(1e-5f, Mathf.Pow(paramsCopy.y0, paramsCopy.gamma)); DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_55 = V_0; float L_56 = L_55.___y0_1; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_57 = V_0; float L_58 = L_57.___gamma_7; float L_59; L_59 = powf(L_56, L_58); float L_60; L_60 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((9.99999975E-06f), L_59, NULL); (&V_0)->___y0_1 = L_60; // paramsCopy.y1 = Mathf.Max(1e-5f, Mathf.Pow(paramsCopy.y1, paramsCopy.gamma)); DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_61 = V_0; float L_62 = L_61.___y1_3; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_63 = V_0; float L_64 = L_63.___gamma_7; float L_65; L_65 = powf(L_62, L_64); float L_66; L_66 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((9.99999975E-06f), L_65, NULL); (&V_0)->___y1_3 = L_66; // paramsCopy.overshootY = Mathf.Pow(1f + paramsCopy.overshootY, paramsCopy.gamma) - 1f; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_67 = V_0; float L_68 = L_67.___overshootY_6; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_69 = V_0; float L_70 = L_69.___gamma_7; float L_71; L_71 = powf(((float)il2cpp_codegen_add((1.0f), L_68)), L_70); (&V_0)->___overshootY_6 = ((float)il2cpp_codegen_subtract(L_71, (1.0f))); // this.x0 = paramsCopy.x0; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_72 = V_0; float L_73 = L_72.___x0_0; HableCurve_set_x0_mFF0E70FF9B980FE4A13468E5A4C7B755CA290CB3_inline(__this, L_73, NULL); // this.x1 = paramsCopy.x1; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_74 = V_0; float L_75 = L_74.___x1_2; HableCurve_set_x1_m6EFC16C8CC1F0B430D4D3436FD736B20841AEE32_inline(__this, L_75, NULL); // var toeSegment = m_Segments[0]; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_76 = __this->___m_Segments_4; int32_t L_77 = 0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_78 = (L_76)->GetAtUnchecked(static_cast(L_77)); // toeSegment.offsetX = 0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_79 = L_78; L_79->___offsetX_0 = (0.0f); // toeSegment.offsetY = 0f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_80 = L_79; L_80->___offsetY_1 = (0.0f); // toeSegment.scaleX = 1f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_81 = L_80; L_81->___scaleX_2 = (1.0f); // toeSegment.scaleY = 1f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_82 = L_81; L_82->___scaleY_3 = (1.0f); // SolveAB(out lnA, out B, paramsCopy.x0, paramsCopy.y0, toeM); DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_83 = V_0; float L_84 = L_83.___x0_0; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_85 = V_0; float L_86 = L_85.___y0_1; float L_87 = V_1; HableCurve_SolveAB_m6CDF86F0CF4191F0BBE8BA819DCA716EAA2439AA(__this, (&V_6), (&V_7), L_84, L_86, L_87, NULL); // toeSegment.lnA = lnA; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_88 = L_82; float L_89 = V_6; L_88->___lnA_4 = L_89; // toeSegment.B = B; float L_90 = V_7; L_88->___B_5 = L_90; // var shoulderSegment = m_Segments[2]; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_91 = __this->___m_Segments_4; int32_t L_92 = 2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_93 = (L_91)->GetAtUnchecked(static_cast(L_92)); // float x0 = (1f + paramsCopy.overshootX) - paramsCopy.x1; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_94 = V_0; float L_95 = L_94.___overshootX_5; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_96 = V_0; float L_97 = L_96.___x1_2; V_8 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add((1.0f), L_95)), L_97)); // float y0 = (1f + paramsCopy.overshootY) - paramsCopy.y1; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_98 = V_0; float L_99 = L_98.___overshootY_6; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_100 = V_0; float L_101 = L_100.___y1_3; V_9 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add((1.0f), L_99)), L_101)); // SolveAB(out lnA, out B, x0, y0, shoulderM); float L_102 = V_8; float L_103 = V_9; float L_104 = V_2; HableCurve_SolveAB_m6CDF86F0CF4191F0BBE8BA819DCA716EAA2439AA(__this, (&V_10), (&V_11), L_102, L_103, L_104, NULL); // shoulderSegment.offsetX = (1f + paramsCopy.overshootX); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_105 = L_93; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_106 = V_0; float L_107 = L_106.___overshootX_5; L_105->___offsetX_0 = ((float)il2cpp_codegen_add((1.0f), L_107)); // shoulderSegment.offsetY = (1f + paramsCopy.overshootY); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_108 = L_105; DirectParams_t66EA42E15CB2266D4C0611A8C2CE4CD81DE09D14 L_109 = V_0; float L_110 = L_109.___overshootY_6; L_108->___offsetY_1 = ((float)il2cpp_codegen_add((1.0f), L_110)); // shoulderSegment.scaleX = -1f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_111 = L_108; L_111->___scaleX_2 = (-1.0f); // shoulderSegment.scaleY = -1f; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_112 = L_111; L_112->___scaleY_3 = (-1.0f); // shoulderSegment.lnA = lnA; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_113 = L_112; float L_114 = V_10; L_113->___lnA_4 = L_114; // shoulderSegment.B = B; float L_115 = V_11; L_113->___B_5 = L_115; // float scale = m_Segments[2].Eval(1f); SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_116 = __this->___m_Segments_4; int32_t L_117 = 2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_118 = (L_116)->GetAtUnchecked(static_cast(L_117)); float L_119; L_119 = Segment_Eval_mCDF8072217E3B3B5FD7EAE9716D4FC5B7B5EA83B(L_118, (1.0f), NULL); V_12 = L_119; // float invScale = 1f / scale; float L_120 = V_12; V_13 = ((float)((1.0f)/L_120)); // m_Segments[0].offsetY *= invScale; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_121 = __this->___m_Segments_4; int32_t L_122 = 0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_123 = (L_121)->GetAtUnchecked(static_cast(L_122)); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_124 = L_123; float L_125 = L_124->___offsetY_1; float L_126 = V_13; L_124->___offsetY_1 = ((float)il2cpp_codegen_multiply(L_125, L_126)); // m_Segments[0].scaleY *= invScale; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_127 = __this->___m_Segments_4; int32_t L_128 = 0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_129 = (L_127)->GetAtUnchecked(static_cast(L_128)); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_130 = L_129; float L_131 = L_130->___scaleY_3; float L_132 = V_13; L_130->___scaleY_3 = ((float)il2cpp_codegen_multiply(L_131, L_132)); // m_Segments[1].offsetY *= invScale; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_133 = __this->___m_Segments_4; int32_t L_134 = 1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_135 = (L_133)->GetAtUnchecked(static_cast(L_134)); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_136 = L_135; float L_137 = L_136->___offsetY_1; float L_138 = V_13; L_136->___offsetY_1 = ((float)il2cpp_codegen_multiply(L_137, L_138)); // m_Segments[1].scaleY *= invScale; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_139 = __this->___m_Segments_4; int32_t L_140 = 1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_141 = (L_139)->GetAtUnchecked(static_cast(L_140)); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_142 = L_141; float L_143 = L_142->___scaleY_3; float L_144 = V_13; L_142->___scaleY_3 = ((float)il2cpp_codegen_multiply(L_143, L_144)); // m_Segments[2].offsetY *= invScale; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_145 = __this->___m_Segments_4; int32_t L_146 = 2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_147 = (L_145)->GetAtUnchecked(static_cast(L_146)); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_148 = L_147; float L_149 = L_148->___offsetY_1; float L_150 = V_13; L_148->___offsetY_1 = ((float)il2cpp_codegen_multiply(L_149, L_150)); // m_Segments[2].scaleY *= invScale; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_151 = __this->___m_Segments_4; int32_t L_152 = 2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_153 = (L_151)->GetAtUnchecked(static_cast(L_152)); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_154 = L_153; float L_155 = L_154->___scaleY_3; float L_156 = V_13; L_154->___scaleY_3 = ((float)il2cpp_codegen_multiply(L_155, L_156)); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::SolveAB(System.Single&,System.Single&,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_SolveAB_m6CDF86F0CF4191F0BBE8BA819DCA716EAA2439AA (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float* ___lnA0, float* ___B1, float ___x02, float ___y03, float ___m4, const RuntimeMethod* method) { { // B = (m * x0) / y0; float* L_0 = ___B1; float L_1 = ___m4; float L_2 = ___x02; float L_3 = ___y03; *((float*)L_0) = (float)((float)(((float)il2cpp_codegen_multiply(L_1, L_2))/L_3)); // lnA = Mathf.Log(y0) - B * Mathf.Log(x0); float* L_4 = ___lnA0; float L_5 = ___y03; float L_6; L_6 = logf(L_5); float* L_7 = ___B1; float L_8 = *((float*)L_7); float L_9 = ___x02; float L_10; L_10 = logf(L_9); *((float*)L_4) = (float)((float)il2cpp_codegen_subtract(L_6, ((float)il2cpp_codegen_multiply(L_8, L_10)))); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve::AsSlopeIntercept(System.Single&,System.Single&,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HableCurve_AsSlopeIntercept_mCAF8DEAEB3E843025E1F817421EBE951E54A0B5B (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float* ___m0, float* ___b1, float ___x02, float ___x13, float ___y04, float ___y15, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float dy = (y1 - y0); float L_0 = ___y15; float L_1 = ___y04; V_0 = ((float)il2cpp_codegen_subtract(L_0, L_1)); // float dx = (x1 - x0); float L_2 = ___x13; float L_3 = ___x02; V_1 = ((float)il2cpp_codegen_subtract(L_2, L_3)); // if (dx == 0) float L_4 = V_1; if ((!(((float)L_4) == ((float)(0.0f))))) { goto IL_001c; } } { // m = 1f; float* L_5 = ___m0; *((float*)L_5) = (float)(1.0f); goto IL_0021; } IL_001c: { // m = dy / dx; float* L_6 = ___m0; float L_7 = V_0; float L_8 = V_1; *((float*)L_6) = (float)((float)(L_7/L_8)); } IL_0021: { // b = y0 - x0 * m; float* L_9 = ___b1; float L_10 = ___y04; float L_11 = ___x02; float* L_12 = ___m0; float L_13 = *((float*)L_12); *((float*)L_9) = (float)((float)il2cpp_codegen_subtract(L_10, ((float)il2cpp_codegen_multiply(L_11, L_13)))); // } return; } } // System.Single UnityEngine.Rendering.PostProcessing.HableCurve::EvalDerivativeLinearGamma(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HableCurve_EvalDerivativeLinearGamma_m2B9B56FAB2A3C3C2C5A39BCDC4C1A4FDE0AC7BCA (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___m0, float ___b1, float ___g2, float ___x3, const RuntimeMethod* method) { { // float ret = g * m * Mathf.Pow(m * x + b, g - 1f); float L_0 = ___g2; float L_1 = ___m0; float L_2 = ___m0; float L_3 = ___x3; float L_4 = ___b1; float L_5 = ___g2; float L_6; L_6 = powf(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_2, L_3)), L_4)), ((float)il2cpp_codegen_subtract(L_5, (1.0f)))); // return ret; return ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_0, L_1)), L_6)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.Rendering.PostProcessing.HableCurve/Segment::Eval(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Segment_Eval_mCDF8072217E3B3B5FD7EAE9716D4FC5B7B5EA83B (Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* __this, float ___x0, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float x0 = (x - offsetX) * scaleX; float L_0 = ___x0; float L_1 = __this->___offsetX_0; float L_2 = __this->___scaleX_2; V_0 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_0, L_1)), L_2)); // float y0 = 0f; V_1 = (0.0f); // if (x0 > 0) float L_3 = V_0; if ((!(((float)L_3) > ((float)(0.0f))))) { goto IL_0038; } } { // y0 = Mathf.Exp(lnA + B * Mathf.Log(x0)); float L_4 = __this->___lnA_4; float L_5 = __this->___B_5; float L_6 = V_0; float L_7; L_7 = logf(L_6); float L_8; L_8 = expf(((float)il2cpp_codegen_add(L_4, ((float)il2cpp_codegen_multiply(L_5, L_7))))); V_1 = L_8; } IL_0038: { // return y0 * scaleY + offsetY; float L_9 = V_1; float L_10 = __this->___scaleY_3; float L_11 = __this->___offsetY_1; return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_9, L_10)), L_11)); } } // System.Void UnityEngine.Rendering.PostProcessing.HableCurve/Segment::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Segment__ctor_mB049A24BFA0A15439F0D5949A7AE896695D0D120 (Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::.ctor(UnityEngine.Rendering.PostProcessing.HableCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uniforms__ctor_mA66464181B9A9090B823A9803BD11699B9B7BA74 (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* ___parent0, const RuntimeMethod* method) { { // internal Uniforms(HableCurve parent) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // this.parent = parent; HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = ___parent0; __this->___parent_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___parent_0), (void*)L_0); // } return; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::get_curve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Uniforms_get_curve_mD9034647B7B7C3A8B47B414FB7C5B821200AA32E (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, const RuntimeMethod* method) { { // get { return new Vector4(parent.inverseWhitePoint, parent.x0, parent.x1, 0f); } HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = __this->___parent_0; float L_1; L_1 = HableCurve_get_inverseWhitePoint_mDC81A80F665704FE457ACC2CC735D7DBB883F7F4_inline(L_0, NULL); HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_2 = __this->___parent_0; float L_3; L_3 = HableCurve_get_x0_m6B20430F19A2692748015AAD52E22CF6F19021FF_inline(L_2, NULL); HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_4 = __this->___parent_0; float L_5; L_5 = HableCurve_get_x1_mCC8296F534ABB9B938D803FD24218DDD3A1D8FE0_inline(L_4, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6; memset((&L_6), 0, sizeof(L_6)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_6), L_1, L_3, L_5, (0.0f), /*hidden argument*/NULL); return L_6; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::get_toeSegmentA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Uniforms_get_toeSegmentA_m1316C3F6B4E6B82839C9CDACD398FA33D88964BA (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, const RuntimeMethod* method) { Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* V_0 = NULL; { // var toe = parent.m_Segments[0]; HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = __this->___parent_0; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_1 = L_0->___m_Segments_4; int32_t L_2 = 0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; // return new Vector4(toe.offsetX, toe.offsetY, toe.scaleX, toe.scaleY); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_4 = V_0; float L_5 = L_4->___offsetX_0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_6 = V_0; float L_7 = L_6->___offsetY_1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_8 = V_0; float L_9 = L_8->___scaleX_2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_10 = V_0; float L_11 = L_10->___scaleY_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), L_5, L_7, L_9, L_11, /*hidden argument*/NULL); return L_12; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::get_toeSegmentB() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Uniforms_get_toeSegmentB_mEC3F93FF1CF8399FDE4AD8FF6355F4D5B9C5D42F (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, const RuntimeMethod* method) { Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* V_0 = NULL; { // var toe = parent.m_Segments[0]; HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = __this->___parent_0; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_1 = L_0->___m_Segments_4; int32_t L_2 = 0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; // return new Vector4(toe.lnA, toe.B, 0f, 0f); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_4 = V_0; float L_5 = L_4->___lnA_4; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_6 = V_0; float L_7 = L_6->___B_5; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_5, L_7, (0.0f), (0.0f), /*hidden argument*/NULL); return L_8; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::get_midSegmentA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Uniforms_get_midSegmentA_m5A302D93655083BD41167F50535C0B6AA0C9DA6D (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, const RuntimeMethod* method) { Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* V_0 = NULL; { // var mid = parent.m_Segments[1]; HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = __this->___parent_0; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_1 = L_0->___m_Segments_4; int32_t L_2 = 1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; // return new Vector4(mid.offsetX, mid.offsetY, mid.scaleX, mid.scaleY); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_4 = V_0; float L_5 = L_4->___offsetX_0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_6 = V_0; float L_7 = L_6->___offsetY_1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_8 = V_0; float L_9 = L_8->___scaleX_2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_10 = V_0; float L_11 = L_10->___scaleY_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), L_5, L_7, L_9, L_11, /*hidden argument*/NULL); return L_12; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::get_midSegmentB() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Uniforms_get_midSegmentB_m1478AA904368A2DEDAAF4C1BCF343B0566494E21 (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, const RuntimeMethod* method) { Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* V_0 = NULL; { // var mid = parent.m_Segments[1]; HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = __this->___parent_0; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_1 = L_0->___m_Segments_4; int32_t L_2 = 1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; // return new Vector4(mid.lnA, mid.B, 0f, 0f); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_4 = V_0; float L_5 = L_4->___lnA_4; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_6 = V_0; float L_7 = L_6->___B_5; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_5, L_7, (0.0f), (0.0f), /*hidden argument*/NULL); return L_8; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::get_shoSegmentA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Uniforms_get_shoSegmentA_m06733BA44C5FB0E3A7E692DC40252468694D5965 (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, const RuntimeMethod* method) { Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* V_0 = NULL; { // var sho = parent.m_Segments[2]; HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = __this->___parent_0; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_1 = L_0->___m_Segments_4; int32_t L_2 = 2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; // return new Vector4(sho.offsetX, sho.offsetY, sho.scaleX, sho.scaleY); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_4 = V_0; float L_5 = L_4->___offsetX_0; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_6 = V_0; float L_7 = L_6->___offsetY_1; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_8 = V_0; float L_9 = L_8->___scaleX_2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_10 = V_0; float L_11 = L_10->___scaleY_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), L_5, L_7, L_9, L_11, /*hidden argument*/NULL); return L_12; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.HableCurve/Uniforms::get_shoSegmentB() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Uniforms_get_shoSegmentB_m77AB80D8ABA78E633A8BB96CF76149679685184B (Uniforms_t07312353C63AC1A0A679A73442C3E02B6A881A59* __this, const RuntimeMethod* method) { Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* V_0 = NULL; { // var sho = parent.m_Segments[2]; HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* L_0 = __this->___parent_0; SegmentU5BU5D_t0CF93A0DFAEB5A8A6089C7E5447A505CFA6FBADE* L_1 = L_0->___m_Segments_4; int32_t L_2 = 2; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_3 = (L_1)->GetAtUnchecked(static_cast(L_2)); V_0 = L_3; // return new Vector4(sho.lnA, sho.B, 0f, 0f); Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_4 = V_0; float L_5 = L_4->___lnA_4; Segment_t1E34BF36807C6395B00E62215400869EF31B4C7D* L_6 = V_0; float L_7 = L_6->___B_5; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_5, L_7, (0.0f), (0.0f), /*hidden argument*/NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.Rendering.PostProcessing.HaltonSeq::Get(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HaltonSeq_Get_m6523C48F1CB5F7C3488B47DCB3CDD53B668BC819 (int32_t ___index0, int32_t ___radix1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float result = 0f; V_0 = (0.0f); // float fraction = 1f / (float)radix; int32_t L_0 = ___radix1; V_1 = ((float)((1.0f)/((float)L_0))); goto IL_0024; } IL_0011: { // result += (float)(index % radix) * fraction; float L_1 = V_0; int32_t L_2 = ___index0; int32_t L_3 = ___radix1; float L_4 = V_1; V_0 = ((float)il2cpp_codegen_add(L_1, ((float)il2cpp_codegen_multiply(((float)((int32_t)(L_2%L_3))), L_4)))); // index /= radix; int32_t L_5 = ___index0; int32_t L_6 = ___radix1; ___index0 = ((int32_t)(L_5/L_6)); // fraction /= (float)radix; float L_7 = V_1; int32_t L_8 = ___radix1; V_1 = ((float)(L_7/((float)L_8))); } IL_0024: { // while (index > 0) int32_t L_9 = ___index0; if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_0011; } } { // return result; float L_10 = V_0; return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ComputeBuffer UnityEngine.Rendering.PostProcessing.LogHistogram::get_data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, const RuntimeMethod* method) { { // public ComputeBuffer data { get; private set; } ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0 = __this->___U3CdataU3Ek__BackingField_3; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::set_data(UnityEngine.ComputeBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogHistogram_set_data_mB1A03174A98EFFE606B50D8AB90A73DC141B2435 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___value0, const RuntimeMethod* method) { { // public ComputeBuffer data { get; private set; } ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0 = ___value0; __this->___U3CdataU3Ek__BackingField_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdataU3Ek__BackingField_3), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::Generate(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogHistogram_Generate_m5C64740C383CDB7BFD1E459A8066F16BB1FCC6D4 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33E1651612FC4AD0E77485F68719602266509E67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9516FFF2EA68B8E7FC932D9E5DBF1A4AF0231C29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB41868DE0B663EE64B8FEC63B64C634F6B1DE0A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD32C6C89D788FDC2025A7763FCCBA4DF4C580E8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_3; memset((&V_3), 0, sizeof(V_3)); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* V_4 = NULL; int32_t V_5 = 0; { // if (data == null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0; L_0 = LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline(__this, NULL); if (L_0) { goto IL_0019; } } { // data = new ComputeBuffer(k_Bins, sizeof(uint)); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_1 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_1, ((int32_t)128), 4, NULL); LogHistogram_set_data_mB1A03174A98EFFE606B50D8AB90A73DC141B2435_inline(__this, L_1, NULL); } IL_0019: { // var scaleOffsetRes = GetHistogramScaleOffsetRes(context); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_2 = ___context0; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3; L_3 = LogHistogram_GetHistogramScaleOffsetRes_m6FA5B33FBE2EABD16713EFC2C7A9F61E201AA2E8(__this, L_2, NULL); V_3 = L_3; // var compute = context.resources.computeShaders.exposureHistogram; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_5; L_5 = PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline(L_4, NULL); ComputeShaders_t8F1C8B34C544DEC3B4D302509211C37989AAC39F* L_6 = L_5->___computeShaders_8; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_7 = L_6->___exposureHistogram_1; V_4 = L_7; // var cmd = context.command; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_8 = ___context0; CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9; L_9 = PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline(L_8, NULL); // cmd.BeginSample("LogHistogram"); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = L_9; CommandBuffer_BeginSample_mDDE06125397EE4ADCC0804208561FB178A856E36(L_10, _stringLiteral33E1651612FC4AD0E77485F68719602266509E67, NULL); // int kernel = compute.FindKernel("KEyeHistogramClear"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_11 = V_4; int32_t L_12; L_12 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_11, _stringLiteral9516FFF2EA68B8E7FC932D9E5DBF1A4AF0231C29, NULL); V_5 = L_12; // cmd.SetComputeBufferParam(compute, kernel, "_HistogramBuffer", data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = L_10; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_14 = V_4; int32_t L_15 = V_5; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_16; L_16 = LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline(__this, NULL); CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_13, L_14, L_15, _stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802, L_16, NULL); // compute.GetKernelThreadGroupSizes(kernel, out threadX, out threadY, out threadZ); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_17 = V_4; int32_t L_18 = V_5; ComputeShader_GetKernelThreadGroupSizes_m693428494DB1FD3CFC69FCE4E0093A2C4AAE1CBE(L_17, L_18, (&V_0), (&V_1), (&V_2), NULL); // cmd.DispatchCompute(compute, kernel, Mathf.CeilToInt(k_Bins / (float)threadX), 1, 1); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19 = L_13; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_20 = V_4; int32_t L_21 = V_5; uint32_t L_22 = V_0; int32_t L_23; L_23 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)((128.0f)/((float)((double)(uint32_t)L_22)))), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_19, L_20, L_21, L_23, 1, 1, NULL); // kernel = compute.FindKernel("KEyeHistogram"); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_24 = V_4; int32_t L_25; L_25 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_24, _stringLiteralD32C6C89D788FDC2025A7763FCCBA4DF4C580E8F, NULL); V_5 = L_25; // cmd.SetComputeBufferParam(compute, kernel, "_HistogramBuffer", data); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_26 = L_19; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_27 = V_4; int32_t L_28 = V_5; ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_29; L_29 = LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline(__this, NULL); CommandBuffer_SetComputeBufferParam_m079B86E76C26C8D6D9575BB3F20475EBA0BF52E1(L_26, L_27, L_28, _stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802, L_29, NULL); // cmd.SetComputeTextureParam(compute, kernel, "_Source", context.source); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = L_26; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_31 = V_4; int32_t L_32 = V_5; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_33 = ___context0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_34; L_34 = PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline(L_33, NULL); CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174(L_30, L_31, L_32, _stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D, L_34, NULL); // cmd.SetComputeVectorParam(compute, "_ScaleOffsetRes", scaleOffsetRes); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_35 = L_30; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_36 = V_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_37 = V_3; CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709(L_35, L_36, _stringLiteralB41868DE0B663EE64B8FEC63B64C634F6B1DE0A9, L_37, NULL); // compute.GetKernelThreadGroupSizes(kernel, out threadX, out threadY, out threadZ); ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_38 = V_4; int32_t L_39 = V_5; ComputeShader_GetKernelThreadGroupSizes_m693428494DB1FD3CFC69FCE4E0093A2C4AAE1CBE(L_38, L_39, (&V_0), (&V_1), (&V_2), NULL); // cmd.DispatchCompute(compute, kernel, // Mathf.CeilToInt(scaleOffsetRes.z / 2f / threadX), // Mathf.CeilToInt(scaleOffsetRes.w / 2f / threadY), // 1 // ); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_40 = L_35; ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_41 = V_4; int32_t L_42 = V_5; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_43 = V_3; float L_44 = L_43.___z_3; uint32_t L_45 = V_0; int32_t L_46; L_46 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(((float)(L_44/(2.0f)))/((float)((double)(uint32_t)L_45)))), NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_47 = V_3; float L_48 = L_47.___w_4; uint32_t L_49 = V_1; int32_t L_50; L_50 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)(((float)(L_48/(2.0f)))/((float)((double)(uint32_t)L_49)))), NULL); CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_40, L_41, L_42, L_46, L_50, 1, NULL); // cmd.EndSample("LogHistogram"); CommandBuffer_EndSample_m76441AA38C2D21DCBE8203512498C6DE144C8859(L_40, _stringLiteral33E1651612FC4AD0E77485F68719602266509E67, NULL); // } return; } } // UnityEngine.Vector4 UnityEngine.Rendering.PostProcessing.LogHistogram::GetHistogramScaleOffsetRes(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LogHistogram_GetHistogramScaleOffsetRes_m6FA5B33FBE2EABD16713EFC2C7A9F61E201AA2E8 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { // float diff = rangeMax - rangeMin; V_0 = (18.0f); // float scale = 1f / diff; float L_0 = V_0; V_1 = ((float)((1.0f)/L_0)); // float offset = -rangeMin * scale; float L_1 = V_1; V_2 = ((float)il2cpp_codegen_multiply((9.0f), L_1)); // return new Vector4(scale, offset, context.width, context.height); float L_2 = V_1; float L_3 = V_2; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_4 = ___context0; int32_t L_5; L_5 = PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline(L_4, NULL); PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_6 = ___context0; int32_t L_7; L_7 = PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline(L_6, NULL); Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_2, L_3, ((float)L_5), ((float)L_7), /*hidden argument*/NULL); return L_8; } } // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogHistogram_Release_m0CF4E13BFC28F7515A88B4B96B377D1496F3D4B6 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, const RuntimeMethod* method) { { // if (data != null) ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0; L_0 = LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline(__this, NULL); if (!L_0) { goto IL_0013; } } { // data.Release(); ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_1; L_1 = LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline(__this, NULL); ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72(L_1, NULL); } IL_0013: { // data = null; LogHistogram_set_data_mB1A03174A98EFFE606B50D8AB90A73DC141B2435_inline(__this, (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)NULL, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.LogHistogram::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogHistogram__ctor_mF476B2492B4A33D5D402DC14EB9671CE61364CC7 (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.MeshUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshUtilities__cctor_m580B9808D5F049CBC91D2847B7F5C2EA76D69175 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CapsuleCollider_t3A1671C74F0836ABEF5D01A7470B5B2BE290A808_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m41AF8F6694C2A3FA5901E620EE976E8D0BAEC412_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5A75D78264DB317282E5F03081A2FA552BCA474E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_Primitives = new Dictionary(); Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD* L_0 = (Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD*)il2cpp_codegen_object_new(Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD_il2cpp_TypeInfo_var); Dictionary_2__ctor_m41AF8F6694C2A3FA5901E620EE976E8D0BAEC412(L_0, Dictionary_2__ctor_m41AF8F6694C2A3FA5901E620EE976E8D0BAEC412_RuntimeMethod_var); ((MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields*)il2cpp_codegen_static_fields_for(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var))->___s_Primitives_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields*)il2cpp_codegen_static_fields_for(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var))->___s_Primitives_0), (void*)L_0); // s_ColliderPrimitives = new Dictionary // { // { typeof(BoxCollider), PrimitiveType.Cube }, // { typeof(SphereCollider), PrimitiveType.Sphere }, // { typeof(CapsuleCollider), PrimitiveType.Capsule } // }; Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* L_1 = (Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B*)il2cpp_codegen_object_new(Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B_il2cpp_TypeInfo_var); Dictionary_2__ctor_m5A75D78264DB317282E5F03081A2FA552BCA474E(L_1, Dictionary_2__ctor_m5A75D78264DB317282E5F03081A2FA552BCA474E_RuntimeMethod_var); Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* L_2 = L_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (BoxCollider_tFA5D239388334D6DE0B8FFDAD6825C5B03786E23_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7(L_2, L_4, 3, Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7_RuntimeMethod_var); Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* L_5 = L_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (SphereCollider_tBA111C542CE97F6873DE742757213D6265C7D275_0_0_0_var) }; Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7(L_5, L_7, 0, Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7_RuntimeMethod_var); Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* L_8 = L_5; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast (CapsuleCollider_t3A1671C74F0836ABEF5D01A7470B5B2BE290A808_0_0_0_var) }; Type_t* L_10; L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL); Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7(L_8, L_10, 1, Dictionary_2_Add_m164484AFDCB0FCA5C3AD34639EDE0071FAF25EC7_RuntimeMethod_var); ((MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields*)il2cpp_codegen_static_fields_for(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var))->___s_ColliderPrimitives_1 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields*)il2cpp_codegen_static_fields_for(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var))->___s_ColliderPrimitives_1), (void*)L_8); // } return; } } // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.MeshUtilities::GetColliderMesh(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* MeshUtilities_GetColliderMesh_mFBFC549C7893C1F4C28CFA804E39A111AEB8D5D9 (Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* ___collider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mDFF83589E441DF69FE32B3ABC624ACE50062F82C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; { // var type = collider.GetType(); Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_0 = ___collider0; Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); V_0 = L_1; // if (type == typeof(MeshCollider)) Type_t* L_2 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); bool L_5; L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, L_4, NULL); if (!L_5) { goto IL_0025; } } { // return ((MeshCollider)collider).sharedMesh; Collider_t1CC3163924FCD6C4CC2E816373A929C1E3D55E76* L_6 = ___collider0; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_7; L_7 = MeshCollider_get_sharedMesh_mFB4B8534501C29930D2D3710D6D82E60093FA21E(((MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455*)CastclassClass((RuntimeObject*)L_6, MeshCollider_tB525E4DDE383252364ED0BDD32CF2B53914EE455_il2cpp_TypeInfo_var)), NULL); return L_7; } IL_0025: { // return GetPrimitive(s_ColliderPrimitives[type]); il2cpp_codegen_runtime_class_init_inline(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var); Dictionary_2_tABE25F0941E69A6CAC9D3E9FDC1A70C09BFA2E7B* L_8 = ((MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields*)il2cpp_codegen_static_fields_for(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var))->___s_ColliderPrimitives_1; Type_t* L_9 = V_0; int32_t L_10; L_10 = Dictionary_2_get_Item_mDFF83589E441DF69FE32B3ABC624ACE50062F82C(L_8, L_9, Dictionary_2_get_Item_mDFF83589E441DF69FE32B3ABC624ACE50062F82C_RuntimeMethod_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_11; L_11 = MeshUtilities_GetPrimitive_mA1C0CFE0371C641264C8E0F5FD7D42A4BB685B5F(L_10, NULL); return L_11; } } // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.MeshUtilities::GetPrimitive(UnityEngine.PrimitiveType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* MeshUtilities_GetPrimitive_mA1C0CFE0371C641264C8E0F5FD7D42A4BB685B5F (int32_t ___primitiveType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mD8BAD63F783EC6B8A5AD7EB7475D6C61946FEDDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m2861F7E43C8DC5244B790EA4906473419CD4BCDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* V_0 = NULL; { // if (!s_Primitives.TryGetValue(primitiveType, out mesh)) il2cpp_codegen_runtime_class_init_inline(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var); Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD* L_0 = ((MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields*)il2cpp_codegen_static_fields_for(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var))->___s_Primitives_0; int32_t L_1 = ___primitiveType0; bool L_2; L_2 = Dictionary_2_TryGetValue_m2861F7E43C8DC5244B790EA4906473419CD4BCDF(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m2861F7E43C8DC5244B790EA4906473419CD4BCDF_RuntimeMethod_var); if (L_2) { goto IL_0022; } } { // mesh = GetBuiltinMesh(primitiveType); int32_t L_3 = ___primitiveType0; il2cpp_codegen_runtime_class_init_inline(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_4; L_4 = MeshUtilities_GetBuiltinMesh_m79A3BC6FCB719E1511BD1C04C9D62DF4AE9C6D11(L_3, NULL); V_0 = L_4; // s_Primitives.Add(primitiveType, mesh); Dictionary_2_tE8F687FE7F52AAE959A60009719D2E4AD27C94FD* L_5 = ((MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_StaticFields*)il2cpp_codegen_static_fields_for(MeshUtilities_t83002BA3C46F9A62F37EEC67BC2F178410EF74B0_il2cpp_TypeInfo_var))->___s_Primitives_0; int32_t L_6 = ___primitiveType0; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_7 = V_0; Dictionary_2_Add_mD8BAD63F783EC6B8A5AD7EB7475D6C61946FEDDB(L_5, L_6, L_7, Dictionary_2_Add_mD8BAD63F783EC6B8A5AD7EB7475D6C61946FEDDB_RuntimeMethod_var); } IL_0022: { // return mesh; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_8 = V_0; return L_8; } } // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.MeshUtilities::GetBuiltinMesh(UnityEngine.PrimitiveType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* MeshUtilities_GetBuiltinMesh_m79A3BC6FCB719E1511BD1C04C9D62DF4AE9C6D11 (int32_t ___primitiveType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisMeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5_mDF6525BCE37B444313BE0AA2305BDF4EB8B92FE8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* V_0 = NULL; { // var gameObject = GameObject.CreatePrimitive(primitiveType); int32_t L_0 = ___primitiveType0; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1; L_1 = GameObject_CreatePrimitive_m13C0A691E679A83DD595913200A1DD9A906EB47B(L_0, NULL); // var mesh = gameObject.GetComponent().sharedMesh; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = L_1; MeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5* L_3; L_3 = GameObject_GetComponent_TisMeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5_mDF6525BCE37B444313BE0AA2305BDF4EB8B92FE8(L_2, GameObject_GetComponent_TisMeshFilter_t6D1CE2473A1E45AC73013400585A1163BF66B2F5_mDF6525BCE37B444313BE0AA2305BDF4EB8B92FE8_RuntimeMethod_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_4; L_4 = MeshFilter_get_sharedMesh_mE4ED3E7E31C1DE5097E4980DA996E620F7D7CB8C(L_3, NULL); V_0 = L_4; // RuntimeUtilities.Destroy(gameObject); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_2, NULL); // return mesh; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception UnityEngine.Rendering.PostProcessing.PostProcessEffectRendererExtensions::RenderOrLog(UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer,UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* PostProcessEffectRendererExtensions_RenderOrLog_mE731AD6E7B4C206271AB39985729F8F4EA49BF15 (PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* ___self0, PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context1, const RuntimeMethod* method) { Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) // self.Render(context); PostProcessEffectRenderer_tCC78D070AF41520485143246418FC2F18AD5D24D* L_0 = ___self0; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_1 = ___context1; VirtualActionInvoker1< PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* >::Invoke(8 /* System.Void UnityEngine.Rendering.PostProcessing.PostProcessEffectRenderer::Render(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext) */, L_0, L_1); // } goto IL_0012; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: {// begin catch(System.Exception) // Debug.LogException(e); Exception_t* L_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var))); Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0(L_2, NULL); // return e; V_0 = L_2; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0014; }// end catch (depth: 1) IL_0012: { // return null; return (Exception_t*)NULL; } IL_0014: { // } Exception_t* L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MaterialPropertyBlock UnityEngine.Rendering.PostProcessing.PropertySheet::get_properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) { { // public MaterialPropertyBlock properties { get; private set; } MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = __this->___U3CpropertiesU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::set_properties(UnityEngine.MaterialPropertyBlock) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_set_properties_mAAFE39A44E47611F99AAB7CEF4F189CAD248D2EB (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___value0, const RuntimeMethod* method) { { // public MaterialPropertyBlock properties { get; private set; } MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = ___value0; __this->___U3CpropertiesU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpropertiesU3Ek__BackingField_0), (void*)L_0); return; } } // UnityEngine.Material UnityEngine.Rendering.PostProcessing.PropertySheet::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) { { // internal Material material { get; private set; } Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___U3CmaterialU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::set_material(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_set_material_m73FB05230DB52CF4F4086E7165FDE8EEE334F709 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___value0, const RuntimeMethod* method) { { // internal Material material { get; private set; } Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___value0; __this->___U3CmaterialU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmaterialU3Ek__BackingField_1), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::.ctor(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet__ctor_m856578925217FFB32911485BC651613C936B0E09 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal PropertySheet(Material material) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // this.material = material; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___material0; PropertySheet_set_material_m73FB05230DB52CF4F4086E7165FDE8EEE334F709_inline(__this, L_0, NULL); // properties = new MaterialPropertyBlock(); MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_1 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var); MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_1, NULL); PropertySheet_set_properties_mAAFE39A44E47611F99AAB7CEF4F189CAD248D2EB_inline(__this, L_1, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::ClearKeywords() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_ClearKeywords_m3A886177632A2DF75DC115107A2BE995375C79E4 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) { { // material.shaderKeywords = null; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0; L_0 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(__this, NULL); Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_0, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::EnableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, String_t* ___keyword0, const RuntimeMethod* method) { { // material.EnableKeyword(keyword); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0; L_0 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(__this, NULL); String_t* L_1 = ___keyword0; Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_0, L_1, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::DisableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_DisableKeyword_mA132CA2330E534BF4FCC48E1437AA13C991436DB (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, String_t* ___keyword0, const RuntimeMethod* method) { { // material.DisableKeyword(keyword); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0; L_0 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(__this, NULL); String_t* L_1 = ___keyword0; Material_DisableKeyword_mC123927EBF2F2A19220A4456C8EA19F2BA416E8C(L_0, L_1, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheet::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheet_Release_mE8C333C8D788A25012EB4EC66C855232F0A93653 (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RuntimeUtilities.Destroy(material); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0; L_0 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_0, NULL); // material = null; PropertySheet_set_material_m73FB05230DB52CF4F4086E7165FDE8EEE334F709_inline(__this, (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL, NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.PropertySheetFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheetFactory__ctor_mA96B46A130766B88D431ECDC3A6B5838DCF916D7 (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCE4D05D0A30AD896E8658573EE8D864518CEA6B7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PropertySheetFactory() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Sheets = new Dictionary(); Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* L_0 = (Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A*)il2cpp_codegen_object_new(Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A_il2cpp_TypeInfo_var); Dictionary_2__ctor_mCE4D05D0A30AD896E8658573EE8D864518CEA6B7(L_0, Dictionary_2__ctor_mCE4D05D0A30AD896E8658573EE8D864518CEA6B7_RuntimeMethod_var); __this->___m_Sheets_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Sheets_0), (void*)L_0); // } return; } } // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.PropertySheetFactory::Get(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* PropertySheetFactory_Get_mD75BC3EB9CA3661CDD2478FFEA76B80A2E94273E (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* __this, String_t* ___shaderName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* V_0 = NULL; { // var shader = Shader.Find(shaderName); String_t* L_0 = ___shaderName0; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1; L_1 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(L_0, NULL); V_0 = L_1; // if (shader == null) Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_3) { goto IL_0021; } } { // throw new ArgumentException(string.Format("Invalid shader ({0})", shaderName)); String_t* L_4 = ___shaderName0; String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB79E9355BA2322F9C8FD240050BAF587B8F13D47)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertySheetFactory_Get_mD75BC3EB9CA3661CDD2478FFEA76B80A2E94273E_RuntimeMethod_var))); } IL_0021: { // return Get(shader); Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_7 = V_0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_8; L_8 = PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC(__this, L_7, NULL); return L_8; } } // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.PropertySheetFactory::Get(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___shader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mBAFD6C40524F8F99263609FFDEA66942D4FD7461_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD23AAF00A36381E1568DEF30702F51F62B5F321F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E20DF6208663B0AD273810771BA08667A977512); s_Il2CppMethodInitialized = true; } PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* V_0 = NULL; String_t* V_1 = NULL; { // if (shader == null) Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = ___shader0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_001a; } } { // throw new ArgumentException(string.Format("Invalid shader ({0})", shader)); Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = ___shader0; String_t* L_3; L_3 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB79E9355BA2322F9C8FD240050BAF587B8F13D47)), L_2, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertySheetFactory_Get_mCFDB007DD001F66FCC0EAD7549B63C74857569FC_RuntimeMethod_var))); } IL_001a: { // if (m_Sheets.TryGetValue(shader, out sheet)) Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* L_5 = __this->___m_Sheets_0; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_6 = ___shader0; bool L_7; L_7 = Dictionary_2_TryGetValue_mD23AAF00A36381E1568DEF30702F51F62B5F321F(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_mD23AAF00A36381E1568DEF30702F51F62B5F321F_RuntimeMethod_var); if (!L_7) { goto IL_002c; } } { // return sheet; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_8 = V_0; return L_8; } IL_002c: { // var shaderName = shader.name; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_9 = ___shader0; String_t* L_10; L_10 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_9, NULL); V_1 = L_10; // var material = new Material(shader) // { // name = string.Format("PostProcess - {0}", shaderName.Substring(shaderName.LastIndexOf('/') + 1)), // hideFlags = HideFlags.DontSave // }; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_11 = ___shader0; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_12, L_11, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = L_12; String_t* L_14 = V_1; String_t* L_15 = V_1; int32_t L_16; L_16 = String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E(L_15, ((int32_t)47), NULL); String_t* L_17; L_17 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_14, ((int32_t)il2cpp_codegen_add(L_16, 1)), NULL); String_t* L_18; L_18 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral3E20DF6208663B0AD273810771BA08667A977512, L_17, NULL); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_13, L_18, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19 = L_13; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_19, ((int32_t)52), NULL); // sheet = new PropertySheet(material); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_20 = (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)il2cpp_codegen_object_new(PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397_il2cpp_TypeInfo_var); PropertySheet__ctor_m856578925217FFB32911485BC651613C936B0E09(L_20, L_19, NULL); V_0 = L_20; // m_Sheets.Add(shader, sheet); Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* L_21 = __this->___m_Sheets_0; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_22 = ___shader0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_23 = V_0; Dictionary_2_Add_mBAFD6C40524F8F99263609FFDEA66942D4FD7461(L_21, L_22, L_23, Dictionary_2_Add_mBAFD6C40524F8F99263609FFDEA66942D4FD7461_RuntimeMethod_var); // return sheet; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_24 = V_0; return L_24; } } // System.Void UnityEngine.Rendering.PostProcessing.PropertySheetFactory::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertySheetFactory_Release_mDDF78ACFFC94C6E7015461F0B248E3F93E906CA1 (PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mED8E501F476F2C5CBC3CB98C15006A07921DC60F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mAB13BDD69E12A5E4AE6CF545CCACB1B7CE72DA9F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m2CE4BBF50300B34AD77F640A72F5D19257FAB9DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE4E78D2F0393369C8980E3E8A5095E6C220A3B5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7F3A4EDFD80BD8D37C65E368AF5594000C84E9C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m06E2B0CF4EAF89670563E65834609A85798E1478_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB V_0; memset((&V_0), 0, sizeof(V_0)); { // foreach (var sheet in m_Sheets.Values) Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* L_0 = __this->___m_Sheets_0; ValueCollection_t92E76DBE02CDD0FD17FC49F337E8087D0F0BDACA* L_1; L_1 = Dictionary_2_get_Values_mAB13BDD69E12A5E4AE6CF545CCACB1B7CE72DA9F(L_0, Dictionary_2_get_Values_mAB13BDD69E12A5E4AE6CF545CCACB1B7CE72DA9F_RuntimeMethod_var); Enumerator_t250B6857AFFE860D5964E7FDB75FD11D2E6606EB L_2; L_2 = ValueCollection_GetEnumerator_m06E2B0CF4EAF89670563E65834609A85798E1478(L_1, ValueCollection_GetEnumerator_m06E2B0CF4EAF89670563E65834609A85798E1478_RuntimeMethod_var); V_0 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002a: {// begin finally (depth: 1) Enumerator_Dispose_m2CE4BBF50300B34AD77F640A72F5D19257FAB9DB((&V_0), Enumerator_Dispose_m2CE4BBF50300B34AD77F640A72F5D19257FAB9DB_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_001f_1; } IL_0013_1: { // foreach (var sheet in m_Sheets.Values) PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_3; L_3 = Enumerator_get_Current_m7F3A4EDFD80BD8D37C65E368AF5594000C84E9C2_inline((&V_0), Enumerator_get_Current_m7F3A4EDFD80BD8D37C65E368AF5594000C84E9C2_RuntimeMethod_var); // sheet.Release(); PropertySheet_Release_mE8C333C8D788A25012EB4EC66C855232F0A93653(L_3, NULL); } IL_001f_1: { // foreach (var sheet in m_Sheets.Values) bool L_4; L_4 = Enumerator_MoveNext_mE4E78D2F0393369C8980E3E8A5095E6C220A3B5D((&V_0), Enumerator_MoveNext_mE4E78D2F0393369C8980E3E8A5095E6C220A3B5D_RuntimeMethod_var); if (L_4) { goto IL_0013_1; } } { goto IL_0038; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0038: { // m_Sheets.Clear(); Dictionary_2_t02150DAF80DD1F49C7D778D850960419D8DF445A* L_5 = __this->___m_Sheets_0; Dictionary_2_Clear_mED8E501F476F2C5CBC3CB98C15006A07921DC60F(L_5, Dictionary_2_Clear_mED8E501F476F2C5CBC3CB98C15006A07921DC60F_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_whiteTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* RuntimeUtilities_get_whiteTexture_mC7E015E50510EE1841B8BC3BD529CCAF22086DB4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral639ACA49B839E9212C60045A2AD4535F2CB02738); s_Il2CppMethodInitialized = true; } { // if (m_WhiteTexture == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0041; } } { // m_WhiteTexture = new Texture2D(1, 1, TextureFormat.ARGB32, false) { name = "White Texture" }; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_2 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_2, 1, 1, 5, (bool)0, NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3 = L_2; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_3, _stringLiteral639ACA49B839E9212C60045A2AD4535F2CB02738, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture_0 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture_0), (void*)L_3); // m_WhiteTexture.SetPixel(0, 0, Color.white); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5; L_5 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL); Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_4, 0, 0, L_5, NULL); // m_WhiteTexture.Apply(); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture_0; Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_6, NULL); } IL_0041: { // return m_WhiteTexture; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture_0; return L_7; } } // UnityEngine.Texture3D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_whiteTexture3D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* RuntimeUtilities_get_whiteTexture3D_m4C440E6EE5FAA6254DB5E5966B5AF11C015FE1D9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10CFB0C733409DD12D931B775A9F511EDA140395); s_Il2CppMethodInitialized = true; } { // if (m_WhiteTexture3D == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture3D_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_004d; } } { // m_WhiteTexture3D = new Texture3D(1, 1, 1, TextureFormat.ARGB32, false) { name = "White Texture 3D" }; Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_2 = (Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1*)il2cpp_codegen_object_new(Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1_il2cpp_TypeInfo_var); Texture3D__ctor_m0026373ADF87B100336F82579802E7819A5DB0F2(L_2, 1, 1, 1, 5, (bool)0, NULL); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_3 = L_2; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_3, _stringLiteral10CFB0C733409DD12D931B775A9F511EDA140395, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture3D_1 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture3D_1), (void*)L_3); // m_WhiteTexture3D.SetPixels(new Color[] { Color.white }); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_4 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture3D_1; ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_5 = (ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)SZArrayNew(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var, (uint32_t)1); ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_6 = L_5; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7; L_7 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL); (L_6)->SetAtUnchecked(static_cast(0), (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F)L_7); Texture3D_SetPixels_mECA010E0EE0375FA232A050AD7DB7C6F179CA561(L_4, L_6, NULL); // m_WhiteTexture3D.Apply(); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_8 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture3D_1; Texture3D_Apply_m1043B9228683E9150D2A79EDBE2D3D828F299ED2(L_8, NULL); } IL_004d: { // return m_WhiteTexture3D; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_WhiteTexture3D_1; return L_9; } } // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_blackTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* RuntimeUtilities_get_blackTexture_m08881D9E876F9549CFDA7C6B06B3DEA85EF5D11F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91896BFCE7A80962CB847131C99FBB40B54405A9); s_Il2CppMethodInitialized = true; } { // if (m_BlackTexture == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture_2; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0041; } } { // m_BlackTexture = new Texture2D(1, 1, TextureFormat.ARGB32, false) { name = "Black Texture" }; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_2 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_2, 1, 1, 5, (bool)0, NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3 = L_2; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_3, _stringLiteral91896BFCE7A80962CB847131C99FBB40B54405A9, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture_2), (void*)L_3); // m_BlackTexture.SetPixel(0, 0, Color.black); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5; L_5 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL); Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_4, 0, 0, L_5, NULL); // m_BlackTexture.Apply(); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture_2; Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_6, NULL); } IL_0041: { // return m_BlackTexture; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture_2; return L_7; } } // UnityEngine.Texture3D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_blackTexture3D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* RuntimeUtilities_get_blackTexture3D_mDC7E28274240F9D293DC1AEEC87A33EC44A39393 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6944797894A4EE69A35AAEF430EF2BAEFD94456); s_Il2CppMethodInitialized = true; } { // if (m_BlackTexture3D == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture3D_3; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_004d; } } { // m_BlackTexture3D = new Texture3D(1, 1, 1, TextureFormat.ARGB32, false) { name = "Black Texture 3D" }; Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_2 = (Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1*)il2cpp_codegen_object_new(Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1_il2cpp_TypeInfo_var); Texture3D__ctor_m0026373ADF87B100336F82579802E7819A5DB0F2(L_2, 1, 1, 1, 5, (bool)0, NULL); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_3 = L_2; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_3, _stringLiteralB6944797894A4EE69A35AAEF430EF2BAEFD94456, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture3D_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture3D_3), (void*)L_3); // m_BlackTexture3D.SetPixels(new Color[] { Color.black }); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_4 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture3D_3; ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_5 = (ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)SZArrayNew(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var, (uint32_t)1); ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_6 = L_5; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7; L_7 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL); (L_6)->SetAtUnchecked(static_cast(0), (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F)L_7); Texture3D_SetPixels_mECA010E0EE0375FA232A050AD7DB7C6F179CA561(L_4, L_6, NULL); // m_BlackTexture3D.Apply(); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_8 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture3D_3; Texture3D_Apply_m1043B9228683E9150D2A79EDBE2D3D828F299ED2(L_8, NULL); } IL_004d: { // return m_BlackTexture3D; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_BlackTexture3D_3; return L_9; } } // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_transparentTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* RuntimeUtilities_get_transparentTexture_m779AB38E42E8F5B2E2A4D4A32FFF445B0A0339DC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6C6C44A13894F1D66F784186F0791EB08A975AE); s_Il2CppMethodInitialized = true; } { // if (m_TransparentTexture == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0041; } } { // m_TransparentTexture = new Texture2D(1, 1, TextureFormat.ARGB32, false) { name = "Transparent Texture" }; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_2 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_2, 1, 1, 5, (bool)0, NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3 = L_2; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_3, _stringLiteralF6C6C44A13894F1D66F784186F0791EB08A975AE, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture_4), (void*)L_3); // m_TransparentTexture.SetPixel(0, 0, Color.clear); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture_4; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5; L_5 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_4, 0, 0, L_5, NULL); // m_TransparentTexture.Apply(); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture_4; Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_6, NULL); } IL_0041: { // return m_TransparentTexture; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture_4; return L_7; } } // UnityEngine.Texture3D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_transparentTexture3D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* RuntimeUtilities_get_transparentTexture3D_m89B518270D040C62EF994D61BB711FE1F200AFDE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA9E5E9E18AE33521BED7481E6C688F693E74D40); s_Il2CppMethodInitialized = true; } { // if (m_TransparentTexture3D == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture3D_5; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_004d; } } { // m_TransparentTexture3D = new Texture3D(1, 1, 1, TextureFormat.ARGB32, false) { name = "Transparent Texture 3D" }; Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_2 = (Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1*)il2cpp_codegen_object_new(Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1_il2cpp_TypeInfo_var); Texture3D__ctor_m0026373ADF87B100336F82579802E7819A5DB0F2(L_2, 1, 1, 1, 5, (bool)0, NULL); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_3 = L_2; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_3, _stringLiteralAA9E5E9E18AE33521BED7481E6C688F693E74D40, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture3D_5 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture3D_5), (void*)L_3); // m_TransparentTexture3D.SetPixels(new Color[] { Color.clear }); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_4 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture3D_5; ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_5 = (ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)SZArrayNew(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var, (uint32_t)1); ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_6 = L_5; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7; L_7 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); (L_6)->SetAtUnchecked(static_cast(0), (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F)L_7); Texture3D_SetPixels_mECA010E0EE0375FA232A050AD7DB7C6F179CA561(L_4, L_6, NULL); // m_TransparentTexture3D.Apply(); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_8 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture3D_5; Texture3D_Apply_m1043B9228683E9150D2A79EDBE2D3D828F299ED2(L_8, NULL); } IL_004d: { // return m_TransparentTexture3D; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Texture3D_tDC30A0F19B6055086859D1ABC098D6E6762000E1* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_TransparentTexture3D_5; return L_9; } } // UnityEngine.Texture2D UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetLutStrip(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* RuntimeUtilities_GetLutStrip_m0817F688637D9DEBACCB1388BC6B95E82E2063D3 (int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mF034C5A5294D9B1D315F5D0BE27C2B37006B9388_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6B564BC98D6BE49C9F90BE81BCF7B480D06A841D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureFormatUtilities_t68E492E14F6DE04D603579FC02F042ED0174572D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69C0119855718691DA94349AC3686D00870A9B98); s_Il2CppMethodInitialized = true; } Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* V_3 = NULL; float V_4 = 0.0f; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; float V_8 = 0.0f; int32_t V_9 = 0; float V_10 = 0.0f; int32_t V_11 = 0; float V_12 = 0.0f; { // if (!m_LutStrips.TryGetValue(size, out texture)) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_LutStrips_6; int32_t L_1 = ___size0; bool L_2; L_2 = Dictionary_2_TryGetValue_m6B564BC98D6BE49C9F90BE81BCF7B480D06A841D(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m6B564BC98D6BE49C9F90BE81BCF7B480D06A841D_RuntimeMethod_var); if (L_2) { goto IL_0105; } } { // int width = size * size; int32_t L_3 = ___size0; int32_t L_4 = ___size0; V_1 = ((int32_t)il2cpp_codegen_multiply(L_3, L_4)); // int height = size; int32_t L_5 = ___size0; V_2 = L_5; // var pixels = new Color[width * height]; int32_t L_6 = V_1; int32_t L_7 = V_2; ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_8 = (ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389*)SZArrayNew(ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_6, L_7))); V_3 = L_8; // float inv = 1f / (size - 1f); int32_t L_9 = ___size0; V_4 = ((float)((1.0f)/((float)il2cpp_codegen_subtract(((float)L_9), (1.0f))))); // for (int z = 0; z < size; z++) V_6 = 0; goto IL_0095; } IL_0036: { // var offset = z * size; int32_t L_10 = V_6; int32_t L_11 = ___size0; V_7 = ((int32_t)il2cpp_codegen_multiply(L_10, L_11)); // var b = z * inv; int32_t L_12 = V_6; float L_13 = V_4; V_8 = ((float)il2cpp_codegen_multiply(((float)L_12), L_13)); // for (int y = 0; y < size; y++) V_9 = 0; goto IL_008a; } IL_0049: { // var g = y * inv; int32_t L_14 = V_9; float L_15 = V_4; V_10 = ((float)il2cpp_codegen_multiply(((float)L_14), L_15)); // for (int x = 0; x < size; x++) V_11 = 0; goto IL_007f; } IL_0056: { // var r = x * inv; int32_t L_16 = V_11; float L_17 = V_4; V_12 = ((float)il2cpp_codegen_multiply(((float)L_16), L_17)); // pixels[y * width + offset + x] = new Color(r, g, b); ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_18 = V_3; int32_t L_19 = V_9; int32_t L_20 = V_1; int32_t L_21 = V_7; int32_t L_22 = V_11; float L_23 = V_12; float L_24 = V_10; float L_25 = V_8; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_26; memset((&L_26), 0, sizeof(L_26)); Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline((&L_26), L_23, L_24, L_25, /*hidden argument*/NULL); (L_18)->SetAtUnchecked(static_cast(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_19, L_20)), L_21)), L_22))), (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F)L_26); // for (int x = 0; x < size; x++) int32_t L_27 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_007f: { // for (int x = 0; x < size; x++) int32_t L_28 = V_11; int32_t L_29 = ___size0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0056; } } { // for (int y = 0; y < size; y++) int32_t L_30 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_008a: { // for (int y = 0; y < size; y++) int32_t L_31 = V_9; int32_t L_32 = ___size0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0049; } } { // for (int z = 0; z < size; z++) int32_t L_33 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_33, 1)); } IL_0095: { // for (int z = 0; z < size; z++) int32_t L_34 = V_6; int32_t L_35 = ___size0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0036; } } { // var format = TextureFormat.RGBAHalf; V_5 = ((int32_t)17); // if (!format.IsSupported()) int32_t L_36 = V_5; il2cpp_codegen_runtime_class_init_inline(TextureFormatUtilities_t68E492E14F6DE04D603579FC02F042ED0174572D_il2cpp_TypeInfo_var); bool L_37; L_37 = TextureFormatUtilities_IsSupported_m36A432AF0FF57C130ACB43EC4FDE96452003CE5B(L_36, NULL); if (L_37) { goto IL_00aa; } } { // format = TextureFormat.ARGB32; V_5 = 5; } IL_00aa: { // texture = new Texture2D(size * size, size, format, false, true) // { // name = "Strip Lut" + size, // hideFlags = HideFlags.DontSave, // filterMode = FilterMode.Bilinear, // wrapMode = TextureWrapMode.Clamp, // anisoLevel = 0 // }; int32_t L_38 = ___size0; int32_t L_39 = ___size0; int32_t L_40 = ___size0; int32_t L_41 = V_5; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_42 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var); Texture2D__ctor_mC3F84195D1DCEFC0536B3FBD40A8F8E865A4F32A(L_42, ((int32_t)il2cpp_codegen_multiply(L_38, L_39)), L_40, L_41, (bool)0, (bool)1, NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_43 = L_42; String_t* L_44; L_44 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___size0), NULL); String_t* L_45; L_45 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral69C0119855718691DA94349AC3686D00870A9B98, L_44, NULL); Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_43, L_45, NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_46 = L_43; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_46, ((int32_t)52), NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_47 = L_46; Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_47, 1, NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_48 = L_47; Texture_set_wrapMode_m1F74A690E3883EC9C5C371D502D09642F15D0F7E(L_48, 1, NULL); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_49 = L_48; Texture_set_anisoLevel_m768759DE9D6BE15FCE995F5FC468980B904B9D1F(L_49, 0, NULL); V_0 = L_49; // texture.SetPixels(pixels); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_50 = V_0; ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_51 = V_3; Texture2D_SetPixels_mAE0CDFA15FA96F840D7FFADC31405D8AF20D9073(L_50, L_51, NULL); // texture.Apply(); Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_52 = V_0; Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_52, NULL); // m_LutStrips.Add(size, texture); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04* L_53 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_LutStrips_6; int32_t L_54 = ___size0; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_55 = V_0; Dictionary_2_Add_mF034C5A5294D9B1D315F5D0BE27C2B37006B9388(L_53, L_54, L_55, Dictionary_2_Add_mF034C5A5294D9B1D315F5D0BE27C2B37006B9388_RuntimeMethod_var); } IL_0105: { // return texture; Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_56 = V_0; return L_56; } } // UnityEngine.Mesh UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_fullscreenTriangle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56F6E8A8A4A719B8F6BA55E37E89D0AEC892F958); s_Il2CppMethodInitialized = true; } { // if (s_FullscreenTriangle != null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0013; } } { // return s_FullscreenTriangle; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_2 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8; return L_2; } IL_0013: { // s_FullscreenTriangle = new Mesh { name = "Fullscreen Triangle" }; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_3 = (Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4*)il2cpp_codegen_object_new(Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_il2cpp_TypeInfo_var); Mesh__ctor_m5A9AECEDDAFFD84811ED8928012BDE97A9CEBD00(L_3, NULL); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_4 = L_3; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_4, _stringLiteral56F6E8A8A4A719B8F6BA55E37E89D0AEC892F958, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8), (void*)L_4); // s_FullscreenTriangle.SetVertices(new List // { // new Vector3(-1f, -1f, 0f), // new Vector3(-1f, 3f, 0f), // new Vector3(3f, -1f, 0f) // }); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_5 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8; List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_6 = (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*)il2cpp_codegen_object_new(List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_il2cpp_TypeInfo_var); List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C(L_6, List_1__ctor_mC54E2BCBE43279A96FC082F5CDE2D76388BD8F9C_RuntimeMethod_var); List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_7 = L_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8; memset((&L_8), 0, sizeof(L_8)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_8), (-1.0f), (-1.0f), (0.0f), /*hidden argument*/NULL); List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline(L_7, L_8, List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var); List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_9 = L_7; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10; memset((&L_10), 0, sizeof(L_10)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_10), (-1.0f), (3.0f), (0.0f), /*hidden argument*/NULL); List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline(L_9, L_10, List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var); List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_11 = L_9; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), (3.0f), (-1.0f), (0.0f), /*hidden argument*/NULL); List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_inline(L_11, L_12, List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_RuntimeMethod_var); Mesh_SetVertices_mCE01139EEEC3D10B4A6CEA1749FD84DABC53599E(L_5, L_11, NULL); // s_FullscreenTriangle.SetIndices(new[] { 0, 1, 2 }, MeshTopology.Triangles, 0, false); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_13 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_14 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_15 = L_14; (L_15)->SetAtUnchecked(static_cast(1), (int32_t)1); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16 = L_15; (L_16)->SetAtUnchecked(static_cast(2), (int32_t)2); Mesh_SetIndices_mF6F0906E06363EB0FE19EF422C533C0B0B421B0B(L_13, L_16, 0, 0, (bool)0, NULL); // s_FullscreenTriangle.UploadMeshData(false); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_17 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8; Mesh_UploadMeshData_mE4C94F263DAA8CAC1641FE137E1CE7D3F09396EB(L_17, (bool)0, NULL); // return s_FullscreenTriangle; Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_18 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_FullscreenTriangle_8; return L_18; } } // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyStdMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyStdMaterial_mD30BFA982998C8AD7E2C489DF3416AF8564124D0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89664300C74122590A7402331DCC0DEB889E812); s_Il2CppMethodInitialized = true; } { // if (s_CopyStdMaterial != null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0013; } } { // return s_CopyStdMaterial; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9; return L_2; } IL_0013: { // var shader = s_Resources.shaders.copyStd; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_3 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_Resources_7; Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_4 = L_3->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = L_4->___copyStd_2; // s_CopyStdMaterial = new Material(shader) // { // name = "PostProcess - CopyStd", // hideFlags = HideFlags.HideAndDontSave // }; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_7, _stringLiteralC89664300C74122590A7402331DCC0DEB889E812, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)61), NULL); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9), (void*)L_8); // return s_CopyStdMaterial; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9; return L_9; } } // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyStdFromDoubleWideMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyStdFromDoubleWideMaterial_m21BBAF82C52F21FF38FF6646CB75C64FAA1E117B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A0393B03DEF987E242C09199E1EBEC6DA88F8A8); s_Il2CppMethodInitialized = true; } { // if (s_CopyStdFromDoubleWideMaterial != null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0013; } } { // return s_CopyStdFromDoubleWideMaterial; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10; return L_2; } IL_0013: { // var shader = s_Resources.shaders.copyStdFromDoubleWide; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_3 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_Resources_7; Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_4 = L_3->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = L_4->___copyStdFromDoubleWide_4; // s_CopyStdFromDoubleWideMaterial = new Material(shader) // { // name = "PostProcess - CopyStdFromDoubleWide", // hideFlags = HideFlags.HideAndDontSave // }; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_7, _stringLiteral5A0393B03DEF987E242C09199E1EBEC6DA88F8A8, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)61), NULL); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10), (void*)L_8); // return s_CopyStdFromDoubleWideMaterial; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10; return L_9; } } // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyMaterial_m727A9F794F0375D736CBA99C9D49F1F6DE002580 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16E48C312F07FB1EEACFFE7DB56DE004B5C8EBC8); s_Il2CppMethodInitialized = true; } { // if (s_CopyMaterial != null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0013; } } { // return s_CopyMaterial; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11; return L_2; } IL_0013: { // var shader = s_Resources.shaders.copy; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_3 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_Resources_7; Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_4 = L_3->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = L_4->___copy_1; // s_CopyMaterial = new Material(shader) // { // name = "PostProcess - Copy", // hideFlags = HideFlags.HideAndDontSave // }; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_7, _stringLiteral16E48C312F07FB1EEACFFE7DB56DE004B5C8EBC8, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)61), NULL); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11), (void*)L_8); // return s_CopyMaterial; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11; return L_9; } } // UnityEngine.Material UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyFromTexArrayMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RuntimeUtilities_get_copyFromTexArrayMaterial_m3A4C36563883452C4A44761A8B70C1C08500C0D1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08ED43185C181085D3D3132BE92B86C4A4C1AA34); s_Il2CppMethodInitialized = true; } { // if (s_CopyFromTexArrayMaterial != null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0013; } } { // return s_CopyFromTexArrayMaterial; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12; return L_2; } IL_0013: { // var shader = s_Resources.shaders.copyStdFromTexArray; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_3 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_Resources_7; Shaders_t2934A1A9726776BE88E31A97A67A9BD9ACEED86B* L_4 = L_3->___shaders_7; Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = L_4->___copyStdFromTexArray_3; // s_CopyFromTexArrayMaterial = new Material(shader) // { // name = "PostProcess - CopyFromTexArray", // hideFlags = HideFlags.HideAndDontSave // }; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var); Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6; Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_7, _stringLiteral08ED43185C181085D3D3132BE92B86C4A4C1AA34, NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7; Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)61), NULL); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12), (void*)L_8); // return s_CopyFromTexArrayMaterial; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12; return L_9; } } // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copySheet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* RuntimeUtilities_get_copySheet_mFDA1B83FCF385E40BFC7659DF705A15423662B80 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_CopySheet == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopySheet_13; if (L_0) { goto IL_0016; } } { // s_CopySheet = new PropertySheet(copyMaterial); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1; L_1 = RuntimeUtilities_get_copyMaterial_m727A9F794F0375D736CBA99C9D49F1F6DE002580(NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_2 = (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)il2cpp_codegen_object_new(PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397_il2cpp_TypeInfo_var); PropertySheet__ctor_m856578925217FFB32911485BC651613C936B0E09(L_2, L_1, NULL); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopySheet_13 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopySheet_13), (void*)L_2); } IL_0016: { // return s_CopySheet; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_3 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopySheet_13; return L_3; } } // UnityEngine.Rendering.PostProcessing.PropertySheet UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_copyFromTexArraySheet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* RuntimeUtilities_get_copyFromTexArraySheet_m7E8074DD22B6AECC91E832D4A2811364353C03B2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_CopyFromTexArraySheet == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArraySheet_14; if (L_0) { goto IL_0016; } } { // s_CopyFromTexArraySheet = new PropertySheet(copyFromTexArrayMaterial); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1; L_1 = RuntimeUtilities_get_copyFromTexArrayMaterial_m3A4C36563883452C4A44761A8B70C1C08500C0D1(NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_2 = (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)il2cpp_codegen_object_new(PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397_il2cpp_TypeInfo_var); PropertySheet__ctor_m856578925217FFB32911485BC651613C936B0E09(L_2, L_1, NULL); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArraySheet_14 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArraySheet_14), (void*)L_2); } IL_0016: { // return s_CopyFromTexArraySheet; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_3 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArraySheet_14; return L_3; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::isValidResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_isValidResources_m62370A08CF85A9B49B0BF70F4BCFC3940179B9FA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_Resources != null; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_Resources_7; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); return L_1; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::UpdateResources(UnityEngine.Rendering.PostProcessing.PostProcessResources) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_UpdateResources_mBE0F3DBAC0FFC83774E6B3FE4B792D79F2D2190C (PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___resources0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Destroy(s_CopyMaterial); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11; RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_0, NULL); // Destroy(s_CopyStdMaterial); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9; RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_1, NULL); // Destroy(s_CopyFromTexArrayMaterial); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12; RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_2, NULL); // Destroy(s_CopyStdFromDoubleWideMaterial); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10; RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_3, NULL); // s_CopyMaterial = null; ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyMaterial_11), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL); // s_CopyStdMaterial = null; ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdMaterial_9), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL); // s_CopyFromTexArrayMaterial = null; ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArrayMaterial_12), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL); // s_CopyStdFromDoubleWideMaterial = null; ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyStdFromDoubleWideMaterial_10), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL); // s_CopySheet = null; ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopySheet_13 = (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopySheet_13), (void*)(PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)NULL); // s_CopyFromTexArraySheet = null; ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArraySheet_14 = (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_CopyFromTexArraySheet_14), (void*)(PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397*)NULL); // s_Resources = resources; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_4 = ___resources0; ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_Resources_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___s_Resources_7), (void*)L_4); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::SetRenderTargetWithLoadStoreAction(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_SetRenderTargetWithLoadStoreAction_mEE3E2CE42BCCD7E75243AED7EAD8D1089E1C69C1 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt1, int32_t ___loadAction2, int32_t ___storeAction3, const RuntimeMethod* method) { { // cmd.SetRenderTarget(rt, loadAction, storeAction); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___rt1; int32_t L_2 = ___loadAction2; int32_t L_3 = ___storeAction3; CommandBuffer_SetRenderTarget_mC138EA08E2FADA524DA4A0B7C702DAEA17D41B8C(L_0, L_1, L_2, L_3, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::SetRenderTargetWithLoadStoreAction(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_SetRenderTargetWithLoadStoreAction_m24F0073A8D00CDF6C78C065C4CC15604079236CE (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___rt1, int32_t ___loadAction2, int32_t ___storeAction3, int32_t ___depthLoadAction4, int32_t ___depthStoreAction5, const RuntimeMethod* method) { { // cmd.SetRenderTarget(rt, loadAction, storeAction, depthLoadAction, depthStoreAction); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___rt1; int32_t L_2 = ___loadAction2; int32_t L_3 = ___storeAction3; int32_t L_4 = ___depthLoadAction4; int32_t L_5 = ___depthStoreAction5; CommandBuffer_SetRenderTarget_m00472C42F4BAE11802652921705D554E158D926C(L_0, L_1, L_2, L_3, L_4, L_5, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::SetRenderTargetWithLoadStoreAction(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_SetRenderTargetWithLoadStoreAction_mCB09DF731522538C52575B51824958B69AFAC5C2 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___color1, int32_t ___colorLoadAction2, int32_t ___colorStoreAction3, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___depth4, int32_t ___depthLoadAction5, int32_t ___depthStoreAction6, const RuntimeMethod* method) { { // cmd.SetRenderTarget(color, colorLoadAction, colorStoreAction, depth, depthLoadAction, depthStoreAction); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___color1; int32_t L_2 = ___colorLoadAction2; int32_t L_3 = ___colorStoreAction3; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4 = ___depth4; int32_t L_5 = ___depthLoadAction5; int32_t L_6 = ___depthStoreAction6; CommandBuffer_SetRenderTarget_m43B883C6477E59A65A7FDF142EC347538EA6A57B(L_0, L_1, L_2, L_3, L_4, L_5, L_6, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Boolean,System.Nullable`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_mEC9B2A7C03407D8D98E54B9596664D7AD72E2797 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, bool ___clear3, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport4, bool ___preserveDepth5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B5_2; memset((&G_B5_2), 0, sizeof(G_B5_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B5_3 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B4_2; memset((&G_B4_2), 0, sizeof(G_B4_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B4_3 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B6_2 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B6_3; memset((&G_B6_3), 0, sizeof(G_B6_3)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B6_4 = NULL; { // cmd.SetGlobalTexture(ShaderIDs.MainTex, source); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MainTex_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_0, L_1, L_2, NULL); // var colorLoad = viewport == null ? LoadAction.DontCare : LoadAction.Load; bool L_3; L_3 = Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline((&___viewport4), Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); if (!L_3) { goto IL_0018; } } { G_B3_0 = 0; goto IL_0019; } IL_0018: { G_B3_0 = 2; } IL_0019: { V_0 = G_B3_0; // cmd.SetRenderTargetWithLoadStoreAction(destination, colorLoad, StoreAction.Store, preserveDepth ? LoadAction.Load : colorLoad, StoreAction.Store); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5 = ___destination2; int32_t L_6 = V_0; bool L_7 = ___preserveDepth5; G_B4_0 = 0; G_B4_1 = L_6; G_B4_2 = L_5; G_B4_3 = L_4; if (L_7) { G_B5_0 = 0; G_B5_1 = L_6; G_B5_2 = L_5; G_B5_3 = L_4; goto IL_0025; } } { int32_t L_8 = V_0; G_B6_0 = ((int32_t)(L_8)); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; G_B6_4 = G_B4_3; goto IL_0026; } IL_0025: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; G_B6_4 = G_B5_3; } IL_0026: { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_SetRenderTargetWithLoadStoreAction_m24F0073A8D00CDF6C78C065C4CC15604079236CE(G_B6_4, G_B6_3, G_B6_2, G_B6_1, G_B6_0, 0, NULL); // if (viewport != null) bool L_9; L_9 = Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline((&___viewport4), Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); if (!L_9) { goto IL_0042; } } { // cmd.SetViewport(viewport.Value); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___cmd0; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11; L_11 = Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D((&___viewport4), Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D(L_10, L_11, NULL); } IL_0042: { // if (clear) bool L_12 = ___clear3; if (!L_12) { goto IL_0052; } } { // cmd.ClearRenderTarget(true, true, Color.clear); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = ___cmd0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14; L_14 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_13, (bool)1, (bool)1, L_14, NULL); } IL_0052: { // cmd.DrawMesh(fullscreenTriangle, Matrix4x4.identity, copyMaterial, 0, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_16; L_16 = RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943(NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17; L_17 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL); Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18; L_18 = RuntimeUtilities_get_copyMaterial_m727A9F794F0375D736CBA99C9D49F1F6DE002580(NULL); CommandBuffer_DrawMesh_m2CDCAC3E41416226D38770259BB2C56CB37D5EEF(L_15, L_16, L_17, L_18, 0, 0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,UnityEngine.Rendering.RenderBufferLoadAction,System.Nullable`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_m06AA564FF5237EC15E323082548A497C6DAE4DA9 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, int32_t ___loadAction5, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport6, bool ___preserveDepth7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B6_2; memset((&G_B6_2), 0, sizeof(G_B6_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B6_3 = NULL; int32_t G_B6_4 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B5_2; memset((&G_B5_2), 0, sizeof(G_B5_2)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B5_3 = NULL; int32_t G_B5_4 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; int32_t G_B7_2 = 0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B7_3; memset((&G_B7_3), 0, sizeof(G_B7_3)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B7_4 = NULL; int32_t G_B7_5 = 0; int32_t G_B9_0 = 0; int32_t G_B8_0 = 0; { // cmd.SetGlobalTexture(ShaderIDs.MainTex, source); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MainTex_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_0, L_1, L_2, NULL); // bool clear = (loadAction == LoadAction.Clear); int32_t L_3 = ___loadAction5; // if (clear) int32_t L_4 = ((((int32_t)L_3) == ((int32_t)1))? 1 : 0); G_B1_0 = L_4; if (!L_4) { G_B2_0 = L_4; goto IL_0017; } } { // loadAction = LoadAction.DontCare; ___loadAction5 = 2; G_B2_0 = G_B1_0; } IL_0017: { // if (viewport != null) bool L_5; L_5 = Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline((&___viewport6), Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); G_B3_0 = G_B2_0; if (!L_5) { G_B4_0 = G_B2_0; goto IL_0023; } } { // loadAction = LoadAction.Load; ___loadAction5 = 0; G_B4_0 = G_B3_0; } IL_0023: { // cmd.SetRenderTargetWithLoadStoreAction(destination, loadAction, StoreAction.Store, preserveDepth ? LoadAction.Load : loadAction, StoreAction.Store); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_7 = ___destination2; int32_t L_8 = ___loadAction5; bool L_9 = ___preserveDepth7; G_B5_0 = 0; G_B5_1 = L_8; G_B5_2 = L_7; G_B5_3 = L_6; G_B5_4 = G_B4_0; if (L_9) { G_B6_0 = 0; G_B6_1 = L_8; G_B6_2 = L_7; G_B6_3 = L_6; G_B6_4 = G_B4_0; goto IL_0030; } } { int32_t L_10 = ___loadAction5; G_B7_0 = ((int32_t)(L_10)); G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; G_B7_5 = G_B5_4; goto IL_0031; } IL_0030: { G_B7_0 = 0; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; G_B7_5 = G_B6_4; } IL_0031: { il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_SetRenderTargetWithLoadStoreAction_m24F0073A8D00CDF6C78C065C4CC15604079236CE(G_B7_4, G_B7_3, G_B7_2, G_B7_1, G_B7_0, 0, NULL); // if (viewport != null) bool L_11; L_11 = Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline((&___viewport6), Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); G_B8_0 = G_B7_5; if (!L_11) { G_B9_0 = G_B7_5; goto IL_004d; } } { // cmd.SetViewport(viewport.Value); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = ___cmd0; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_13; L_13 = Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D((&___viewport6), Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D(L_12, L_13, NULL); G_B9_0 = G_B8_0; } IL_004d: { // if (clear) if (!G_B9_0) { goto IL_005c; } } { // cmd.ClearRenderTarget(true, true, Color.clear); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = ___cmd0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15; L_15 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_14, (bool)1, (bool)1, L_15, NULL); } IL_005c: { // cmd.DrawMesh(fullscreenTriangle, Matrix4x4.identity, propertySheet.material, 0, pass, propertySheet.properties); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_16 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_17; L_17 = RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943(NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18; L_18 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_19 = ___propertySheet3; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20; L_20 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(L_19, NULL); int32_t L_21 = ___pass4; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_22 = ___propertySheet3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_23; L_23 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_22, NULL); CommandBuffer_DrawMesh_m5C2FA266FB98E3B7F59009B501824511E47003D9(L_16, L_17, L_18, L_20, 0, L_21, L_23, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Nullable`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, bool ___clear5, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport6, bool ___preserveDepth7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* G_B2_1 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B2_2; memset((&G_B2_2), 0, sizeof(G_B2_2)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B2_3; memset((&G_B2_3), 0, sizeof(G_B2_3)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B2_4 = NULL; int32_t G_B1_0 = 0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* G_B1_1 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B1_2; memset((&G_B1_2), 0, sizeof(G_B1_2)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B1_3; memset((&G_B1_3), 0, sizeof(G_B1_3)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B1_4 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* G_B3_2 = NULL; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B3_3; memset((&G_B3_3), 0, sizeof(G_B3_3)); RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B3_4; memset((&G_B3_4), 0, sizeof(G_B3_4)); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B3_5 = NULL; { // cmd.BlitFullscreenTriangle(source, destination, propertySheet, pass, clear ? LoadAction.Clear : LoadAction.DontCare, viewport, preserveDepth); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___source1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___destination2; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_3 = ___propertySheet3; int32_t L_4 = ___pass4; bool L_5 = ___clear5; G_B1_0 = L_4; G_B1_1 = L_3; G_B1_2 = L_2; G_B1_3 = L_1; G_B1_4 = L_0; if (L_5) { G_B2_0 = L_4; G_B2_1 = L_3; G_B2_2 = L_2; G_B2_3 = L_1; G_B2_4 = L_0; goto IL_000d; } } { G_B3_0 = 2; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; goto IL_000e; } IL_000d: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; } IL_000e: { Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_6 = ___viewport6; bool L_7 = ___preserveDepth7; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m06AA564FF5237EC15E323082548A497C6DAE4DA9(G_B3_5, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, L_6, L_7, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleFromDoubleWide(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleFromDoubleWide_mF70FFB7FA914A8F5B41B6B613ED0C69EED52D054 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material3, int32_t ___pass4, int32_t ___eye5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector4 uvScaleOffset = new Vector4(0.5f, 1.0f, 0, 0); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_0), (0.5f), (1.0f), (0.0f), (0.0f), NULL); // if (eye == 1) int32_t L_0 = ___eye5; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_002c; } } { // uvScaleOffset.z = 0.5f; (&V_0)->___z_3 = (0.5f); } IL_002c: { // cmd.SetGlobalVector(ShaderIDs.UVScaleOffset, uvScaleOffset); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_2 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___UVScaleOffset_127; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = V_0; CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_1, L_2, L_3, NULL); // cmd.BuiltinBlit(source, destination, material, pass); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5 = ___source1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6 = ___destination2; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = ___material3; int32_t L_8 = ___pass4; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BuiltinBlit_m551153B7E44E418912ACFCCA2CE92FF20093C5D6(L_4, L_5, L_6, L_7, L_8, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleToDoubleWide(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleToDoubleWide_m519121ABE1997237F33909768F4BEFBA94435E8B (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, int32_t ___eye5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CA98D56D560FF8016E2A1CE069D887E1215A99A); s_Il2CppMethodInitialized = true; } Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_1; memset((&V_1), 0, sizeof(V_1)); { // Vector4 posScaleOffset = new Vector4(0.5f, 1.0f, -0.5f, 0); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_0), (0.5f), (1.0f), (-0.5f), (0.0f), NULL); // if (eye == 1) int32_t L_0 = ___eye5; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_002c; } } { // posScaleOffset.z = 0.5f; (&V_0)->___z_3 = (0.5f); } IL_002c: { // propertySheet.EnableKeyword("STEREO_DOUBLEWIDE_TARGET"); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_1 = ___propertySheet3; PropertySheet_EnableKeyword_mE87386C289094FE73D84061BE6F716BAE6F43062(L_1, _stringLiteral0CA98D56D560FF8016E2A1CE069D887E1215A99A, NULL); // propertySheet.properties.SetVector(ShaderIDs.PosScaleOffset, posScaleOffset); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_2 = ___propertySheet3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_3; L_3 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_4 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___PosScaleOffset_128; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = V_0; MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_3, L_4, L_5, NULL); // cmd.BlitFullscreenTriangle(source, destination, propertySheet, 0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_7 = ___source1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8 = ___destination2; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_9 = ___propertySheet3; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_m5E84F777CA552E3540C83CDAEB6C2075F8406E16(L_6, L_7, L_8, L_9, 0, (bool)0, L_10, (bool)0, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleFromTexArray(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleFromTexArray_m0F023533F28CBAA19FBCC967148FA3E9664DEAA4 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, bool ___clear5, int32_t ___depthSlice6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // cmd.SetGlobalTexture(ShaderIDs.MainTex, source); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MainTex_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_0, L_1, L_2, NULL); // cmd.SetGlobalFloat(ShaderIDs.DepthSlice, depthSlice); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___cmd0; int32_t L_4 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthSlice_126; int32_t L_5 = ___depthSlice6; CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68(L_3, L_4, ((float)L_5), NULL); // cmd.SetRenderTargetWithLoadStoreAction(destination, RenderBufferLoadAction.DontCare, RenderBufferStoreAction.Store); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_7 = ___destination2; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_SetRenderTargetWithLoadStoreAction_mEE3E2CE42BCCD7E75243AED7EAD8D1089E1C69C1(L_6, L_7, 2, 0, NULL); // if (clear) bool L_8 = ___clear5; if (!L_8) { goto IL_0034; } } { // cmd.ClearRenderTarget(true, true, Color.clear); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = ___cmd0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10; L_10 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_9, (bool)1, (bool)1, L_10, NULL); } IL_0034: { // cmd.DrawMesh(fullscreenTriangle, Matrix4x4.identity, propertySheet.material, 0, pass, propertySheet.properties); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_12; L_12 = RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943(NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13; L_13 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_14 = ___propertySheet3; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15; L_15 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(L_14, NULL); int32_t L_16 = ___pass4; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_17 = ___propertySheet3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_18; L_18 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_17, NULL); CommandBuffer_DrawMesh_m5C2FA266FB98E3B7F59009B501824511E47003D9(L_11, L_12, L_13, L_15, 0, L_16, L_18, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangleToTexArray(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangleToTexArray_mBD1CA564E22FA104F9374C123EA833DDD8836B0F (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet3, int32_t ___pass4, bool ___clear5, int32_t ___depthSlice6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // cmd.SetGlobalTexture(ShaderIDs.MainTex, source); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MainTex_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_0, L_1, L_2, NULL); // cmd.SetGlobalFloat(ShaderIDs.DepthSlice, depthSlice); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___cmd0; int32_t L_4 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthSlice_126; int32_t L_5 = ___depthSlice6; CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68(L_3, L_4, ((float)L_5), NULL); // cmd.SetRenderTarget(destination, 0, CubemapFace.Unknown, -1); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_7 = ___destination2; CommandBuffer_SetRenderTarget_mB2089C569DC81491FEBF3F685188DDFCF7F324EC(L_6, L_7, 0, (-1), (-1), NULL); // if (clear) bool L_8 = ___clear5; if (!L_8) { goto IL_0035; } } { // cmd.ClearRenderTarget(true, true, Color.clear); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = ___cmd0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10; L_10 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_9, (bool)1, (bool)1, L_10, NULL); } IL_0035: { // cmd.DrawMesh(fullscreenTriangle, Matrix4x4.identity, propertySheet.material, 0, pass, propertySheet.properties); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_12; L_12 = RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943(NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13; L_13 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_14 = ___propertySheet3; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15; L_15 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(L_14, NULL); int32_t L_16 = ___pass4; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_17 = ___propertySheet3; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_18; L_18 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_17, NULL); CommandBuffer_DrawMesh_m5C2FA266FB98E3B7F59009B501824511E47003D9(L_11, L_12, L_13, L_15, 0, L_16, L_18, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_m1404A153CB43013F85DFE9792374932DB52324C6 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___depth3, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet4, int32_t ___pass5, bool ___clear6, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { // cmd.SetGlobalTexture(ShaderIDs.MainTex, source); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MainTex_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_0, L_1, L_2, NULL); // LoadAction loadAction = viewport == null ? LoadAction.DontCare : LoadAction.Load; bool L_3; L_3 = Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline((&___viewport7), Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); if (!L_3) { goto IL_0018; } } { G_B3_0 = 0; goto IL_0019; } IL_0018: { G_B3_0 = 2; } IL_0019: { V_0 = G_B3_0; // if (clear) bool L_4 = ___clear6; if (!L_4) { goto IL_0039; } } { // cmd.SetRenderTargetWithLoadStoreAction(destination, loadAction, StoreAction.Store, depth, loadAction, StoreAction.Store); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6 = ___destination2; int32_t L_7 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8 = ___depth3; int32_t L_9 = V_0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_SetRenderTargetWithLoadStoreAction_mCB09DF731522538C52575B51824958B69AFAC5C2(L_5, L_6, L_7, 0, L_8, L_9, 0, NULL); // cmd.ClearRenderTarget(true, true, Color.clear); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___cmd0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11; L_11 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_10, (bool)1, (bool)1, L_11, NULL); goto IL_0045; } IL_0039: { // cmd.SetRenderTargetWithLoadStoreAction(destination, loadAction, StoreAction.Store, depth, LoadAction.Load, StoreAction.Store); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_13 = ___destination2; int32_t L_14 = V_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_15 = ___depth3; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_SetRenderTargetWithLoadStoreAction_mCB09DF731522538C52575B51824958B69AFAC5C2(L_12, L_13, L_14, 0, L_15, 0, 0, NULL); } IL_0045: { // if (viewport != null) bool L_16; L_16 = Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline((&___viewport7), Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); if (!L_16) { goto IL_005b; } } { // cmd.SetViewport(viewport.Value); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_17 = ___cmd0; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_18; L_18 = Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D((&___viewport7), Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D(L_17, L_18, NULL); } IL_005b: { // cmd.DrawMesh(fullscreenTriangle, Matrix4x4.identity, propertySheet.material, 0, pass, propertySheet.properties); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_20; L_20 = RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943(NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_21; L_21 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_22 = ___propertySheet4; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_23; L_23 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(L_22, NULL); int32_t L_24 = ___pass5; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_25 = ___propertySheet4; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_26; L_26 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_25, NULL); CommandBuffer_DrawMesh_m5C2FA266FB98E3B7F59009B501824511E47003D9(L_19, L_20, L_21, L_23, 0, L_24, L_26, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BlitFullscreenTriangle(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier[],UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.PostProcessing.PropertySheet,System.Int32,System.Boolean,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BlitFullscreenTriangle_mD14ACB5B5332363E7B5D4EE478EB26203FFA6649 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___destinations2, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___depth3, PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* ___propertySheet4, int32_t ___pass5, bool ___clear6, Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___viewport7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // cmd.SetGlobalTexture(ShaderIDs.MainTex, source); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MainTex_0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_0, L_1, L_2, NULL); // cmd.SetRenderTarget(destinations, depth); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___cmd0; RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_4 = ___destinations2; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5 = ___depth3; CommandBuffer_SetRenderTarget_mEB1DFBA6D3C2B51946FADBFF25D6BB58A0199A04(L_3, L_4, L_5, NULL); // if (viewport != null) bool L_6; L_6 = Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_inline((&___viewport7), Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_RuntimeMethod_var); if (!L_6) { goto IL_002a; } } { // cmd.SetViewport(viewport.Value); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = ___cmd0; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8; L_8 = Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D((&___viewport7), Nullable_1_get_Value_mE4455CB97E86AE0EFA3BFFA21F9CAB714EFE554D_RuntimeMethod_var); CommandBuffer_SetViewport_m3BCCABB7493369D88DB15EE43C41D9858AE2574D(L_7, L_8, NULL); } IL_002a: { // if (clear) bool L_9 = ___clear6; if (!L_9) { goto IL_003b; } } { // cmd.ClearRenderTarget(true, true, Color.clear); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___cmd0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11; L_11 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL); CommandBuffer_ClearRenderTarget_mABBE498A16DCEADCAA8F5DB50073012F74D03F14(L_10, (bool)1, (bool)1, L_11, NULL); } IL_003b: { // cmd.DrawMesh(fullscreenTriangle, Matrix4x4.identity, propertySheet.material, 0, pass, propertySheet.properties); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = ___cmd0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* L_13; L_13 = RuntimeUtilities_get_fullscreenTriangle_m8C0D0D6F328EC0F374254A4B7E65DF5782465943(NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14; L_14 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL); PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_15 = ___propertySheet4; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16; L_16 = PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline(L_15, NULL); int32_t L_17 = ___pass5; PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* L_18 = ___propertySheet4; MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_19; L_19 = PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline(L_18, NULL); CommandBuffer_DrawMesh_m5C2FA266FB98E3B7F59009B501824511E47003D9(L_12, L_13, L_14, L_16, 0, L_17, L_19, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BuiltinBlit(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BuiltinBlit_mE79D10EF1E1635CCBE6EA8C29D353675E85B4866 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, const RuntimeMethod* method) { { // cmd.SetRenderTarget(destination, RenderBufferLoadAction.DontCare, RenderBufferStoreAction.Store); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___destination2; CommandBuffer_SetRenderTarget_mC138EA08E2FADA524DA4A0B7C702DAEA17D41B8C(L_0, L_1, 2, 0, NULL); // destination = BuiltinRenderTextureType.CurrentActive; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2; L_2 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(1, NULL); ___destination2 = L_2; // cmd.Blit(source, destination); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4 = ___source1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5 = ___destination2; CommandBuffer_Blit_mDD1E2CA1DBB6E424AF1C384AC9C8490258C8B938(L_3, L_4, L_5, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::BuiltinBlit(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_BuiltinBlit_m551153B7E44E418912ACFCCA2CE92FF20093C5D6 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___mat3, int32_t ___pass4, const RuntimeMethod* method) { { // cmd.SetRenderTarget(destination, RenderBufferLoadAction.DontCare, RenderBufferStoreAction.Store); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_1 = ___destination2; CommandBuffer_SetRenderTarget_mC138EA08E2FADA524DA4A0B7C702DAEA17D41B8C(L_0, L_1, 2, 0, NULL); // destination = BuiltinRenderTextureType.CurrentActive; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2; L_2 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(1, NULL); ___destination2 = L_2; // cmd.Blit(source, destination, mat, pass); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4 = ___source1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5 = ___destination2; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = ___mat3; int32_t L_7 = ___pass4; CommandBuffer_Blit_m20AC38869B1D9D16C37E1A697B4EF3E2B0D12530(L_3, L_4, L_5, L_6, L_7, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::CopyTexture(UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_CopyTexture_m53717D9C6C018C88760A2A3BD1B6CED4F91C4E2D (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd0, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___source1, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (SystemInfo.copyTextureSupport > CopyTextureSupport.None) int32_t L_0; L_0 = SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2(NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0011; } } { // cmd.CopyTexture(source, destination); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2 = ___source1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_3 = ___destination2; CommandBuffer_CopyTexture_mDA8B82E30D465C5CC29046C558507601E3CC5BAF(L_1, L_2, L_3, NULL); // return; return; } IL_0011: { // cmd.BlitFullscreenTriangle(source, destination); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___cmd0; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5 = ___source1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6 = ___destination2; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440)); Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_BlitFullscreenTriangle_mEC9B2A7C03407D8D98E54B9596664D7AD72E2797(L_4, L_5, L_6, (bool)0, L_7, (bool)0, NULL); // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_scriptableRenderPipelineActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return GraphicsSettings.currentRenderPipeline != null; } RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* L_0; L_0 = GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); return L_1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_supportsDeferredShading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_supportsDeferredShading_m826F6E533C47A8FEC7336493C9B5F02C4DAA7E7E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return scriptableRenderPipelineActive || GraphicsSettings.GetShaderMode(BuiltinShaderType.DeferredShading) != BuiltinShaderMode.Disabled; } il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (L_0) { goto IL_0011; } } { int32_t L_1; L_1 = GraphicsSettings_GetShaderMode_m117FF43C7A781C7C58202E8BAD8F66980A141406(0, NULL); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } IL_0011: { return (bool)1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_supportsDepthNormals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_supportsDepthNormals_m8E46A5761BD020B053F0A2893245059445AC7FFB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return scriptableRenderPipelineActive || GraphicsSettings.GetShaderMode(BuiltinShaderType.DepthNormals) != BuiltinShaderMode.Disabled; } il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_0; L_0 = RuntimeUtilities_get_scriptableRenderPipelineActive_mB267E1E07B5ADF4398A57180A712752A61A74107(NULL); if (L_0) { goto IL_0011; } } { int32_t L_1; L_1 = GraphicsSettings_GetShaderMode_m117FF43C7A781C7C58202E8BAD8F66980A141406(4, NULL); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } IL_0011: { return (bool)1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_isSinglePassStereoEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_isSinglePassStereoEnabled_mE604A4AFD0B1368350F752A5769B2E471E923523 (const RuntimeMethod* method) { RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0; memset((&V_0), 0, sizeof(V_0)); { // return UnityEngine.XR.XRSettings.eyeTextureDesc.vrUsage == VRTextureUsage.TwoEyes; RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0; L_0 = XRSettings_get_eyeTextureDesc_mFBE8F6D5D5A23E4DE1BCCD994ADFAB4FB11D7A19(NULL); V_0 = L_0; int32_t L_1; L_1 = RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline((&V_0), NULL); return (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_isVREnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_isVREnabled_m06753E7FAE0454759555F240765E8113AED04C05 (const RuntimeMethod* method) { { // return UnityEngine.XR.XRSettings.enabled; bool L_0; L_0 = XRSettings_get_enabled_mC22ABF5BF7D835DAB861A1FA384DBB8904D15E70(NULL); return L_0; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_isAndroidOpenGL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_isAndroidOpenGL_m0263F0811E8C77CD6230B4FF6DAE96C3C879C98B (const RuntimeMethod* method) { { // get { return Application.platform == RuntimePlatform.Android && SystemInfo.graphicsDeviceType != GraphicsDeviceType.Vulkan; } int32_t L_0; L_0 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)11))))) { goto IL_0016; } } { int32_t L_1; L_1 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL); return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)21)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0016: { return (bool)0; } } // UnityEngine.RenderTextureFormat UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_defaultHDRRenderTextureFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeUtilities_get_defaultHDRRenderTextureFormat_m2C5EFD5C7311352FE16AA983D92A89A9C7BB34C8 (const RuntimeMethod* method) { { // return RenderTextureFormat.DefaultHDR; return (int32_t)(((int32_t)9)); } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::isFloatingPointFormat(UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_isFloatingPointFormat_mBE4CC69E3E39C3F9993F5E53433E2C0900E4F40C (int32_t ___format0, const RuntimeMethod* method) { { // return format == RenderTextureFormat.DefaultHDR || format == RenderTextureFormat.ARGBHalf || format == RenderTextureFormat.ARGBFloat || // format == RenderTextureFormat.RGFloat || format == RenderTextureFormat.RGHalf || // format == RenderTextureFormat.RFloat || format == RenderTextureFormat.RHalf || // format == RenderTextureFormat.RGB111110Float; int32_t L_0 = ___format0; if ((((int32_t)L_0) == ((int32_t)((int32_t)9)))) { goto IL_0028; } } { int32_t L_1 = ___format0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0028; } } { int32_t L_2 = ___format0; if ((((int32_t)L_2) == ((int32_t)((int32_t)11)))) { goto IL_0028; } } { int32_t L_3 = ___format0; if ((((int32_t)L_3) == ((int32_t)((int32_t)12)))) { goto IL_0028; } } { int32_t L_4 = ___format0; if ((((int32_t)L_4) == ((int32_t)((int32_t)13)))) { goto IL_0028; } } { int32_t L_5 = ___format0; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0028; } } { int32_t L_6 = ___format0; if ((((int32_t)L_6) == ((int32_t)((int32_t)15)))) { goto IL_0028; } } { int32_t L_7 = ___format0; return (bool)((((int32_t)L_7) == ((int32_t)((int32_t)22)))? 1 : 0); } IL_0028: { return (bool)1; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::hasAlpha(UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_hasAlpha_m043D0727DF630E8F2637DB729433B7E55996134E (int32_t ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // UnityEngine.Experimental.Rendering.GraphicsFormat gformat = UnityEngine.Experimental.Rendering.GraphicsFormatUtility.GetGraphicsFormat(format, RenderTextureReadWrite.Default); int32_t L_0 = ___format0; il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var); int32_t L_1; L_1 = GraphicsFormatUtility_GetGraphicsFormat_m3DD7EAFBC4F60FA47453B93DAA7B392AEC818BD5(L_0, 0, NULL); // return UnityEngine.Experimental.Rendering.GraphicsFormatUtility.HasAlphaChannel(gformat); bool L_2; L_2 = GraphicsFormatUtility_HasAlphaChannel_mDCB229BA3F28F84DA563C1194398C107BAA0EB59(L_1, NULL); return L_2; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj != null) Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_0 = ___obj0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_000f; } } { // UnityObject.Destroy(obj); Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_2 = ___obj0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_2, NULL); } IL_000f: { // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::get_isLinearColorSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_get_isLinearColorSpace_m101B96DF722CF95AD86CE3E456CACC3D5609E64C (const RuntimeMethod* method) { { // get { return QualitySettings.activeColorSpace == ColorSpace.Linear; } int32_t L_0; L_0 = QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9(NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::IsResolvedDepthAvailable(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_IsResolvedDepthAvailable_m608BC073F12B7301785E9F6C7761701870E1D6A4 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera0, const RuntimeMethod* method) { int32_t V_0 = 0; { // var gtype = SystemInfo.graphicsDeviceType; int32_t L_0; L_0 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL); V_0 = L_0; // return camera.actualRenderingPath == RenderingPath.DeferredShading && // (gtype == GraphicsDeviceType.Direct3D11 // || gtype == GraphicsDeviceType.Direct3D12 // #if UNITY_GAMECORE // || gtype == GraphicsDeviceType.GameCoreXboxSeries // || gtype == GraphicsDeviceType.GameCoreXboxOne // #endif // || gtype == GraphicsDeviceType.XboxOne // || gtype == GraphicsDeviceType.XboxOneD3D12 // ); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___camera0; int32_t L_2; L_2 = Camera_get_actualRenderingPath_m7BC9DA3C34148F8784F62DCF4E7E34C9771CECE5(L_1, NULL); if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_0025; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0023; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)18)))) { goto IL_0023; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0023; } } { int32_t L_6 = V_0; return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)23)))? 1 : 0); } IL_0023: { return (bool)1; } IL_0025: { return (bool)0; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::DestroyProfile(UnityEngine.Rendering.PostProcessing.PostProcessProfile,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_DestroyProfile_m607E10EE7CD686E74F526C4ABEA997C67CBA08A2 (PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* ___profile0, bool ___destroyEffects1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (destroyEffects) bool L_0 = ___destroyEffects1; if (!L_0) { goto IL_0036; } } { // foreach (var effect in profile.settings) PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_1 = ___profile0; List_1_t9933C6F3E6EBF54EA78641FBA9E605D5E0698AA3* L_2 = L_1->___settings_4; Enumerator_t1E06AA4BCB27879353046AD3E99C13C090AE8D64 L_3; L_3 = List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5(L_2, List_1_GetEnumerator_m4842FF498382783C086216E627D0A1B640AB1BB5_RuntimeMethod_var); V_0 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0028: {// begin finally (depth: 1) Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193((&V_0), Enumerator_Dispose_mDCA689CDAFC5B94ABEB5BFFC52FF8C2401AA7193_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_001d_1; } IL_0011_1: { // foreach (var effect in profile.settings) PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_4; L_4 = Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_inline((&V_0), Enumerator_get_Current_m3F36DA459CB7A944C5F85A255212B1701833B477_RuntimeMethod_var); // Destroy(effect); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_4, NULL); } IL_001d_1: { // foreach (var effect in profile.settings) bool L_5; L_5 = Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44((&V_0), Enumerator_MoveNext_mE16B16D689838CA2079064F19C51CCCA529D2E44_RuntimeMethod_var); if (L_5) { goto IL_0011_1; } } { goto IL_0036; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0036: { // Destroy(profile); PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_6 = ___profile0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_6, NULL); // } return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::DestroyVolume(UnityEngine.Rendering.PostProcessing.PostProcessVolume,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities_DestroyVolume_m44A01BB4ACB91E40454BC131AAE3F461EB316816 (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* ___volume0, bool ___destroyProfile1, bool ___destroyGameObject2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL; { // if (destroyProfile) bool L_0 = ___destroyProfile1; if (!L_0) { goto IL_000f; } } { // DestroyProfile(volume.profileRef, true); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_1 = ___volume0; PostProcessProfile_t5AC205759572A2CBFE65B0D7D93ED70DA5CFAEEA* L_2; L_2 = PostProcessVolume_get_profileRef_m94E97BE839967F36E42FA05C626111242638CFEE(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_DestroyProfile_m607E10EE7CD686E74F526C4ABEA997C67CBA08A2(L_2, (bool)1, NULL); } IL_000f: { // var gameObject = volume.gameObject; PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_3 = ___volume0; GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4; L_4 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_3, NULL); V_0 = L_4; // Destroy(volume); PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* L_5 = ___volume0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_5, NULL); // if (destroyGameObject) bool L_6 = ___destroyGameObject2; if (!L_6) { goto IL_0025; } } { // Destroy(gameObject); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeUtilities_Destroy_m88860DDA45529FA1193643863F052D709087B493(L_7, NULL); } IL_0025: { // } return; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::IsPostProcessingActive(UnityEngine.Rendering.PostProcessing.PostProcessLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_IsPostProcessingActive_mDDECE1C002FF5A8D0DBCBC74A48F68F6E37FC102 (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___layer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return layer != null // && layer.enabled; PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0 = ___layer0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_1) { goto IL_0010; } } { PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_2 = ___layer0; bool L_3; L_3 = Behaviour_get_enabled_mAAC9F15E9EBF552217A5AE2681589CC0BFA300C1(L_2, NULL); return L_3; } IL_0010: { return (bool)0; } } // System.Boolean UnityEngine.Rendering.PostProcessing.RuntimeUtilities::IsTemporalAntialiasingActive(UnityEngine.Rendering.PostProcessing.PostProcessLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeUtilities_IsTemporalAntialiasingActive_mAAD6BF1421B015A84BBCCBFD393E5C3912A4425D (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* ___layer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return IsPostProcessingActive(layer) // && layer.antialiasingMode == PostProcessLayer.Antialiasing.TemporalAntialiasing // && layer.temporalAntialiasing.IsSupported(); PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_0 = ___layer0; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); bool L_1; L_1 = RuntimeUtilities_IsPostProcessingActive_mDDECE1C002FF5A8D0DBCBC74A48F68F6E37FC102(L_0, NULL); if (!L_1) { goto IL_001d; } } { PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_2 = ___layer0; int32_t L_3 = L_2->___antialiasingMode_8; if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_001d; } } { PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* L_4 = ___layer0; TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_5 = L_4->___temporalAntialiasing_9; bool L_6; L_6 = TemporalAntialiasing_IsSupported_mAE5BCF24068A7E94E3BB643E549AA055192C045E(L_5, NULL); return L_6; } IL_001d: { return (bool)0; } } // System.Single UnityEngine.Rendering.PostProcessing.RuntimeUtilities::Exp2(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RuntimeUtilities_Exp2_mDBD94F18960A4067EDA2A0F6C8FBD6C03276220C (float ___x0, const RuntimeMethod* method) { { // return Mathf.Exp(x * 0.69314718055994530941723212145818f); float L_0 = ___x0; float L_1; L_1 = expf(((float)il2cpp_codegen_multiply(L_0, (0.693147182f)))); return L_1; } } // UnityEngine.Matrix4x4 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetJitteredPerspectiveProjectionMatrix(UnityEngine.Camera,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 RuntimeUtilities_GetJitteredPerspectiveProjectionMatrix_m3FAA99FBEB72A8ADACAB48B86EB551E3E5EF7D18 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_3; memset((&V_3), 0, sizeof(V_3)); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* V_4 = NULL; { // float near = camera.nearClipPlane; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___camera0; float L_1; L_1 = Camera_get_nearClipPlane_m5E8FAF84326E3192CB036BD29DCCDAF6A9861013(L_0, NULL); V_0 = L_1; // float far = camera.farClipPlane; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___camera0; float L_3; L_3 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_2, NULL); // float vertical = Mathf.Tan(0.5f * Mathf.Deg2Rad * camera.fieldOfView) * near; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = ___camera0; float L_5; L_5 = Camera_get_fieldOfView_m9A93F17BBF89F496AE231C21817AFD1C1E833FBB(L_4, NULL); float L_6; L_6 = tanf(((float)il2cpp_codegen_multiply((0.00872664619f), L_5))); float L_7 = V_0; V_1 = ((float)il2cpp_codegen_multiply(L_6, L_7)); // float horizontal = vertical * camera.aspect; float L_8 = V_1; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9 = ___camera0; float L_10; L_10 = Camera_get_aspect_m48BF8820EA2D55BE0D154BC5546819FB65BE257D(L_9, NULL); V_2 = ((float)il2cpp_codegen_multiply(L_8, L_10)); // offset.x *= horizontal / (0.5f * camera.pixelWidth); float* L_11 = (&(&___offset1)->___x_0); float* L_12 = L_11; float L_13 = *((float*)L_12); float L_14 = V_2; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = ___camera0; int32_t L_16; L_16 = Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D(L_15, NULL); *((float*)L_12) = (float)((float)il2cpp_codegen_multiply(L_13, ((float)(L_14/((float)il2cpp_codegen_multiply((0.5f), ((float)L_16))))))); // offset.y *= vertical / (0.5f * camera.pixelHeight); float* L_17 = (&(&___offset1)->___y_1); float* L_18 = L_17; float L_19 = *((float*)L_18); float L_20 = V_1; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_21 = ___camera0; int32_t L_22; L_22 = Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59(L_21, NULL); *((float*)L_18) = (float)((float)il2cpp_codegen_multiply(L_19, ((float)(L_20/((float)il2cpp_codegen_multiply((0.5f), ((float)L_22))))))); // var matrix = camera.projectionMatrix; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_23 = ___camera0; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24; L_24 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_23, NULL); V_3 = L_24; // matrix[0, 2] += offset.x / horizontal; V_4 = (&V_3); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_25 = V_4; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_26 = V_4; float L_27; L_27 = Matrix4x4_get_Item_mE4D45E661CAD3C54A02156B25F5D10585F250227_inline(L_26, 0, 2, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28 = ___offset1; float L_29 = L_28.___x_0; float L_30 = V_2; Matrix4x4_set_Item_mE84FC43629907DD1872E3100BCFF4A8EB671B603_inline(L_25, 0, 2, ((float)il2cpp_codegen_add(L_27, ((float)(L_29/L_30)))), NULL); // matrix[1, 2] += offset.y / vertical; V_4 = (&V_3); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_31 = V_4; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_32 = V_4; float L_33; L_33 = Matrix4x4_get_Item_mE4D45E661CAD3C54A02156B25F5D10585F250227_inline(L_32, 1, 2, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = ___offset1; float L_35 = L_34.___y_1; float L_36 = V_1; Matrix4x4_set_Item_mE84FC43629907DD1872E3100BCFF4A8EB671B603_inline(L_31, 1, 2, ((float)il2cpp_codegen_add(L_33, ((float)(L_35/L_36)))), NULL); // return matrix; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37 = V_3; return L_37; } } // UnityEngine.Matrix4x4 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetJitteredOrthographicProjectionMatrix(UnityEngine.Camera,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 RuntimeUtilities_GetJitteredOrthographicProjectionMatrix_m74150797C451CCE5EAC7EACF5E5252E58E1139EC (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; { // float vertical = camera.orthographicSize; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___camera0; float L_1; L_1 = Camera_get_orthographicSize_m7950C5627086253E02992A43ADFE59039DB473F8(L_0, NULL); V_0 = L_1; // float horizontal = vertical * camera.aspect; float L_2 = V_0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = ___camera0; float L_4; L_4 = Camera_get_aspect_m48BF8820EA2D55BE0D154BC5546819FB65BE257D(L_3, NULL); V_1 = ((float)il2cpp_codegen_multiply(L_2, L_4)); // offset.x *= horizontal / (0.5f * camera.pixelWidth); float* L_5 = (&(&___offset1)->___x_0); float* L_6 = L_5; float L_7 = *((float*)L_6); float L_8 = V_1; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9 = ___camera0; int32_t L_10; L_10 = Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D(L_9, NULL); *((float*)L_6) = (float)((float)il2cpp_codegen_multiply(L_7, ((float)(L_8/((float)il2cpp_codegen_multiply((0.5f), ((float)L_10))))))); // offset.y *= vertical / (0.5f * camera.pixelHeight); float* L_11 = (&(&___offset1)->___y_1); float* L_12 = L_11; float L_13 = *((float*)L_12); float L_14 = V_0; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = ___camera0; int32_t L_16; L_16 = Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59(L_15, NULL); *((float*)L_12) = (float)((float)il2cpp_codegen_multiply(L_13, ((float)(L_14/((float)il2cpp_codegen_multiply((0.5f), ((float)L_16))))))); // float left = offset.x - horizontal; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = ___offset1; float L_18 = L_17.___x_0; float L_19 = V_1; // float right = offset.x + horizontal; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = ___offset1; float L_21 = L_20.___x_0; float L_22 = V_1; V_2 = ((float)il2cpp_codegen_add(L_21, L_22)); // float top = offset.y + vertical; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = ___offset1; float L_24 = L_23.___y_1; float L_25 = V_0; V_3 = ((float)il2cpp_codegen_add(L_24, L_25)); // float bottom = offset.y - vertical; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = ___offset1; float L_27 = L_26.___y_1; float L_28 = V_0; V_4 = ((float)il2cpp_codegen_subtract(L_27, L_28)); // return Matrix4x4.Ortho(left, right, bottom, top, camera.nearClipPlane, camera.farClipPlane); float L_29 = V_2; float L_30 = V_4; float L_31 = V_3; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_32 = ___camera0; float L_33; L_33 = Camera_get_nearClipPlane_m5E8FAF84326E3192CB036BD29DCCDAF6A9861013(L_32, NULL); Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_34 = ___camera0; float L_35; L_35 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_34, NULL); Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36; L_36 = Matrix4x4_Ortho_mB42622C6600D70BF8208B879E48BCB03844EEFCF(((float)il2cpp_codegen_subtract(L_18, L_19)), L_29, L_30, L_31, L_33, L_35, NULL); return L_36; } } // UnityEngine.Matrix4x4 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GenerateJitteredProjectionMatrixFromOriginal(UnityEngine.Rendering.PostProcessing.PostProcessRenderContext,UnityEngine.Matrix4x4,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 RuntimeUtilities_GenerateJitteredProjectionMatrixFromOriginal_mD665A981362F8F364ABE3250B901BEF0F693776F (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* ___context0, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___origProj1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___jitter2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3; memset((&V_3), 0, sizeof(V_3)); { // var planes = origProj.decomposeProjection; FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 L_0; L_0 = Matrix4x4_get_decomposeProjection_mD3F7616EB45905999A56E13B824E2DDD4A377E80((&___origProj1), NULL); V_0 = L_0; // float vertFov = Math.Abs(planes.top) + Math.Abs(planes.bottom); FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 L_1 = V_0; float L_2 = L_1.___top_3; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); float L_3; L_3 = fabsf(L_2); FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 L_4 = V_0; float L_5 = L_4.___bottom_2; float L_6; L_6 = fabsf(L_5); V_1 = ((float)il2cpp_codegen_add(L_3, L_6)); // float horizFov = Math.Abs(planes.left) + Math.Abs(planes.right); FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 L_7 = V_0; float L_8 = L_7.___left_0; float L_9; L_9 = fabsf(L_8); FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 L_10 = V_0; float L_11 = L_10.___right_1; float L_12; L_12 = fabsf(L_11); V_2 = ((float)il2cpp_codegen_add(L_9, L_12)); // var planeJitter = new Vector2(jitter.x * horizFov / context.screenWidth, // jitter.y * vertFov / context.screenHeight); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = ___jitter2; float L_14 = L_13.___x_0; float L_15 = V_2; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_16 = ___context0; int32_t L_17; L_17 = PostProcessRenderContext_get_screenWidth_mF6EF29A7E49F6132C7376A841571FB65A1573147_inline(L_16, NULL); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = ___jitter2; float L_19 = L_18.___y_1; float L_20 = V_1; PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* L_21 = ___context0; int32_t L_22; L_22 = PostProcessRenderContext_get_screenHeight_mFF2D3EF9A84D53D9125EF96DD746CF8B257687FD_inline(L_21, NULL); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_3), ((float)(((float)il2cpp_codegen_multiply(L_14, L_15))/((float)L_17))), ((float)(((float)il2cpp_codegen_multiply(L_19, L_20))/((float)L_22))), NULL); // planes.left += planeJitter.x; float* L_23 = (&(&V_0)->___left_0); float* L_24 = L_23; float L_25 = *((float*)L_24); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = V_3; float L_27 = L_26.___x_0; *((float*)L_24) = (float)((float)il2cpp_codegen_add(L_25, L_27)); // planes.right += planeJitter.x; float* L_28 = (&(&V_0)->___right_1); float* L_29 = L_28; float L_30 = *((float*)L_29); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31 = V_3; float L_32 = L_31.___x_0; *((float*)L_29) = (float)((float)il2cpp_codegen_add(L_30, L_32)); // planes.top += planeJitter.y; float* L_33 = (&(&V_0)->___top_3); float* L_34 = L_33; float L_35 = *((float*)L_34); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = V_3; float L_37 = L_36.___y_1; *((float*)L_34) = (float)((float)il2cpp_codegen_add(L_35, L_37)); // planes.bottom += planeJitter.y; float* L_38 = (&(&V_0)->___bottom_2); float* L_39 = L_38; float L_40 = *((float*)L_39); Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_3; float L_42 = L_41.___y_1; *((float*)L_39) = (float)((float)il2cpp_codegen_add(L_40, L_42)); // var jitteredMatrix = Matrix4x4.Frustum(planes); FrustumPlanes_t73B9E1D0C4E0A9EC39A0815D0219FC74031DBC56 L_43 = V_0; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_44; L_44 = Matrix4x4_Frustum_mB74662B14EBE2114A273C9193F5D734101D5D83F(L_43, NULL); // return jitteredMatrix; return L_44; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.PostProcessing.RuntimeUtilities::GetAllAssemblyTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeUtilities_GetAllAssemblyTypes_mD7E70EABC0276D20B87C9F4094E5504D8FBCEA52 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SelectMany_TisAssembly_t_TisType_t_m1FF8A47655C6E0122E1020678BBCD470923B9CA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tDB9851E133717B16EF4D1F0B933444974B766016_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CGetAllAssemblyTypesU3Eb__90_0_mDF2E6F4F3C68924713624B9E5F9FAE70ED3A0157_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* G_B3_0 = NULL; AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* G_B3_1 = NULL; Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* G_B2_0 = NULL; AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* G_B2_1 = NULL; { // if (m_AssemblyTypes == null) il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_AssemblyTypes_15; if (L_0) { goto IL_003a; } } { // m_AssemblyTypes = AppDomain.CurrentDomain.GetAssemblies() // .SelectMany(t => // { // // Ugly hack to handle mis-versioned dlls // var innerTypes = new Type[0]; // try // { // innerTypes = t.GetTypes(); // } // catch { } // return innerTypes; // }); AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_1; L_1 = AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667(NULL); AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* L_2; L_2 = AppDomain_GetAssemblies_m8EE862747CADACB8CC0BDDBD8CA7DAD7BD9D9249(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var); Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* L_3 = ((U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var))->___U3CU3E9__90_0_1; Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* L_4 = L_3; G_B2_0 = L_4; G_B2_1 = L_2; if (L_4) { G_B3_0 = L_4; G_B3_1 = L_2; goto IL_0030; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var); U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9* L_5 = ((U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* L_6 = (Func_2_tDB9851E133717B16EF4D1F0B933444974B766016*)il2cpp_codegen_object_new(Func_2_tDB9851E133717B16EF4D1F0B933444974B766016_il2cpp_TypeInfo_var); Func_2__ctor_mE7E2BD541D8288445CB79C54B1F9805C5D66D5BB(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CGetAllAssemblyTypesU3Eb__90_0_mDF2E6F4F3C68924713624B9E5F9FAE70ED3A0157_RuntimeMethod_var), NULL); Func_2_tDB9851E133717B16EF4D1F0B933444974B766016* L_7 = L_6; ((U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var))->___U3CU3E9__90_0_1 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var))->___U3CU3E9__90_0_1), (void*)L_7); G_B3_0 = L_7; G_B3_1 = G_B2_1; } IL_0030: { RuntimeObject* L_8; L_8 = Enumerable_SelectMany_TisAssembly_t_TisType_t_m1FF8A47655C6E0122E1020678BBCD470923B9CA4((RuntimeObject*)G_B3_1, G_B3_0, Enumerable_SelectMany_TisAssembly_t_TisType_t_m1FF8A47655C6E0122E1020678BBCD470923B9CA4_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_AssemblyTypes_15 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_AssemblyTypes_15), (void*)L_8); } IL_003a: { // return m_AssemblyTypes; il2cpp_codegen_runtime_class_init_inline(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); RuntimeObject* L_9 = ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_AssemblyTypes_15; return L_9; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeUtilities__cctor_mF5DA1EDCB3AA1A6B0F034A78B049884011515FE4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA2002A2524BD4135D72E52A67D1C210392BD2EE3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static Dictionary m_LutStrips = new Dictionary(); Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04* L_0 = (Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04*)il2cpp_codegen_object_new(Dictionary_2_t0597E21979F41E3E2699A161E640B3322CD3AF04_il2cpp_TypeInfo_var); Dictionary_2__ctor_mA2002A2524BD4135D72E52A67D1C210392BD2EE3(L_0, Dictionary_2__ctor_mA2002A2524BD4135D72E52A67D1C210392BD2EE3_RuntimeMethod_var); ((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_LutStrips_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeUtilities_t275B86E9EF6FD2FCA0688D1C65BCE9BEC09BCBB6_il2cpp_TypeInfo_var))->___m_LutStrips_6), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCCFF835D35938095FEC132A55E85CA7B66F63E27 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9* L_0 = (U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9*)il2cpp_codegen_object_new(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m90691D1FA1D38AC16E174EC5EA02291F7F1FDD7B(L_0, NULL); ((U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m90691D1FA1D38AC16E174EC5EA02291F7F1FDD7B (U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.PostProcessing.RuntimeUtilities/<>c::b__90_0(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CGetAllAssemblyTypesU3Eb__90_0_mDF2E6F4F3C68924713624B9E5F9FAE70ED3A0157 (U3CU3Ec_tC250113CFCF4D7169A957AF653E7711ADC6029A9* __this, Assembly_t* ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { // var innerTypes = new Type[0]; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0); V_0 = L_0; } try {// begin try (depth: 1) // innerTypes = t.GetTypes(); Assembly_t* L_1 = ___t0; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2; L_2 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(14 /* System.Type[] System.Reflection.Assembly::GetTypes() */, L_1); V_0 = L_2; // } goto IL_0013; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.Object) // catch { } // catch { } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0013; }// end catch (depth: 1) IL_0013: { // return innerTypes; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = V_0; return (RuntimeObject*)L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.Rendering.PostProcessing.ShaderIDs::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderIDs__cctor_m97DF40DA87FD5234D3B8047A8995049090267DE7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral002B6E3216BE0ED6688E6B5F475171A893F058CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0118FC8335E03545EA4D15C1C5CDEA231BFE0118); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral037AA025A31537E3DFE61062DDD8157A69E15A01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral086508AC5A7228F9F7C2C97F2D1FBE219894054A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08929B9ED7690C81F8839C7D7C9D227261D64D44); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B6A7A347CF016F5EAEBCCCA4B381E3872CAA25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C547D50C7657A3E74FC8F05ECB3A705BB16AF2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFFA37623A57E2A7D5D752E132154E4A0E611C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10E36AD21579A36B46F33213F4582B515F7B68BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral170A4AE79F1E4ADE325EA6DCA89AB7E5C651BA04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A25F9629980F374031EDFAA0BA93D487C5FEBD6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C8080E116C20514B2112FEEDD2DB6033035CD1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D9610F0578F30490A0BAB077B665B13DC099FA8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E2D1B8F48736631DA3F7445F9220FD9F6FAB83B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E8F51CAB22E1669CF2F07CE05CA2FDE7ABC1428); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F3569EA34F0CDC5996987E80A285D635BB3A971); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral207B3D9446F2D4167D3D15FA99BDA04AA93AD0A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral226B04A0CC5F5100674EEFBB045D72F8A18827A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22D0BC85971421C38204964B82C1A39445C50643); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23B4E96AC62A533DA4B9AACC8D74539EA644D8EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27BA98ED83E2698BF83107363005D88ACAFA9C7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral293D1A3AA819973FEC7C768A5F4372EBA6A92D67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EBF4BFB077211522DD25DE681770A03AC54B998); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F27F2E70D75C32B101C2B5B83AF222261FD3DAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F80F1A560C9094CDF248E6F2A7711192360BA6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30E83E1ADF2EB17E393A95B8B12CB0F5EBFBEF02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32404EE0FBFFCF67870620BA76FD49CDC93A1ECC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33DAFA83AE3C1EBDE3E132BFB1409BEAEF5C7299); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3522B9AFA3A138B20B0C0E0D23B1DFBD6446CF30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37640B714B2743455E93474E372B877B5860A095); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AB1757516AA276FCFC0ECDF453B81D676A6D007); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C435E39DBD66EBDFEDEFCF4E7E22DEEC0DA7197); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CB951C5C06E2A9CE696B22F5090A82016181ECD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E3AA2D144C34DB6F8864CDB223CC761B59084B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E63EA4D6F8144DD6406580EE9A7B6F874A529E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E918502AC81EC5515FFE14D0A95F18A73D4E4A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral407C00532FD858B87FCEE11BF0F998A6A89EDB9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42D38B7E7AF7C3B175F68214D51EEF316F00CEDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42FF5E51B63AEC54737269D17B984DE69B60A1C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46A1CFC239796260DBD89F681F79B7212DA37022); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C539297E23C7190DDC2B0F48DF7D8DC80628F81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E3F28E31C6FBF9CE40FB0E22DB6EEB51E327ECC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51E7EA98EF27D0C177A501478F6A636D57A19261); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5426164D3FD854B363C9A2CA78D403D776C4664B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56590D50CADA243EA1E1DC65E4A0C7A3EF5EB894); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral584D4F514F457B9F94AFE8DCD9E3DE07ED8E3756); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5923A6AD0A568F96C8D42C5DA7943F72B98F51B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A94736F0DD40A2BA511FBCA18C88844E6CCCCDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AB39677552FCD6558823F660419D8B2162C026D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E869A55F1FD970D9863620354037962A0AC0C3E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5ED45B85ADA1AFA9C8962A3063BC0DB7FA04521E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5ED5E460584F6B4377F2BEE3FC03DEC4AE91DE43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EE6B345EE118A688CADF5446F3418831F408C73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6381B23F35E8EBF8FB5110463A8F3EB362AC3F9C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63E247A491FEB5DF5D6FD7ECFCFA3CB28312BC2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65B2B68C38A3A16812B44507E7371840F75D0F64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65DA0CA6246AE2288BFBD3224C0B6589F82798AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral665E0656CC33F8CF208845A22B28A9CA5A9FFE15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66CC2216400A85B2C13A1654EA6B5A0718876796); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ABF491E453082C64E5884896951C1A8B56207C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral690C12CED9E5E166F02EC56E4CD00E7A873F3E2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69EFC967936800473A4F9876FAAA3EEADC9362FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D4BCDF03F3EB5445C966C9A6991227EB12A8518); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral740089289C2E763CD88706364D480777A7CAA825); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7708E3CFCAC428CAD92AA2C5021283430C7A9820); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7715D4C32E0B633910505DBD79C8B007ED38012F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78C67E2A4385F588BA2DCEE159691DCE1EC544D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78DAA2A377427ECC55BEC38317DB7E5660FCEF9A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82CC48F8FF2BF0BD5A479EE5B8AA3D122619F884); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8345F8A541AD1D1A6D2653ED02DF9F14C6FCC8C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86C40CB6A88EE880D77D42E5D3A9E9E12F4B7F78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral875A4C409EA727D1AAD538D85FE6E95841B1F090); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral888F402019BA6B7B75F107FF277905FC91B7D4A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C1F9317F0F6CD38539297951AC9FF62130D82D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F918730738742873F3261262AC96AAE8B53F56E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90E32CA8EA0B33AF3444AFE2F6F95A408894E0C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94044ACB62556C33BA6A115D3AB33A8A551F943D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95B483AD515149C362D6A5A87D18CEA3E21ABC2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral967A14D121BCDCE22BBAA9460E1984A8C2BA54D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99332D0DDE495E198DAFA6F42593F9CF853BEFB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C24F489438D2C8B7A587DE5BE3C34A2BEA6BBD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DA0A315BE47865976FE7CF074D6F4A38130F4DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F2A3E33454C34654F2C5EFE7D4308E04FFEE746); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA740F42C17C48D9FD7DD896C9566DF29AC4B00D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA4D198597F2B72EF6D2A733B4F656C7D8ED45E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACC6BBEBB6EC2D569DB1D4EED7056E9BD92D3BD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD8876816F840CDD275978547DCA00605F5521FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFB96CBDD1BBEA781CAEFF941BBCBDF76AC2AB57); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0AC4EFE6E48DBA1D668243A465871BFB45BF01C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB27E7F07B4375E822409BF723BBE476EBE35D08E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB31519FF1B758D6CDDE501CB4E12CA5E80E93813); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB41868DE0B663EE64B8FEC63B64C634F6B1DE0A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5696D802E93F47F31F1E298FB7F74857D3CC019); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7313CC4A1FC7E8F730433FE31FA8B6C42C2F617); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA83612794608072C96135390EBB6580736B548C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB3A73FB8F92E3348D22ABF2646DED8C9B1FAEEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC04965E7E214172621D32A1D48FB54A8D4F5E42B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0FF7CAF7281B443F7CFAA8E50B3449BC1C101CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC27247C19E767FA5A71651454878BEB32E3E617F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC50BD3EEB0CD9AE675B6FB48C993EAF61A0F5743); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6EE06363A208F4A08D7EEA39B55DD710EE70E21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC90D1F945AC7169737EB4D29A9935C14E0C85F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE9A5CE2C99B1ACB29F60F54B0FB33100BB8DA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD236D27ACEF2604264B8A2F7F835C87D1A6FF1A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD58E87690792F5142FC91090175176B5473F7AA8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5A59EF736212174C538CE94E1A1BC47039BEBCB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5EDDE0653F57527501C28735507B1CC41D34488); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD861DB752E818C85F15BF687AF8BAABFBA56F7C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD876D7C328FC7389E475AF8B43EFCC458EEECA0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAC2492AA14F902D97F136C20B73300275F6560A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB2AD2BF19CFBD6E96C5482748DD8FE243A98D02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC80E36B12012D9CC8345C1E65C3514CC71B6D6B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE43FBF1BAFBB8EFF4CA76D632F7C1DF3CE2A2148); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75B2F2DCB45F8587B72E7BD107D9281449E36FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE77469616D4D7BD322020C5FFC7F7A69CB5FA8F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB74F4F7074852B4D27CACC815896AB974B7ACFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDB4DA47A83336B72A9CD2320FC45165FE3367D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDE5C319F3E1E62CD8B9EEA404BE2D3021161D09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF6617988B00AEF7DABAD38EABEBCC11302D95FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF97F9F56A4C265AADFF5D9DDC3853E65DA6C256); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF256016A8505804BA30B7CBFB1898D23FC7004CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4B55D8060185BC7826AF8D71944B2422B9A7129); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF51190EEE90545F9CD168B86B0A73EF3C85E3A2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6B171301EC46844CD9760B315C797B690BCF2B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF78A9418B4D33DBFF17F335D0669B42522E6D392); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFED3C378B19068A98599B75359F08B3BED32D4D4); s_Il2CppMethodInitialized = true; } { // internal static readonly int MainTex = Shader.PropertyToID("_MainTex"); int32_t L_0; L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MainTex_0 = L_0; // internal static readonly int Jitter = Shader.PropertyToID("_Jitter"); int32_t L_1; L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3C435E39DBD66EBDFEDEFCF4E7E22DEEC0DA7197, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Jitter_1 = L_1; // internal static readonly int Sharpness = Shader.PropertyToID("_Sharpness"); int32_t L_2; L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB27E7F07B4375E822409BF723BBE476EBE35D08E, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Sharpness_2 = L_2; // internal static readonly int FinalBlendParameters = Shader.PropertyToID("_FinalBlendParameters"); int32_t L_3; L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral875A4C409EA727D1AAD538D85FE6E95841B1F090, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___FinalBlendParameters_3 = L_3; // internal static readonly int HistoryTex = Shader.PropertyToID("_HistoryTex"); int32_t L_4; L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC04965E7E214172621D32A1D48FB54A8D4F5E42B, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HistoryTex_4 = L_4; // internal static readonly int SMAA_Flip = Shader.PropertyToID("_SMAA_Flip"); int32_t L_5; L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralDB2AD2BF19CFBD6E96C5482748DD8FE243A98D02, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___SMAA_Flip_5 = L_5; // internal static readonly int SMAA_Flop = Shader.PropertyToID("_SMAA_Flop"); int32_t L_6; L_6 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral94044ACB62556C33BA6A115D3AB33A8A551F943D, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___SMAA_Flop_6 = L_6; // internal static readonly int AOParams = Shader.PropertyToID("_AOParams"); int32_t L_7; L_7 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral037AA025A31537E3DFE61062DDD8157A69E15A01, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___AOParams_7 = L_7; // internal static readonly int AOColor = Shader.PropertyToID("_AOColor"); int32_t L_8; L_8 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral10E36AD21579A36B46F33213F4582B515F7B68BB, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___AOColor_8 = L_8; // internal static readonly int OcclusionTexture1 = Shader.PropertyToID("_OcclusionTexture1"); int32_t L_9; L_9 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral42FF5E51B63AEC54737269D17B984DE69B60A1C8, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___OcclusionTexture1_9 = L_9; // internal static readonly int OcclusionTexture2 = Shader.PropertyToID("_OcclusionTexture2"); int32_t L_10; L_10 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral65B2B68C38A3A16812B44507E7371840F75D0F64, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___OcclusionTexture2_10 = L_10; // internal static readonly int SAOcclusionTexture = Shader.PropertyToID("_SAOcclusionTexture"); int32_t L_11; L_11 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral0118FC8335E03545EA4D15C1C5CDEA231BFE0118, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___SAOcclusionTexture_11 = L_11; // internal static readonly int MSVOcclusionTexture = Shader.PropertyToID("_MSVOcclusionTexture"); int32_t L_12; L_12 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral740089289C2E763CD88706364D480777A7CAA825, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MSVOcclusionTexture_12 = L_12; // internal static readonly int DepthCopy = Shader.PropertyToID("DepthCopy"); int32_t L_13; L_13 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1A25F9629980F374031EDFAA0BA93D487C5FEBD6, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthCopy_13 = L_13; // internal static readonly int LinearDepth = Shader.PropertyToID("LinearDepth"); int32_t L_14; L_14 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralE43FBF1BAFBB8EFF4CA76D632F7C1DF3CE2A2148, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LinearDepth_14 = L_14; // internal static readonly int LowDepth1 = Shader.PropertyToID("LowDepth1"); int32_t L_15; L_15 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral86C40CB6A88EE880D77D42E5D3A9E9E12F4B7F78, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LowDepth1_15 = L_15; // internal static readonly int LowDepth2 = Shader.PropertyToID("LowDepth2"); int32_t L_16; L_16 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralBB3A73FB8F92E3348D22ABF2646DED8C9B1FAEEC, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LowDepth2_16 = L_16; // internal static readonly int LowDepth3 = Shader.PropertyToID("LowDepth3"); int32_t L_17; L_17 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral7715D4C32E0B633910505DBD79C8B007ED38012F, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LowDepth3_17 = L_17; // internal static readonly int LowDepth4 = Shader.PropertyToID("LowDepth4"); int32_t L_18; L_18 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5A94736F0DD40A2BA511FBCA18C88844E6CCCCDB, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LowDepth4_18 = L_18; // internal static readonly int TiledDepth1 = Shader.PropertyToID("TiledDepth1"); int32_t L_19; L_19 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral42D38B7E7AF7C3B175F68214D51EEF316F00CEDA, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TiledDepth1_19 = L_19; // internal static readonly int TiledDepth2 = Shader.PropertyToID("TiledDepth2"); int32_t L_20; L_20 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5426164D3FD854B363C9A2CA78D403D776C4664B, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TiledDepth2_20 = L_20; // internal static readonly int TiledDepth3 = Shader.PropertyToID("TiledDepth3"); int32_t L_21; L_21 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral8345F8A541AD1D1A6D2653ED02DF9F14C6FCC8C0, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TiledDepth3_21 = L_21; // internal static readonly int TiledDepth4 = Shader.PropertyToID("TiledDepth4"); int32_t L_22; L_22 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1D9610F0578F30490A0BAB077B665B13DC099FA8, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TiledDepth4_22 = L_22; // internal static readonly int Occlusion1 = Shader.PropertyToID("Occlusion1"); int32_t L_23; L_23 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralEDB4DA47A83336B72A9CD2320FC45165FE3367D9, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Occlusion1_23 = L_23; // internal static readonly int Occlusion2 = Shader.PropertyToID("Occlusion2"); int32_t L_24; L_24 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB31519FF1B758D6CDDE501CB4E12CA5E80E93813, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Occlusion2_24 = L_24; // internal static readonly int Occlusion3 = Shader.PropertyToID("Occlusion3"); int32_t L_25; L_25 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB0AC4EFE6E48DBA1D668243A465871BFB45BF01C, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Occlusion3_25 = L_25; // internal static readonly int Occlusion4 = Shader.PropertyToID("Occlusion4"); int32_t L_26; L_26 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral46A1CFC239796260DBD89F681F79B7212DA37022, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Occlusion4_26 = L_26; // internal static readonly int Combined1 = Shader.PropertyToID("Combined1"); int32_t L_27; L_27 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralEB74F4F7074852B4D27CACC815896AB974B7ACFC, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Combined1_27 = L_27; // internal static readonly int Combined2 = Shader.PropertyToID("Combined2"); int32_t L_28; L_28 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral27BA98ED83E2698BF83107363005D88ACAFA9C7C, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Combined2_28 = L_28; // internal static readonly int Combined3 = Shader.PropertyToID("Combined3"); int32_t L_29; L_29 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral22D0BC85971421C38204964B82C1A39445C50643, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Combined3_29 = L_29; // internal static readonly int SSRResolveTemp = Shader.PropertyToID("_SSRResolveTemp"); int32_t L_30; L_30 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralAFB96CBDD1BBEA781CAEFF941BBCBDF76AC2AB57, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___SSRResolveTemp_30 = L_30; // internal static readonly int Noise = Shader.PropertyToID("_Noise"); int32_t L_31; L_31 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralAA4D198597F2B72EF6D2A733B4F656C7D8ED45E0, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Noise_31 = L_31; // internal static readonly int Test = Shader.PropertyToID("_Test"); int32_t L_32; L_32 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral8F918730738742873F3261262AC96AAE8B53F56E, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Test_32 = L_32; // internal static readonly int Resolve = Shader.PropertyToID("_Resolve"); int32_t L_33; L_33 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral9C24F489438D2C8B7A587DE5BE3C34A2BEA6BBD8, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Resolve_33 = L_33; // internal static readonly int History = Shader.PropertyToID("_History"); int32_t L_34; L_34 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral56590D50CADA243EA1E1DC65E4A0C7A3EF5EB894, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___History_34 = L_34; // internal static readonly int ViewMatrix = Shader.PropertyToID("_ViewMatrix"); int32_t L_35; L_35 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD5A59EF736212174C538CE94E1A1BC47039BEBCB, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ViewMatrix_35 = L_35; // internal static readonly int InverseViewMatrix = Shader.PropertyToID("_InverseViewMatrix"); int32_t L_36; L_36 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral95B483AD515149C362D6A5A87D18CEA3E21ABC2E, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___InverseViewMatrix_36 = L_36; // internal static readonly int ScreenSpaceProjectionMatrix = Shader.PropertyToID("_ScreenSpaceProjectionMatrix"); int32_t L_37; L_37 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral2EBF4BFB077211522DD25DE681770A03AC54B998, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ScreenSpaceProjectionMatrix_37 = L_37; // internal static readonly int Params2 = Shader.PropertyToID("_Params2"); int32_t L_38; L_38 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral690C12CED9E5E166F02EC56E4CD00E7A873F3E2F, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params2_38 = L_38; // internal static readonly int FogColor = Shader.PropertyToID("_FogColor"); int32_t L_39; L_39 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3E918502AC81EC5515FFE14D0A95F18A73D4E4A9, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___FogColor_39 = L_39; // internal static readonly int FogParams = Shader.PropertyToID("_FogParams"); int32_t L_40; L_40 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral68ABF491E453082C64E5884896951C1A8B56207C, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___FogParams_40 = L_40; // internal static readonly int VelocityScale = Shader.PropertyToID("_VelocityScale"); int32_t L_41; L_41 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralA740F42C17C48D9FD7DD896C9566DF29AC4B00D5, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___VelocityScale_41 = L_41; // internal static readonly int MaxBlurRadius = Shader.PropertyToID("_MaxBlurRadius"); int32_t L_42; L_42 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3AB1757516AA276FCFC0ECDF453B81D676A6D007, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MaxBlurRadius_42 = L_42; // internal static readonly int RcpMaxBlurRadius = Shader.PropertyToID("_RcpMaxBlurRadius"); int32_t L_43; L_43 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC0FF7CAF7281B443F7CFAA8E50B3449BC1C101CC, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___RcpMaxBlurRadius_43 = L_43; // internal static readonly int VelocityTex = Shader.PropertyToID("_VelocityTex"); int32_t L_44; L_44 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralEF97F9F56A4C265AADFF5D9DDC3853E65DA6C256, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___VelocityTex_44 = L_44; // internal static readonly int Tile2RT = Shader.PropertyToID("_Tile2RT"); int32_t L_45; L_45 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral99332D0DDE495E198DAFA6F42593F9CF853BEFB8, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Tile2RT_45 = L_45; // internal static readonly int Tile4RT = Shader.PropertyToID("_Tile4RT"); int32_t L_46; L_46 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral82CC48F8FF2BF0BD5A479EE5B8AA3D122619F884, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Tile4RT_46 = L_46; // internal static readonly int Tile8RT = Shader.PropertyToID("_Tile8RT"); int32_t L_47; L_47 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1E8F51CAB22E1669CF2F07CE05CA2FDE7ABC1428, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Tile8RT_47 = L_47; // internal static readonly int TileMaxOffs = Shader.PropertyToID("_TileMaxOffs"); int32_t L_48; L_48 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralE77469616D4D7BD322020C5FFC7F7A69CB5FA8F5, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TileMaxOffs_48 = L_48; // internal static readonly int TileMaxLoop = Shader.PropertyToID("_TileMaxLoop"); int32_t L_49; L_49 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral90E32CA8EA0B33AF3444AFE2F6F95A408894E0C0, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TileMaxLoop_49 = L_49; // internal static readonly int TileVRT = Shader.PropertyToID("_TileVRT"); int32_t L_50; L_50 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5EE6B345EE118A688CADF5446F3418831F408C73, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TileVRT_50 = L_50; // internal static readonly int NeighborMaxTex = Shader.PropertyToID("_NeighborMaxTex"); int32_t L_51; L_51 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral30E83E1ADF2EB17E393A95B8B12CB0F5EBFBEF02, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___NeighborMaxTex_51 = L_51; // internal static readonly int LoopCount = Shader.PropertyToID("_LoopCount"); int32_t L_52; L_52 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral967A14D121BCDCE22BBAA9460E1984A8C2BA54D8, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LoopCount_52 = L_52; // internal static readonly int DepthOfFieldTemp = Shader.PropertyToID("_DepthOfFieldTemp"); int32_t L_53; L_53 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral78DAA2A377427ECC55BEC38317DB7E5660FCEF9A, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthOfFieldTemp_53 = L_53; // internal static readonly int DepthOfFieldTex = Shader.PropertyToID("_DepthOfFieldTex"); int32_t L_54; L_54 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral0DFFA37623A57E2A7D5D752E132154E4A0E611C5, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthOfFieldTex_54 = L_54; // internal static readonly int Distance = Shader.PropertyToID("_Distance"); int32_t L_55; L_55 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral2F27F2E70D75C32B101C2B5B83AF222261FD3DAF, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Distance_55 = L_55; // internal static readonly int LensCoeff = Shader.PropertyToID("_LensCoeff"); int32_t L_56; L_56 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralDAC2492AA14F902D97F136C20B73300275F6560A, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LensCoeff_56 = L_56; // internal static readonly int MaxCoC = Shader.PropertyToID("_MaxCoC"); int32_t L_57; L_57 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC6EE06363A208F4A08D7EEA39B55DD710EE70E21, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MaxCoC_57 = L_57; // internal static readonly int RcpMaxCoC = Shader.PropertyToID("_RcpMaxCoC"); int32_t L_58; L_58 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral0C547D50C7657A3E74FC8F05ECB3A705BB16AF2C, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___RcpMaxCoC_58 = L_58; // internal static readonly int RcpAspect = Shader.PropertyToID("_RcpAspect"); int32_t L_59; L_59 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral51E7EA98EF27D0C177A501478F6A636D57A19261, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___RcpAspect_59 = L_59; // internal static readonly int CoCTex = Shader.PropertyToID("_CoCTex"); int32_t L_60; L_60 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5923A6AD0A568F96C8D42C5DA7943F72B98F51B2, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___CoCTex_60 = L_60; // internal static readonly int TaaParams = Shader.PropertyToID("_TaaParams"); int32_t L_61; L_61 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF78A9418B4D33DBFF17F335D0669B42522E6D392, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TaaParams_61 = L_61; // internal static readonly int AutoExposureTex = Shader.PropertyToID("_AutoExposureTex"); int32_t L_62; L_62 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral9F2A3E33454C34654F2C5EFE7D4308E04FFEE746, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___AutoExposureTex_62 = L_62; // internal static readonly int HistogramBuffer = Shader.PropertyToID("_HistogramBuffer"); int32_t L_63; L_63 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3C8BEB212F50782CC9ADCF481BDD586771879802, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HistogramBuffer_63 = L_63; // internal static readonly int Params = Shader.PropertyToID("_Params"); int32_t L_64; L_64 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Params_64 = L_64; // internal static readonly int ScaleOffsetRes = Shader.PropertyToID("_ScaleOffsetRes"); int32_t L_65; L_65 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB41868DE0B663EE64B8FEC63B64C634F6B1DE0A9, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ScaleOffsetRes_65 = L_65; // internal static readonly int BloomTex = Shader.PropertyToID("_BloomTex"); int32_t L_66; L_66 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralCC90D1F945AC7169737EB4D29A9935C14E0C85F0, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___BloomTex_66 = L_66; // internal static readonly int SampleScale = Shader.PropertyToID("_SampleScale"); int32_t L_67; L_67 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3CB951C5C06E2A9CE696B22F5090A82016181ECD, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___SampleScale_67 = L_67; // internal static readonly int Threshold = Shader.PropertyToID("_Threshold"); int32_t L_68; L_68 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral207B3D9446F2D4167D3D15FA99BDA04AA93AD0A0, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Threshold_68 = L_68; // internal static readonly int ColorIntensity = Shader.PropertyToID("_ColorIntensity"); int32_t L_69; L_69 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3E3AA2D144C34DB6F8864CDB223CC761B59084B9, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ColorIntensity_69 = L_69; // internal static readonly int Bloom_DirtTex = Shader.PropertyToID("_Bloom_DirtTex"); int32_t L_70; L_70 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral63E247A491FEB5DF5D6FD7ECFCFA3CB28312BC2B, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Bloom_DirtTex_70 = L_70; // internal static readonly int Bloom_Settings = Shader.PropertyToID("_Bloom_Settings"); int32_t L_71; L_71 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3522B9AFA3A138B20B0C0E0D23B1DFBD6446CF30, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Bloom_Settings_71 = L_71; // internal static readonly int Bloom_Color = Shader.PropertyToID("_Bloom_Color"); int32_t L_72; L_72 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralBA83612794608072C96135390EBB6580736B548C, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Bloom_Color_72 = L_72; // internal static readonly int Bloom_DirtTileOffset = Shader.PropertyToID("_Bloom_DirtTileOffset"); int32_t L_73; L_73 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD876D7C328FC7389E475AF8B43EFCC458EEECA0F, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Bloom_DirtTileOffset_73 = L_73; // internal static readonly int ChromaticAberration_Amount = Shader.PropertyToID("_ChromaticAberration_Amount"); int32_t L_74; L_74 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1C8080E116C20514B2112FEEDD2DB6033035CD1F, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ChromaticAberration_Amount_74 = L_74; // internal static readonly int ChromaticAberration_SpectralLut = Shader.PropertyToID("_ChromaticAberration_SpectralLut"); int32_t L_75; L_75 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5E869A55F1FD970D9863620354037962A0AC0C3E, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ChromaticAberration_SpectralLut_75 = L_75; // internal static readonly int Distortion_CenterScale = Shader.PropertyToID("_Distortion_CenterScale"); int32_t L_76; L_76 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral6D4BCDF03F3EB5445C966C9A6991227EB12A8518, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Distortion_CenterScale_76 = L_76; // internal static readonly int Distortion_Amount = Shader.PropertyToID("_Distortion_Amount"); int32_t L_77; L_77 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral33DAFA83AE3C1EBDE3E132BFB1409BEAEF5C7299, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Distortion_Amount_77 = L_77; // internal static readonly int Lut2D = Shader.PropertyToID("_Lut2D"); int32_t L_78; L_78 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD861DB752E818C85F15BF687AF8BAABFBA56F7C5, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Lut2D_78 = L_78; // internal static readonly int Lut3D = Shader.PropertyToID("_Lut3D"); int32_t L_79; L_79 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1F3569EA34F0CDC5996987E80A285D635BB3A971, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Lut3D_79 = L_79; // internal static readonly int Lut3D_Params = Shader.PropertyToID("_Lut3D_Params"); int32_t L_80; L_80 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral37640B714B2743455E93474E372B877B5860A095, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Lut3D_Params_80 = L_80; // internal static readonly int Lut2D_Params = Shader.PropertyToID("_Lut2D_Params"); int32_t L_81; L_81 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral6381B23F35E8EBF8FB5110463A8F3EB362AC3F9C, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Lut2D_Params_81 = L_81; // internal static readonly int UserLut2D_Params = Shader.PropertyToID("_UserLut2D_Params"); int32_t L_82; L_82 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral584D4F514F457B9F94AFE8DCD9E3DE07ED8E3756, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___UserLut2D_Params_82 = L_82; // internal static readonly int PostExposure = Shader.PropertyToID("_PostExposure"); int32_t L_83; L_83 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralFED3C378B19068A98599B75359F08B3BED32D4D4, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___PostExposure_83 = L_83; // internal static readonly int ColorBalance = Shader.PropertyToID("_ColorBalance"); int32_t L_84; L_84 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral002B6E3216BE0ED6688E6B5F475171A893F058CB, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ColorBalance_84 = L_84; // internal static readonly int ColorFilter = Shader.PropertyToID("_ColorFilter"); int32_t L_85; L_85 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralEDE5C319F3E1E62CD8B9EEA404BE2D3021161D09, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ColorFilter_85 = L_85; // internal static readonly int HueSatCon = Shader.PropertyToID("_HueSatCon"); int32_t L_86; L_86 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral226B04A0CC5F5100674EEFBB045D72F8A18827A2, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HueSatCon_86 = L_86; // internal static readonly int Brightness = Shader.PropertyToID("_Brightness"); int32_t L_87; L_87 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB5696D802E93F47F31F1E298FB7F74857D3CC019, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Brightness_87 = L_87; // internal static readonly int ChannelMixerRed = Shader.PropertyToID("_ChannelMixerRed"); int32_t L_88; L_88 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral78C67E2A4385F588BA2DCEE159691DCE1EC544D1, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ChannelMixerRed_88 = L_88; // internal static readonly int ChannelMixerGreen = Shader.PropertyToID("_ChannelMixerGreen"); int32_t L_89; L_89 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral08929B9ED7690C81F8839C7D7C9D227261D64D44, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ChannelMixerGreen_89 = L_89; // internal static readonly int ChannelMixerBlue = Shader.PropertyToID("_ChannelMixerBlue"); int32_t L_90; L_90 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral09B6A7A347CF016F5EAEBCCCA4B381E3872CAA25, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ChannelMixerBlue_90 = L_90; // internal static readonly int Lift = Shader.PropertyToID("_Lift"); int32_t L_91; L_91 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral170A4AE79F1E4ADE325EA6DCA89AB7E5C651BA04, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Lift_91 = L_91; // internal static readonly int InvGamma = Shader.PropertyToID("_InvGamma"); int32_t L_92; L_92 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral8C1F9317F0F6CD38539297951AC9FF62130D82D9, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___InvGamma_92 = L_92; // internal static readonly int Gain = Shader.PropertyToID("_Gain"); int32_t L_93; L_93 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB7313CC4A1FC7E8F730433FE31FA8B6C42C2F617, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Gain_93 = L_93; // internal static readonly int Curves = Shader.PropertyToID("_Curves"); int32_t L_94; L_94 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral888F402019BA6B7B75F107FF277905FC91B7D4A5, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Curves_94 = L_94; // internal static readonly int CustomToneCurve = Shader.PropertyToID("_CustomToneCurve"); int32_t L_95; L_95 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4E3F28E31C6FBF9CE40FB0E22DB6EEB51E327ECC, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___CustomToneCurve_95 = L_95; // internal static readonly int ToeSegmentA = Shader.PropertyToID("_ToeSegmentA"); int32_t L_96; L_96 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD5EDDE0653F57527501C28735507B1CC41D34488, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ToeSegmentA_96 = L_96; // internal static readonly int ToeSegmentB = Shader.PropertyToID("_ToeSegmentB"); int32_t L_97; L_97 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC50BD3EEB0CD9AE675B6FB48C993EAF61A0F5743, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ToeSegmentB_97 = L_97; // internal static readonly int MidSegmentA = Shader.PropertyToID("_MidSegmentA"); int32_t L_98; L_98 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralDC80E36B12012D9CC8345C1E65C3514CC71B6D6B, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MidSegmentA_98 = L_98; // internal static readonly int MidSegmentB = Shader.PropertyToID("_MidSegmentB"); int32_t L_99; L_99 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral66CC2216400A85B2C13A1654EA6B5A0718876796, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___MidSegmentB_99 = L_99; // internal static readonly int ShoSegmentA = Shader.PropertyToID("_ShoSegmentA"); int32_t L_100; L_100 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral407C00532FD858B87FCEE11BF0F998A6A89EDB9F, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ShoSegmentA_100 = L_100; // internal static readonly int ShoSegmentB = Shader.PropertyToID("_ShoSegmentB"); int32_t L_101; L_101 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral665E0656CC33F8CF208845A22B28A9CA5A9FFE15, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___ShoSegmentB_101 = L_101; // internal static readonly int Vignette_Color = Shader.PropertyToID("_Vignette_Color"); int32_t L_102; L_102 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral2F80F1A560C9094CDF248E6F2A7711192360BA6D, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Vignette_Color_102 = L_102; // internal static readonly int Vignette_Center = Shader.PropertyToID("_Vignette_Center"); int32_t L_103; L_103 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5AB39677552FCD6558823F660419D8B2162C026D, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Vignette_Center_103 = L_103; // internal static readonly int Vignette_Settings = Shader.PropertyToID("_Vignette_Settings"); int32_t L_104; L_104 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC27247C19E767FA5A71651454878BEB32E3E617F, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Vignette_Settings_104 = L_104; // internal static readonly int Vignette_Mask = Shader.PropertyToID("_Vignette_Mask"); int32_t L_105; L_105 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral7708E3CFCAC428CAD92AA2C5021283430C7A9820, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Vignette_Mask_105 = L_105; // internal static readonly int Vignette_Opacity = Shader.PropertyToID("_Vignette_Opacity"); int32_t L_106; L_106 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral9DA0A315BE47865976FE7CF074D6F4A38130F4DA, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Vignette_Opacity_106 = L_106; // internal static readonly int Vignette_Mode = Shader.PropertyToID("_Vignette_Mode"); int32_t L_107; L_107 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralACC6BBEBB6EC2D569DB1D4EED7056E9BD92D3BD2, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Vignette_Mode_107 = L_107; // internal static readonly int Grain_Params1 = Shader.PropertyToID("_Grain_Params1"); int32_t L_108; L_108 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralCEE9A5CE2C99B1ACB29F60F54B0FB33100BB8DA9, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Grain_Params1_108 = L_108; // internal static readonly int Grain_Params2 = Shader.PropertyToID("_Grain_Params2"); int32_t L_109; L_109 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD236D27ACEF2604264B8A2F7F835C87D1A6FF1A3, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Grain_Params2_109 = L_109; // internal static readonly int GrainTex = Shader.PropertyToID("_GrainTex"); int32_t L_110; L_110 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralAD8876816F840CDD275978547DCA00605F5521FA, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___GrainTex_110 = L_110; // internal static readonly int Phase = Shader.PropertyToID("_Phase"); int32_t L_111; L_111 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral69EFC967936800473A4F9876FAAA3EEADC9362FE, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Phase_111 = L_111; // internal static readonly int GrainNoiseParameters = Shader.PropertyToID("_NoiseParameters"); int32_t L_112; L_112 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF256016A8505804BA30B7CBFB1898D23FC7004CE, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___GrainNoiseParameters_112 = L_112; // internal static readonly int LumaInAlpha = Shader.PropertyToID("_LumaInAlpha"); int32_t L_113; L_113 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral23B4E96AC62A533DA4B9AACC8D74539EA644D8EB, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___LumaInAlpha_113 = L_113; // internal static readonly int DitheringTex = Shader.PropertyToID("_DitheringTex"); int32_t L_114; L_114 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral32404EE0FBFFCF67870620BA76FD49CDC93A1ECC, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DitheringTex_114 = L_114; // internal static readonly int Dithering_Coords = Shader.PropertyToID("_Dithering_Coords"); int32_t L_115; L_115 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF6B171301EC46844CD9760B315C797B690BCF2B7, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Dithering_Coords_115 = L_115; // internal static readonly int From = Shader.PropertyToID("_From"); int32_t L_116; L_116 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF51190EEE90545F9CD168B86B0A73EF3C85E3A2C, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___From_116 = L_116; // internal static readonly int To = Shader.PropertyToID("_To"); int32_t L_117; L_117 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5ED45B85ADA1AFA9C8962A3063BC0DB7FA04521E, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___To_117 = L_117; // internal static readonly int Interp = Shader.PropertyToID("_Interp"); int32_t L_118; L_118 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4C539297E23C7190DDC2B0F48DF7D8DC80628F81, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___Interp_118 = L_118; // internal static readonly int TargetColor = Shader.PropertyToID("_TargetColor"); int32_t L_119; L_119 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3E63EA4D6F8144DD6406580EE9A7B6F874A529E4, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___TargetColor_119 = L_119; // internal static readonly int HalfResFinalCopy = Shader.PropertyToID("_HalfResFinalCopy"); int32_t L_120; L_120 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD58E87690792F5142FC91090175176B5473F7AA8, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___HalfResFinalCopy_120 = L_120; // internal static readonly int WaveformSource = Shader.PropertyToID("_WaveformSource"); int32_t L_121; L_121 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF4B55D8060185BC7826AF8D71944B2422B9A7129, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___WaveformSource_121 = L_121; // internal static readonly int WaveformBuffer = Shader.PropertyToID("_WaveformBuffer"); int32_t L_122; L_122 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralE75B2F2DCB45F8587B72E7BD107D9281449E36FA, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___WaveformBuffer_122 = L_122; // internal static readonly int VectorscopeBuffer = Shader.PropertyToID("_VectorscopeBuffer"); int32_t L_123; L_123 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral65DA0CA6246AE2288BFBD3224C0B6589F82798AC, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___VectorscopeBuffer_123 = L_123; // internal static readonly int RenderViewportScaleFactor = Shader.PropertyToID("_RenderViewportScaleFactor"); int32_t L_124; L_124 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralEF6617988B00AEF7DABAD38EABEBCC11302D95FB, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___RenderViewportScaleFactor_124 = L_124; // internal static readonly int UVTransform = Shader.PropertyToID("_UVTransform"); int32_t L_125; L_125 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5ED5E460584F6B4377F2BEE3FC03DEC4AE91DE43, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___UVTransform_125 = L_125; // internal static readonly int DepthSlice = Shader.PropertyToID("_DepthSlice"); int32_t L_126; L_126 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral293D1A3AA819973FEC7C768A5F4372EBA6A92D67, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___DepthSlice_126 = L_126; // internal static readonly int UVScaleOffset = Shader.PropertyToID("_UVScaleOffset"); int32_t L_127; L_127 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1E2D1B8F48736631DA3F7445F9220FD9F6FAB83B, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___UVScaleOffset_127 = L_127; // internal static readonly int PosScaleOffset = Shader.PropertyToID("_PosScaleOffset"); int32_t L_128; L_128 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral086508AC5A7228F9F7C2C97F2D1FBE219894054A, NULL); ((ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t5ECE3A5347F3C559BCA977BD590CC3CB8228BD99_il2cpp_TypeInfo_var))->___PosScaleOffset_128 = L_128; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* PostProcessRenderContext_get_resources_m89879DF69E4B910F9EE3008AB8DC60B732ABF02A_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PostProcessResources resources { get; internal set; } PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = __this->___U3CresourcesU3Ek__BackingField_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* PostProcessRenderContext_get_command_m028BE33B6194640A1DE901A6F935658034A3E2CD_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public CommandBuffer command { get; set; } CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___U3CcommandU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline (float ___f0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___f0; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_1; L_1 = ceil(((double)L_0)); V_0 = il2cpp_codegen_cast_double_to_int(L_1); goto IL_000c; } IL_000c: { int32_t L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_width_m551FAECA1D38B547E9337BEC7316D6B113B00F03_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int width { get; private set; } int32_t L_0 = __this->___U3CwidthU3Ek__BackingField_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_height_mECB24899496181711525B9E8204F8A85AAA84181_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int height { get; private set; } int32_t L_0 = __this->___U3CheightU3Ek__BackingField_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method) { { float L_0 = ___x0; __this->___x_1 = L_0; float L_1 = ___y1; __this->___y_2 = L_1; float L_2 = ___z2; __this->___z_3 = L_2; float L_3 = ___w3; __this->___w_4 = L_3; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* PostProcessRenderContext_get_propertySheets_m60E7825143611FEC183803150D8F7C2785514D79_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PropertySheetFactory propertySheets { get; internal set; } PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_0 = __this->___U3CpropertySheetsU3Ek__BackingField_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* PropertySheet_get_properties_m3F54B6A690186CF8AE8CCD585068A4DB80AA50F5_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) { { // public MaterialPropertyBlock properties { get; private set; } MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = __this->___U3CpropertiesU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* Monitor_get_output_m47DF8F109DA67DEF62A5993E579B62750DA196C0_inline (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, const RuntimeMethod* method) { { // public RenderTexture output { get; protected set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___U3CoutputU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* LogHistogram_get_data_m3F3310AAF8C2368E2D3D724BF95E1632F52E8684_inline (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, const RuntimeMethod* method) { { // public ComputeBuffer data { get; private set; } ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0 = __this->___U3CdataU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; float V_2 = 0.0f; { float L_0 = ___value0; float L_1 = ___min1; V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_000e; } } { float L_3 = ___min1; ___value0 = L_3; goto IL_0019; } IL_000e: { float L_4 = ___value0; float L_5 = ___max2; V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0019; } } { float L_7 = ___max2; ___value0 = L_7; } IL_0019: { float L_8 = ___value0; V_2 = L_8; goto IL_001d; } IL_001d: { float L_9 = V_2; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Monitor_set_output_mE14C51217A4CCAB88EC656889034C4D55764AECA_inline (Monitor_tCBFD2372574421BB96EF17D00190BEFB2F65E5FC* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) { { // public RenderTexture output { get; protected set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___value0; __this->___U3CoutputU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoutputU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___a0, float ___b1, const RuntimeMethod* method) { float V_0 = 0.0f; float G_B3_0 = 0.0f; { float L_0 = ___a0; float L_1 = ___b1; if ((((float)L_0) > ((float)L_1))) { goto IL_0008; } } { float L_2 = ___b1; G_B3_0 = L_2; goto IL_0009; } IL_0008: { float L_3 = ___a0; G_B3_0 = L_3; } IL_0009: { V_0 = G_B3_0; goto IL_000c; } IL_000c: { float L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___f0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { float L_0 = ___f0; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_1; L_1 = floor(((double)L_0)); V_0 = il2cpp_codegen_cast_double_to_int(L_1); goto IL_000c; } IL_000c: { int32_t L_2 = V_0; return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_sourceFormat_m5EB6DD7D586BC0E5B3E3C385CF96AC63575ED61B_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public RenderTextureFormat sourceFormat { get; set; } int32_t L_0 = __this->___U3CsourceFormatU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0; float L_1 = L_0.___r_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___c0; float L_3 = L_2.___g_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___c0; float L_5 = L_4.___b_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___c0; float L_7 = L_6.___a_3; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8; memset((&L_8), 0, sizeof(L_8)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_0021; } IL_0021: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___v0; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___v0; float L_3 = L_2.___y_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001a; } IL_001a: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___v0; float L_1 = L_0.___x_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___v0; float L_3 = L_2.___y_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_4), L_1, L_3, (0.0f), (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001f; } IL_001f: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___v0; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___v0; float L_3 = L_2.___y_3; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method) { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___v0; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___v0; float L_3 = L_2.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___v0; float L_5 = L_4.___z_4; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6; memset((&L_6), 0, sizeof(L_6)); Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_6), L_1, L_3, L_5, (0.0f), /*hidden argument*/NULL); V_0 = L_6; goto IL_0020; } IL_0020: { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector4_op_Implicit_m6673D431FBCA5AFB6CF06CD9783D07A4C90CC2AA_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0, const RuntimeMethod* method) { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___v0; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___v0; float L_3 = L_2.___y_2; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___v0; float L_1 = L_0.___x_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___v0; float L_3 = L_2.___y_2; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___v0; float L_5 = L_4.___z_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_6), L_1, L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_001b; } IL_001b: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0; memset((&V_0), 0, sizeof(V_0)); { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0; memset((&L_0), 0, sizeof(L_0)); Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); V_0 = L_0; goto IL_001d; } IL_001d: { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* PostProcessBundle_get_attribute_m23310FCCFEE897EBF93C36296D6C5D565B4C19A0_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { { // public PostProcessAttribute attribute { get; private set; } PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_0 = __this->___U3CattributeU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* PostProcessBundle_get_settings_m5BA726BCC8ADCCEA4AD25AD51798950474EFC046_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, const RuntimeMethod* method) { { // public PostProcessEffectSettings settings { get; private set; } PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_0 = __this->___U3CsettingsU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessBundle_set_settings_m954BB49AE94AC89911931978FABA469BBBBCC8BF_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* ___value0, const RuntimeMethod* method) { { // public PostProcessEffectSettings settings { get; private set; } PostProcessEffectSettings_tEB820A5FBBCB3B1CBEFE11BEA55390EC1B090449* L_0 = ___value0; __this->___U3CsettingsU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsettingsU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessBundle_set_attribute_m2675212E0F5625E6B7436C50F63DB75E26045434_inline (PostProcessBundle_t47765BC04F18153CBF171A121A1D2A9B30FE7511* __this, PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* ___value0, const RuntimeMethod* method) { { // public PostProcessAttribute attribute { get; private set; } PostProcessAttribute_t5EE010415213019C88384E8B339549D7EF05EE97* L_0 = ___value0; __this->___U3CattributeU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CattributeU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessDebugLayer_get_debugOverlayActive_m7990B750167EF1A31F8A3F96B539B322D3F7FC84_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { // public bool debugOverlayActive { get; private set; } bool L_0 = __this->___U3CdebugOverlayActiveU3Ek__BackingField_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* PostProcessDebugLayer_get_debugOverlayTarget_mEE851EF1356AE899D0EF902AD0E0966B16AFD940_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { // public RenderTexture debugOverlayTarget { get; private set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___U3CdebugOverlayTargetU3Ek__BackingField_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlayTarget_m7566FD9B25470C7ACCF14606AAF975AE00715332_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) { { // public RenderTexture debugOverlayTarget { get; private set; } RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___value0; __this->___U3CdebugOverlayTargetU3Ek__BackingField_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdebugOverlayTargetU3Ek__BackingField_7), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlay_m8A972C54696447B69FBC597FA9E67C3D9B7C322A_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, int32_t ___value0, const RuntimeMethod* method) { { // public DebugOverlay debugOverlay { get; private set; } int32_t L_0 = ___value0; __this->___U3CdebugOverlayU3Ek__BackingField_9 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessDebugLayer_set_debugOverlayActive_mC83941C3612A2745BD1B6C771FCF0053B6D3BC77_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, bool ___value0, const RuntimeMethod* method) { { // public bool debugOverlayActive { get; private set; } bool L_0 = ___value0; __this->___U3CdebugOverlayActiveU3Ek__BackingField_8 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessDebugLayer_get_debugOverlay_m50CBB64D3FEE070BD29DEC24C8CD57DD37EFE1C3_inline (PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* __this, const RuntimeMethod* method) { { // public DebugOverlay debugOverlay { get; private set; } int32_t L_0 = __this->___U3CdebugOverlayU3Ek__BackingField_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B PostProcessRenderContext_get_destination_m9A1924F891A773105919295D97A474741CAB9F28_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public RenderTargetIdentifier destination { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___U3CdestinationU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* PostProcessRenderContext_get_camera_m03C2533C3B4CC5300541CEC486849C58B1F8BBAE_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // get { return m_Camera; } Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_Camera_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B PostProcessRenderContext_get_source_mD66060FCBE2897F0510AE91E86370440226FA430_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public RenderTargetIdentifier source { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___U3CsourceU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessLayer_get_haveBundlesBeenInited_m8FC1BB2B461C9427AE234EAB8B3C83339B0C544B_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { { // public bool haveBundlesBeenInited { get; private set; } bool L_0 = __this->___U3ChaveBundlesBeenInitedU3Ek__BackingField_25; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_stereoActive_m54D0889CF302150E3850FD7BA9AF72BB9EE94C7B_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public bool stereoActive { get; private set; } bool L_0 = __this->___U3CstereoActiveU3Ek__BackingField_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessLayer_set_sortedBundles_mF014B030591011A9935170FCC8747EDD3F6075FF_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* ___value0, const RuntimeMethod* method) { { // public Dictionary> sortedBundles { get; private set; } Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_0 = ___value0; __this->___U3CsortedBundlesU3Ek__BackingField_23 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsortedBundlesU3Ek__BackingField_23), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessLayer_set_haveBundlesBeenInited_mC73845F7B1DF581C092B4A735244B17E75D979FA_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, bool ___value0, const RuntimeMethod* method) { { // public bool haveBundlesBeenInited { get; private set; } bool L_0 = ___value0; __this->___U3ChaveBundlesBeenInitedU3Ek__BackingField_25 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_source_m8747B57F6213BC84C7C2990508D029FB4D31C3DE_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value0, const RuntimeMethod* method) { { // public RenderTargetIdentifier source { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = ___value0; __this->___U3CsourceU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_destination_mED49AE5FCE8CEB9D8B64AA82E1693D4913D48759_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___value0, const RuntimeMethod* method) { { // public RenderTargetIdentifier destination { get; set; } RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = ___value0; __this->___U3CdestinationU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_sourceFormat_mFBDC1C325F8E32DA2A40C784659D2DD8BA057258_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public RenderTextureFormat sourceFormat { get; set; } int32_t L_0 = ___value0; __this->___U3CsourceFormatU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_command_m383214635AE4777FFE746270157B265E6CB3A799_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___value0, const RuntimeMethod* method) { { // public CommandBuffer command { get; set; } CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___value0; __this->___U3CcommandU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcommandU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_numberOfEyes_m172652A2003AFD49FB6ED64C3F46249B92D21AE4_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int numberOfEyes { get; private set; } int32_t L_0 = __this->___U3CnumberOfEyesU3Ek__BackingField_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_stereoRenderingMode_m674A9251277DC05913F1EA02B6E5ADA1AE4E00F5_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public StereoRenderingMode stereoRenderingMode { get; private set; } int32_t L_0 = __this->___U3CstereoRenderingModeU3Ek__BackingField_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CwidthU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_flip_m91DFA83ED3118BB02CF2849D2177C65D186F3E11_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) { { // public bool flip { get; set; } bool L_0 = ___value0; __this->___U3CflipU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MultiScaleVO_SetResources_m84240174825540B7F4C74D968DC59AD2ECC591C1_inline (MultiScaleVO_t42077DA77B4614937215FB7CA03AF6F41892C36F* __this, PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___resources0, const RuntimeMethod* method) { { // m_Resources = resources; PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = ___resources0; __this->___m_Resources_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Resources_9), (void*)L_0); // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessLayer_set_cameraDepthFlags_mBC9A8CE97A08E406A3DF3F3F6AAA157330316578_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, int32_t ___value0, const RuntimeMethod* method) { { // public DepthTextureMode cameraDepthFlags { get; private set; } int32_t L_0 = ___value0; __this->___U3CcameraDepthFlagsU3Ek__BackingField_24 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* PostProcessLayer_get_sortedBundles_m1C832D9F4C17EBC0E9E8704923DE1876634588B9_inline (PostProcessLayer_tCB3CBCF972855B2F882BC528A036D1F5273FCE32* __this, const RuntimeMethod* method) { { // public Dictionary> sortedBundles { get; private set; } Dictionary_2_t327487279C961C05344C8D58EBFD0F55DDFBEC92* L_0 = __this->___U3CsortedBundlesU3Ek__BackingField_23; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_isSceneView_mADB2A9705C42D62BCB2DD13C1A64202A7BF32801_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public bool isSceneView { get; internal set; } bool L_0 = __this->___U3CisSceneViewU3Ek__BackingField_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_isSceneView_m25BC585A98717333E55435BF060FBC8352979120_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) { { // public bool isSceneView { get; internal set; } bool L_0 = ___value0; __this->___U3CisSceneViewU3Ek__BackingField_18 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_resources_mD928596BD2CF34330CA3F8FA83845C9BB39E5651_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* ___value0, const RuntimeMethod* method) { { // public PostProcessResources resources { get; internal set; } PostProcessResources_t300E967CDD9643AE04457DA4FFC5B1100885048D* L_0 = ___value0; __this->___U3CresourcesU3Ek__BackingField_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresourcesU3Ek__BackingField_6), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_propertySheets_m06436C85901FFAF383447F35F3A19909E1C60344_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* ___value0, const RuntimeMethod* method) { { // public PropertySheetFactory propertySheets { get; internal set; } PropertySheetFactory_t5ABFD70669DCB136C812072371B67AD83FCDD19D* L_0 = ___value0; __this->___U3CpropertySheetsU3Ek__BackingField_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpropertySheetsU3Ek__BackingField_7), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_debugLayer_mF9A346FF61AD7CD0AC5605BD3B2A2007084CFA5A_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* ___value0, const RuntimeMethod* method) { { // public PostProcessDebugLayer debugLayer { get; internal set; } PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_0 = ___value0; __this->___U3CdebugLayerU3Ek__BackingField_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdebugLayerU3Ek__BackingField_9), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_antialiasing_m487F83A7E53C46AE4C2015794DA6568950E3C181_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public PostProcessLayer.Antialiasing antialiasing { get; internal set; } int32_t L_0 = ___value0; __this->___U3CantialiasingU3Ek__BackingField_19 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_temporalAntialiasing_mF2B2A0D8F39F49690FD4F76B3347C4D168B22597_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* ___value0, const RuntimeMethod* method) { { // public TemporalAntialiasing temporalAntialiasing { get; internal set; } TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_0 = ___value0; __this->___U3CtemporalAntialiasingU3Ek__BackingField_20 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtemporalAntialiasingU3Ek__BackingField_20), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PostProcessRenderContext_get_flip_mFE0933034DE2E1C6174C09EED54F03C472D29C32_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public bool flip { get; set; } bool L_0 = __this->___U3CflipU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_xrActiveEye_m1ED0BDA4DC07BAD4096F3B66DF35520815C7F208_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int xrActiveEye { get; set; } int32_t L_0 = __this->___U3CxrActiveEyeU3Ek__BackingField_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_xrActiveEye_mA344A4FBC049CA99096413FBE81F0F8F9A12D9A8_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int xrActiveEye { get; set; } int32_t L_0 = ___value0; __this->___U3CxrActiveEyeU3Ek__BackingField_13 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5; V_0 = L_0; goto IL_0009; } IL_0009: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___b1; float L_3 = L_2.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___a0; float L_5 = L_4.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___b1; float L_7 = L_6.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___a0; float L_9 = L_8.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___b1; float L_11 = L_10.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0; float L_1 = L_0.___x_2; float L_2 = ___d1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___a0; float L_4 = L_3.___y_3; float L_5 = ___d1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___a0; float L_7 = L_6.___z_4; float L_8 = ___d1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = __this->___x_2; float L_1 = __this->___x_2; float L_2 = __this->___y_3; float L_3 = __this->___y_3; float L_4 = __this->___z_4; float L_5 = __this->___z_4; V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5)))); goto IL_002d; } IL_002d: { float L_6 = V_0; return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessVolume_get_previousLayer_mDD1CFB67F2C14C50E3DE2430D1631145BE7079B2_inline (PostProcessVolume_t7CD718786C94B0E1FC8723E84094861E58B422D2* __this, const RuntimeMethod* method) { { // internal int previousLayer => m_PreviousLayer; int32_t L_0 = __this->___m_PreviousLayer_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___value0, const RuntimeMethod* method) { bool V_0 = false; float V_1 = 0.0f; bool V_2 = false; { float L_0 = ___value0; V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0015; } } { V_1 = (0.0f); goto IL_002d; } IL_0015: { float L_2 = ___value0; V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_0029; } } { V_1 = (1.0f); goto IL_002d; } IL_0029: { float L_4 = ___value0; V_1 = L_4; goto IL_002d; } IL_002d: { float L_5 = V_1; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_stereoRenderingMode_mCCE43DEFBEFEEAE8D4512991FA5117C781710287_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public StereoRenderingMode stereoRenderingMode { get; private set; } int32_t L_0 = ___value0; __this->___U3CstereoRenderingModeU3Ek__BackingField_15 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_numberOfEyes_m047ECAB2F0CE41026EECD96F2FDAC3B49AB178B9_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int numberOfEyes { get; private set; } int32_t L_0 = ___value0; __this->___U3CnumberOfEyesU3Ek__BackingField_14 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_width_m1613BDCAF13B96F72BE7A91E82E9EB6D1C4C39EF_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int width { get; private set; } int32_t L_0 = ___value0; __this->___U3CwidthU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CheightU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_height_m4CAF4DB1F50557C276D2683C799FC9CFC19B357F_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int height { get; private set; } int32_t L_0 = ___value0; __this->___U3CheightU3Ek__BackingField_11 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_screenWidth_m2472914DC0C907A2A78B7BB990F3DBE9DE785C5C_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int screenWidth { get; private set; } int32_t L_0 = ___value0; __this->___U3CscreenWidthU3Ek__BackingField_16 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_screenHeight_m3D69896EFE6A480285D300EA3E99164661144FC4_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, int32_t ___value0, const RuntimeMethod* method) { { // public int screenHeight { get; private set; } int32_t L_0 = ___value0; __this->___U3CscreenHeightU3Ek__BackingField_17 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_stereoActive_m133C99DFFB79D8C1D33176258C5A96D8587CDEB0_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, bool ___value0, const RuntimeMethod* method) { { // public bool stereoActive { get; private set; } bool L_0 = ___value0; __this->___U3CstereoActiveU3Ek__BackingField_12 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CwidthU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CheightU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* PostProcessRenderContext_get_userData_m9C88F1615E7C029E65F8A1BA3C0D22986FE27B98_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public Dictionary userData { get; private set; } Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = __this->___U3CuserDataU3Ek__BackingField_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PostProcessRenderContext_set_userData_m1D9CEBBB566FC3841231E033269B030FDBE98431_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___value0, const RuntimeMethod* method) { { // public Dictionary userData { get; private set; } Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___value0; __this->___U3CuserDataU3Ek__BackingField_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuserDataU3Ek__BackingField_8), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_antialiasing_m8FA450C8086C96DB987CF8F9B707DA5CFB7AA108_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PostProcessLayer.Antialiasing antialiasing { get; internal set; } int32_t L_0 = __this->___U3CantialiasingU3Ek__BackingField_19; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* PostProcessRenderContext_get_temporalAntialiasing_m18BFEF6B423A28BD505D611A15643580B8E6CCD7_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public TemporalAntialiasing temporalAntialiasing { get; internal set; } TemporalAntialiasing_t66F588EBDAB51F3C7094E5495132B8256CB0C644* L_0 = __this->___U3CtemporalAntialiasingU3Ek__BackingField_20; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* PostProcessRenderContext_get_debugLayer_mD44CD6FBE77E24B243E0EDE0A332A6BB32AA6C25_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public PostProcessDebugLayer debugLayer { get; internal set; } PostProcessDebugLayer_tD1025B624D67FB5F369C673972D2219EFF179D02* L_0 = __this->___U3CdebugLayerU3Ek__BackingField_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CdimensionU3Ek__BackingField_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CdimensionU3Ek__BackingField_8 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CvolumeDepthU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_volumeDepth_mEF9610D1C14182417A01B7243DEE6B559A13B34D_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CvolumeDepthU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CvrUsageU3Ek__BackingField_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_vrUsage_m994CB3D4B250A70BE005D9FDFD24D868E07A52F0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CvrUsageU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CmsaaSamplesU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CmsaaSamplesU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_memoryless_mFFD64B6716E0F7D936AD6B34D5D56F0BFD55197F_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CmemorylessU3Ek__BackingField_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_memoryless_m9ECE149930C0E2629A5CD9DA1CD0EA2A01FFE1B2_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CmemorylessU3Ek__BackingField_12 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_shadowSamplingMode_mEDA5D0915E1DF2ED949612B291A20FABD278BF5B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CshadowSamplingModeU3Ek__BackingField_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_shadowSamplingMode_m4B4CE918DFFF1CC5E3AF981456E186F15FC5DB93_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->___U3CshadowSamplingModeU3Ek__BackingField_9 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_screenWidth_mF6EF29A7E49F6132C7376A841571FB65A1573147_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int screenWidth { get; private set; } int32_t L_0 = __this->___U3CscreenWidthU3Ek__BackingField_16; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->___x_2 = L_0; float L_1 = ___y1; __this->___y_3 = L_1; float L_2 = ___z2; __this->___z_4 = L_2; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0; float L_1 = L_0.___x_2; float L_2 = ___d1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___a0; float L_4 = L_3.___y_3; float L_5 = ___d1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___a0; float L_7 = L_6.___z_4; float L_8 = ___d1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___a0, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___b1, const RuntimeMethod* method) { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___a0; float L_1 = L_0.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___b1; float L_3 = L_2.___x_2; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___a0; float L_5 = L_4.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___b1; float L_7 = L_6.___y_3; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___a0; float L_9 = L_8.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___b1; float L_11 = L_10.___z_4; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0; memset((&V_0), 0, sizeof(V_0)); { Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ((Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields*)il2cpp_codegen_static_fields_for(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var))->___identityQuaternion_4; V_0 = L_0; goto IL_0009; } IL_0009: { Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mC9B289F1E15C42C597180C9FE6FB492495B51D02_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___oneVector_6; V_0 = L_0; goto IL_0009; } IL_0009: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) { { float L_0 = ___r0; __this->___r_0 = L_0; float L_1 = ___g1; __this->___g_1 = L_1; float L_2 = ___b2; __this->___b_2 = L_2; float L_3 = ___a3; __this->___a_3 = L_3; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HableCurve_get_inverseWhitePoint_mDC81A80F665704FE457ACC2CC735D7DBB883F7F4_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { { // public float inverseWhitePoint { get; private set; } float L_0 = __this->___U3CinverseWhitePointU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HableCurve_get_x0_m6B20430F19A2692748015AAD52E22CF6F19021FF_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { { // internal float x0 { get; private set; } float L_0 = __this->___U3Cx0U3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float HableCurve_get_x1_mCC8296F534ABB9B938D803FD24218DDD3A1D8FE0_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, const RuntimeMethod* method) { { // internal float x1 { get; private set; } float L_0 = __this->___U3Cx1U3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_whitePoint_m98FA0F3792036AA3F539010B465DF48676052109_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // public float whitePoint { get; private set; } float L_0 = ___value0; __this->___U3CwhitePointU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_inverseWhitePoint_m647D3BF345A9A0AB6DC32E044593286CD08F78F6_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // public float inverseWhitePoint { get; private set; } float L_0 = ___value0; __this->___U3CinverseWhitePointU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_x0_mFF0E70FF9B980FE4A13468E5A4C7B755CA290CB3_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // internal float x0 { get; private set; } float L_0 = ___value0; __this->___U3Cx0U3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HableCurve_set_x1_m6EFC16C8CC1F0B430D4D3436FD736B20841AEE32_inline (HableCurve_tC8D83523E4059B90EC8D5E714AC5EF3B14994461* __this, float ___value0, const RuntimeMethod* method) { { // internal float x1 { get; private set; } float L_0 = ___value0; __this->___U3Cx1U3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LogHistogram_set_data_mB1A03174A98EFFE606B50D8AB90A73DC141B2435_inline (LogHistogram_tFD0177A61EF64A4720A90B188FB18B1AEAC02A24* __this, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___value0, const RuntimeMethod* method) { { // public ComputeBuffer data { get; private set; } ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_0 = ___value0; __this->___U3CdataU3Ek__BackingField_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdataU3Ek__BackingField_3), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertySheet_set_material_m73FB05230DB52CF4F4086E7165FDE8EEE334F709_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___value0, const RuntimeMethod* method) { { // internal Material material { get; private set; } Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___value0; __this->___U3CmaterialU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmaterialU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertySheet_set_properties_mAAFE39A44E47611F99AAB7CEF4F189CAD248D2EB_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___value0, const RuntimeMethod* method) { { // public MaterialPropertyBlock properties { get; private set; } MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = ___value0; __this->___U3CpropertiesU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpropertiesU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* PropertySheet_get_material_m04C2AF7A0AFC078C1477EAE39535742E746118AF_inline (PropertySheet_tBA80DF63DC9A09D98B5F30A781448F77410D4397* __this, const RuntimeMethod* method) { { // internal Material material { get; private set; } Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___U3CmaterialU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) { { float L_0 = ___r0; __this->___r_0 = L_0; float L_1 = ___g1; __this->___g_1 = L_1; float L_2 = ___b2; __this->___b_2 = L_2; __this->___a_3 = (1.0f); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0; memset((&V_0), 0, sizeof(V_0)); { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = ((Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields*)il2cpp_codegen_static_fields_for(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var))->___identityMatrix_17; V_0 = L_0; goto IL_0009; } IL_0009: { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = V_0; return L_1; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Matrix4x4_get_Item_mE4D45E661CAD3C54A02156B25F5D10585F250227_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___row0, int32_t ___column1, const RuntimeMethod* method) { float V_0 = 0.0f; { int32_t L_0 = ___row0; int32_t L_1 = ___column1; float L_2; L_2 = Matrix4x4_get_Item_m771C2EE3A3BFFBAC9F2AD07FFCAAF6146C1BE92A(__this, ((int32_t)il2cpp_codegen_add(L_0, ((int32_t)il2cpp_codegen_multiply(L_1, 4)))), NULL); V_0 = L_2; goto IL_000f; } IL_000f: { float L_3 = V_0; return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Matrix4x4_set_Item_mE84FC43629907DD1872E3100BCFF4A8EB671B603_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___row0, int32_t ___column1, float ___value2, const RuntimeMethod* method) { { int32_t L_0 = ___row0; int32_t L_1 = ___column1; float L_2 = ___value2; Matrix4x4_set_Item_m47C4DDBFAE6578D6008AEF433777D4B2FACB62B0(__this, ((int32_t)il2cpp_codegen_add(L_0, ((int32_t)il2cpp_codegen_multiply(L_1, 4)))), L_2, NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PostProcessRenderContext_get_screenHeight_mFF2D3EF9A84D53D9125EF96DD746CF8B257687FD_inline (PostProcessRenderContext_t7A95408B72564734295D248DE20A301815141FD7* __this, const RuntimeMethod* method) { { // public int screenHeight { get; private set; } int32_t L_0 = __this->___U3CscreenHeightU3Ek__BackingField_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->___x_0 = L_0; float L_1 = ___y1; __this->___y_1 = L_1; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B Enumerator_get_Current_m12EE850D56E586DF121B059557CEAF4A7472995B_gshared_inline (Enumerator_t72F234BE749BE6BA202FC41626B5E819E4F208B4* __this, const RuntimeMethod* method) { { KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B L_0 = (KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m415A21240AEF58C2E0A2FBA97E2BB75637781DB5_gshared_inline (KeyValuePair_2_tF70DDE0C5A349727371FB070D433FA147032A13B* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->____currentKey_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1; V_0 = L_1; int32_t L_2 = (int32_t)__this->____size_2; V_1 = L_2; int32_t L_3 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0; int32_t L_7 = V_1; RuntimeObject* L_8 = ___item0; (L_6)->SetAtUnchecked(static_cast(L_7), (RuntimeObject*)L_8); return; } IL_0034: { RuntimeObject* L_9 = ___item0; (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mB407E755F3B4C51C54D24338D00A352E5B16E7F3_gshared_inline (Enumerator_t44124D16E0B2F7308FF4069BE06369B5A83896EB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->____currentValue_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) { { KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 L_0 = (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); if (!true) { goto IL_0035; } } { int32_t L_1 = (int32_t)__this->____size_2; V_0 = L_1; __this->____size_2 = 0; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003c; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1; int32_t L_4 = V_0; Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL); return; } IL_0035: { __this->____size_2 = 0; } IL_003c: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____size_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mFFCF73721CC638E599519F6DB0767EC4C60C69F5_gshared_inline (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); if (!false) { goto IL_0035; } } { int32_t L_1 = (int32_t)__this->____size_2; V_0 = L_1; __this->____size_2 = 0; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003c; } } { RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_3 = (RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE*)__this->____items_1; int32_t L_4 = V_0; Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL); return; } IL_0035: { __this->____size_2 = 0; } IL_003c: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mB20A285611B7883FCE23BD78A5DB1F562FACDFDE_gshared_inline (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___item0, const RuntimeMethod* method) { RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_1 = (RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE*)__this->____items_1; V_0 = L_1; int32_t L_2 = (int32_t)__this->____size_2; V_1 = L_2; int32_t L_3 = V_1; RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_4 = V_0; if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1)); RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_6 = V_0; int32_t L_7 = V_1; RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8 = ___item0; (L_6)->SetAtUnchecked(static_cast(L_7), (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B)L_8); return; } IL_0034: { RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_9 = ___item0; (( void (*) (List_1_t98F0570B73B9B69D31F0B760C00375B90AA3C5B5*, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) { { KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 L_0 = (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->___key_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m79E50C4F592B1703F4B76A8BE7B4855515460CA1_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___item0, const RuntimeMethod* method) { Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_1 = (Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)__this->____items_1; V_0 = L_1; int32_t L_2 = (int32_t)__this->____size_2; V_1 = L_2; int32_t L_3 = V_1; Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_4 = V_0; if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1)); Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_6 = V_0; int32_t L_7 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___item0; (L_6)->SetAtUnchecked(static_cast(L_7), (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2)L_8); return; } IL_0034: { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___item0; (( void (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m019CCA9A09B03CC54CED3CDE1DBC685A2AC82D67_gshared_inline (Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440* __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->___hasValue_0; return L_0; } }