wonder.js
Version:
30 lines (22 loc) • 642 B
JavaScript
;
function getDefaultIsDepthTest(param) {
return 0;
}
function getTextureIndicesSize(param) {
return 1;
}
function getTextureIndicesLength(materialCount) {
return (materialCount << 0);
}
function getTextureIndicesIndex(index) {
return (index << 0);
}
function getTextureIndexIndex(index) {
return (index << 0);
}
exports.getDefaultIsDepthTest = getDefaultIsDepthTest;
exports.getTextureIndicesSize = getTextureIndicesSize;
exports.getTextureIndicesLength = getTextureIndicesLength;
exports.getTextureIndicesIndex = getTextureIndicesIndex;
exports.getTextureIndexIndex = getTextureIndexIndex;
/* No side effect */