sdfsdfs
This commit is contained in:
20
node_modules/pixi.js/lib/scene/graphics/gl/GlGraphicsAdaptor.d.ts
generated
vendored
Normal file
20
node_modules/pixi.js/lib/scene/graphics/gl/GlGraphicsAdaptor.d.ts
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import { ExtensionType } from '../../../extensions/Extensions';
|
||||
import { Shader } from '../../../rendering/renderers/shared/shader/Shader';
|
||||
import type { Graphics } from '../shared/Graphics';
|
||||
import type { GraphicsAdaptor, GraphicsPipe } from '../shared/GraphicsPipe';
|
||||
/**
|
||||
* A GraphicsAdaptor that uses WebGL to render graphics.
|
||||
* @memberof rendering
|
||||
* @ignore
|
||||
*/
|
||||
export declare class GlGraphicsAdaptor implements GraphicsAdaptor {
|
||||
/** @ignore */
|
||||
static extension: {
|
||||
readonly type: readonly [ExtensionType.WebGLPipesAdaptor];
|
||||
readonly name: "graphics";
|
||||
};
|
||||
shader: Shader;
|
||||
init(): void;
|
||||
execute(graphicsPipe: GraphicsPipe, renderable: Graphics): void;
|
||||
destroy(): void;
|
||||
}
|
Reference in New Issue
Block a user