(props)
| 77280 | return Transform1; |
| 77281 | }(); |
| 77282 | function canCreateBufferTransform(props) { |
| 77283 | if (!(0, _webgl.isObjectEmpty)(props.feedbackBuffers) || !(0, _webgl.isObjectEmpty)(props.feedbackMap) || props.varyings && props.varyings.length > 0) return true; |
| 77284 | return false; |
| 77285 | } |
| 77286 | function canCreateTextureTransform(props) { |
| 77287 | if (!(0, _webgl.isObjectEmpty)(props._sourceTextures) || props._targetTexture || props._targetTextureVarying) return true; |
| 77288 | return false; |