Searched refs:pixelShaderKey (Results 1 – 1 of 1) sorted by relevance
1437 const std::vector<PixelShaderOutputVariable> &pixelShaderKey = mPixelShaderKey; in save() local1438 stream->writeInt(pixelShaderKey.size()); in save()1439 for (size_t pixelShaderKeyIndex = 0; pixelShaderKeyIndex < pixelShaderKey.size(); in save()1442 const PixelShaderOutputVariable &variable = pixelShaderKey[pixelShaderKeyIndex]; in save()