mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Assert removed
This commit is contained in:
parent
8885600bd5
commit
ce55449d03
1 changed files with 1 additions and 4 deletions
|
@ -120,10 +120,7 @@ int GLQueueRunner::GetStereoBufferIndex(const char *uniformName) {
|
|||
std::string GLQueueRunner::GetStereoBufferLayout(const char *uniformName) {
|
||||
if (strcmp(uniformName, "u_view") == 0) return "ViewMatrices";
|
||||
else if (strcmp(uniformName, "u_proj") == 0) return "ProjectionMatrix";
|
||||
|
||||
//undefined
|
||||
assert(false);
|
||||
return "undefined";
|
||||
else return "undefined";
|
||||
}
|
||||
|
||||
void GLQueueRunner::RunInitSteps(const std::vector<GLRInitStep> &steps, bool skipGLCalls) {
|
||||
|
|
Loading…
Add table
Reference in a new issue