유니티
[쉐이더노트] SurfaceOutput
Raypop
2014. 11. 19. 09:32
struct SurfaceOutput {
half3 Albedo;
half3 Normal;
half3 Emission;
half Specular;
half Gloss;
half Alpha;
};