make note of ShaderModule under Resources
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7bdc2b2627
commit
7e5969da33
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue