설명 없음
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.

DecalInput.hlsl 290B

1234567891011121314
  1. #ifndef UNIVERSAL_DECAL_INPUT_INCLUDED
  2. #define UNIVERSAL_DECAL_INPUT_INCLUDED
  3. struct DecalSurfaceData
  4. {
  5. half4 baseColor;
  6. half4 normalWS;
  7. half3 emissive;
  8. half metallic;
  9. half occlusion;
  10. half smoothness;
  11. half MAOSAlpha;
  12. };
  13. #endif // UNIVERSAL_DECAL_INPUT_INCLUDED