From 7e5969da333a5925e1baf4ce63578f1b8085b863 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 4 Mar 2022 14:09:44 -0800 Subject: [PATCH] make note of ShaderModule under Resources --- content/Graphics/Resources/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/Graphics/Resources/_index.md b/content/Graphics/Resources/_index.md index 74fe6d2..031db51 100644 --- a/content/Graphics/Resources/_index.md +++ b/content/Graphics/Resources/_index.md @@ -12,6 +12,8 @@ MoonWorks provides eight different kinds of graphics resources that you use to c `Sampler` tells a shader how it should sample texture data. +`ShaderModule` is a SPIR-V shader module. + `GraphicsPipeline` sets up the graphics device to do rendering work. `ComputePipeline` sets up the graphics device to do computational work using [compute shaders](https://anteru.net/blog/2018/intro-to-compute-shaders/index.html).