Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Dobryakov authored and Pavel Dobryakov committed Dec 23, 2018
1 parent 759333b commit b0e913f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,7 @@ function createFBO (texId, w, h, internalFormat, format, type, param) {
return {
texture,
fbo,
texId,
internalFormat,
format,
type,
param
texId
};
}

Expand All @@ -621,12 +617,6 @@ function createDoubleFBO (texId, w, h, internalFormat, format, type, param) {
let temp = fbo1;
fbo1 = fbo2;
fbo2 = temp;
},
set read (value) {
fbo1 = value;
},
set write (value) {
fbo2 = value;
}
}
}
Expand Down

0 comments on commit b0e913f

Please sign in to comment.