02. It's Really Easy! Red Shader! Red Shader

New HLSL in this chapter float4: a vector data type with 4 components float4x4: 4 X 4 matrix data type mul(): multiplication built-in function. Can handle almost all data types POSITION: Semantic for vertex position. Useful to read only the position info from vertex data