sdfsdfs
This commit is contained in:
22
node_modules/pixi.js/lib/rendering/high-shader/shader-bits/textureBit.d.ts
generated
vendored
Normal file
22
node_modules/pixi.js/lib/rendering/high-shader/shader-bits/textureBit.d.ts
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
export declare const textureBit: {
|
||||
name: string;
|
||||
vertex: {
|
||||
header: string;
|
||||
main: string;
|
||||
};
|
||||
fragment: {
|
||||
header: string;
|
||||
main: string;
|
||||
};
|
||||
};
|
||||
export declare const textureBitGl: {
|
||||
name: string;
|
||||
vertex: {
|
||||
header: string;
|
||||
main: string;
|
||||
};
|
||||
fragment: {
|
||||
header: string;
|
||||
main: string;
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user