From 2e1f77a0c00692c256f2df574ce8acc6c8a63d79 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 14 Oct 2015 11:35:21 -0700 Subject: [PATCH] Updated Model (markdown) --- Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model.md b/Model.md index 7f51e78..f11ceae 100644 --- a/Model.md +++ b/Model.md @@ -170,7 +170,7 @@ Model makes use of the following states: * Pixel shader * Vertex buffer (slot 0) * Index buffer -* Constant buffer (Vertex Shader stage, slot 0) +* Constant buffer (Vertex Shader and Pixel Shader stages, slot 0) > If you used [[DGSLEffectFactory|EffectFactory]] for the model then ``Draw`` will make use of additional state as outlined in [[Effects]]