MCPcopy
hub / github.com/pixijs/pixijs / push

Method push

src/filters/FilterPipe.ts:29–42  ·  view source on GitHub ↗
(filterEffect: Effect, container: Container, instructionSet: InstructionSet)

Source from the content-addressed store, hash-verified

27 }
28
29 public push(filterEffect: Effect, container: Container, instructionSet: InstructionSet): void
30 {
31 const renderPipes = this._renderer.renderPipes;
32
33 renderPipes.batch.break(instructionSet);
34
35 instructionSet.add({
36 renderPipeId: 'filter',
37 canBundle: false,
38 action: 'pushFilter',
39 container,
40 filterEffect,
41 } as FilterInstruction);
42 }
43
44 public pop(_filterEffect: Effect, _container: Container, instructionSet: InstructionSet): void
45 {

Callers 15

ClassHandle_deleteLaterFunction · 0.45
genericPointerToWireTypeFunction · 0.45
makeDynCallerFunction · 0.45
visitFunction · 0.45
heap32VectorToArrayFunction · 0.45
craftInvokerFunctionFunction · 0.45
__emval_decrefFunction · 0.45
toWireTypeFunction · 0.45

Calls 2

breakMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected