Updated BasicEffect (markdown)

Chuck Walbourn 2016-07-09 23:21:28 -07:00
Родитель 3678155c27
Коммит cc20fafa2e
1 изменённых файлов: 1 добавлений и 1 удалений

@ -47,7 +47,7 @@ This effect requires ``SV_Position``, ``NORMAL`` if lighting is enabled (``Effec
* **SetColorAndAlpha**: Sets the diffuse color of the effect and the alpha (transparency).
* **SetTexture**: Associates a texture shader resource view with the effect.
* **SetTexture**: Associates a texture shader resource view with the effect. Must have used ``EffectFlags::Texture`` to enable texturing.
# Further reading