Нема описа
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.

ShapeLightVariables.hlsl 193B

12345678910
  1. #ifndef SHAPE_LIGHT_VARIABLES
  2. #define SHAPE_LIGHT_VARIABLES
  3. TEXTURE2D(_DefaultWhiteTex);
  4. SAMPLER(sampler_DefaultWhiteTex);
  5. float4 _DefaultWhiteTex_TexelSize;
  6. half _HDREmulationScale;
  7. #endif