Variable GPU_STORE_OPConst

GPU_STORE_OP: { DISCARD: "discard"; STORE: "store" } = ...

GPU_LOAD_OP represents the available options for load operations in GPU.

Type declaration

  • ReadonlyDISCARD: "discard"
  • ReadonlySTORE: "store"