Home | History | Annotate | Download | only in layers

Lines Matching full:errorstr

1135         stringstream errorStr;
1136 errorStr << "VkPipelineLayout (" << pipeline_layout->layout << ") only contains " << num_sets
1139 errorMsg = errorStr.str();