| /*============================================================================= | |
| ModShadowVolumeVertexShader.usf: Vertex shader for modulated shadow volumes | |
| Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. | |
| =============================================================================*/ | |
| void Main( | |
| in float4 InPosition : POSITION, | |
| out float4 OutScreenPosition : TEXCOORD0, | |
| out float4 OutPosition : POSITION | |
| ) | |
| { | |
| OutPosition = OutScreenPosition = MulMatrix(ViewProjectionMatrix,InPosition); | |
| } | |
Xet Storage Details
- Size:
- 544 Bytes
- Xet hash:
- 8633d64a8f80ebba482b7bb897e760bf79b4e9174bfe678f65a6486ffbede92f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.