19 lines
331 B
TypeScript
19 lines
331 B
TypeScript
export declare const globalUniformsBit: {
|
|
name: string;
|
|
vertex: {
|
|
header: string;
|
|
};
|
|
};
|
|
export declare const globalUniformsUBOBitGl: {
|
|
name: string;
|
|
vertex: {
|
|
header: string;
|
|
};
|
|
};
|
|
export declare const globalUniformsBitGl: {
|
|
name: string;
|
|
vertex: {
|
|
header: string;
|
|
};
|
|
};
|