export enum GPUTextureUsageFlags { COPY_SRC = 0x01, COPY_DST = 0x02, TEXTURE_BINDING = 0x04, STORAGE_BINDING = 0x08, RENDER_ATTACHMENT = 0x10, }