merge conflict

This commit is contained in:
Andrey Sidorov 2012-12-13 00:59:46 +11:00
parent aa94a9e5b3
commit 34efb7ad30

View file

@ -54,8 +54,6 @@ module.exports = function(GLX, ctx) {
buffers.push(res);
};
<<<<<<< HEAD
=======
function serialize2i(opcode, value1, value2) {
var res = commandBuffer(opcode, 12);
res.writeUInt32LE(value1, 4);
@ -63,7 +61,6 @@ module.exports = function(GLX, ctx) {
buffers.push(res);
}
>>>>>>> a5087c35c661b9177afa3c7a31502543a9dd2d51
function serialize1i(opcode, value) {
var res = commandBuffer(opcode, 8);
res.writeUInt32LE(value, 4);