You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
347 B
8 lines
347 B
#ifndef UNITY_HD_TEXTURE_XR_INCLUDED
|
|
#define UNITY_HD_TEXTURE_XR_INCLUDED
|
|
|
|
// TextureXR.hlsl has been moved to the SRP Core package.
|
|
// This file redirects projects that were previously using the file to the updated location.
|
|
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/TextureXR.hlsl"
|
|
|
|
#endif // UNITY_HD_TEXTURE_XR_INCLUDED
|