This type of program is characterized by running on the graphics card, outside of the normal render pipeline and is structurally very different from the previously mentioned shaders.
Unlike a normal shader, its extension is “.compute” and its programming language is HLSL. Compute Shaders are used in specific cases to speed up some of the game processing.
Chapter three of this book reviews this type of shader in detail.