Updated Model (markdown)

Chuck Walbourn 2015-10-14 11:48:12 -07:00
Родитель c49667c05d
Коммит 21b64c37c0
1 изменённых файлов: 1 добавлений и 0 удалений

@ -171,6 +171,7 @@ Model makes use of the following states:
* Vertex buffer (slot 0)
* Index buffer
* Constant buffer (Vertex Shader and Pixel Shader stages, slot 0)
* Shader resources (Pixel Shader stage, slots 0-1)
> If you used [[DGSLEffectFactory|EffectFactory]] for the model then ``Draw`` will make use of additional state as outlined in [[Effects]]