diff options
| author | yum <yum.food.vr@gmail.com> | 2025-07-28 00:07:13 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-07-28 00:07:36 -0700 |
| commit | 62a3a05cb79143e882ac54fa98b146d154b7a1e1 (patch) | |
| tree | b150b755f124993ed7aa8177579d14612f929110 /CRTs/ifft_stage0.renderTexture | |
| parent | f8a7d3fda6abef2923b0fa8f7021b9d0646ed8d5 (diff) | |
Add CRT pipeline script
Diffstat (limited to 'CRTs/ifft_stage0.renderTexture')
| -rw-r--r-- | CRTs/ifft_stage0.renderTexture | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/CRTs/ifft_stage0.renderTexture b/CRTs/ifft_stage0.renderTexture new file mode 100644 index 0000000..9f75e0e --- /dev/null +++ b/CRTs/ifft_stage0.renderTexture @@ -0,0 +1,40 @@ +%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: 94 + 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 |
