From 65797304fb21181e1fcbd45dfebd0d2cf159ea6b Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 30 Jul 2025 13:09:19 -0700 Subject: Simplify pipeline creation, vectorize FFT - Add a script to create a pipeline & assets in a single click - Add pipeline executor concept. This exists to (theoretically) let users merge the results of multiple pipelines. --- CRTs/ifft_stage0.renderTexture | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 CRTs/ifft_stage0.renderTexture (limited to 'CRTs/ifft_stage0.renderTexture') diff --git a/CRTs/ifft_stage0.renderTexture b/CRTs/ifft_stage0.renderTexture deleted file mode 100644 index 2fb4624..0000000 --- a/CRTs/ifft_stage0.renderTexture +++ /dev/null @@ -1,40 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!84 &8400000 -RenderTexture: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: ifft_stage0 - m_ImageContentsHash: - serializedVersion: 2 - Hash: 00000000000000000000000000000000 - m_ForcedFallbackFormat: 4 - m_DownscaleFallback: 0 - m_IsAlphaChannelOptional: 0 - serializedVersion: 5 - m_Width: 256 - m_Height: 256 - m_AntiAliasing: 1 - m_MipCount: -1 - m_DepthStencilFormat: 0 - m_ColorFormat: 48 - m_MipMap: 0 - m_GenerateMips: 1 - m_SRGB: 0 - m_UseDynamicScale: 0 - m_BindMS: 0 - m_EnableCompatibleFormat: 1 - m_EnableRandomWrite: 0 - m_TextureSettings: - serializedVersion: 2 - m_FilterMode: 1 - m_Aniso: 0 - m_MipBias: 0 - m_WrapU: 1 - m_WrapV: 1 - m_WrapW: 1 - m_Dimension: 2 - m_VolumeDepth: 1 - m_ShadowSamplingMode: 2 -- cgit v1.2.3