d3d12: Add some doc

This commit is contained in:
vlj 2015-06-29 19:58:00 +02:00 committed by Vincent Lejeune
parent 0e6cd8cd0e
commit 725b0c606d

View File

@ -333,9 +333,9 @@ private:
struct
{
bool m_indexed;
size_t m_count;
size_t m_baseVertex;
bool m_indexed; /*<! is draw call using an index buffer */
size_t m_count; /*<! draw call vertex count */
size_t m_baseVertex; /*<! Starting vertex for draw call */
} m_renderingInfo;
RenderTargets m_rtts;