pixi.js
    Preparing search index...

    Interface StructsAndGroupsAdvanced

    Defines the structure of the extracted WGSL structs and groups.

    interface StructsAndGroups {
        groups: {
            binding: number;
            group: number;
            isUniform: boolean;
            name: string;
            type: string;
        }[];
        structs: { members: Record<string, string>; name: string }[];
    }
    Index

    Properties

    Properties

    groups: {
        binding: number;
        group: number;
        isUniform: boolean;
        name: string;
        type: string;
    }[]
    structs: { members: Record<string, string>; name: string }[]