make note of ShaderModule under Resources
continuous-integration/drone/push Build is passing Details

main
cosmonaut 2022-03-04 14:09:44 -08:00
parent 7bdc2b2627
commit 7e5969da33
1 changed files with 2 additions and 0 deletions

View File

@ -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).