mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-01 16:13:23 +00:00
d3d12: Add some doc
This commit is contained in:
parent
0e6cd8cd0e
commit
725b0c606d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user