Searched refs:numColorBuffers (Results 1 – 2 of 2) sorted by relevance
47 : numColorBuffers (1) in RenderTarget()55 const int numColorBuffers; member in rr::RenderTarget
1572 …if ((size_t)command.renderTarget.numColorBuffers < command.program.fragmentShader->getOutputs().si… in isValidCommand()1576 for (int outputNdx = 0; outputNdx < command.renderTarget.numColorBuffers; ++outputNdx) in isValidCommand()