Functions§
- Create an
Shader
that will sample the ‘image’. This is equivalent toImage::to_shader
. - Create an
Shader
that will sample ‘image’ with minimal processing. This is equivalent toImage::to_raw_shader
.
Shader
that will sample the ‘image’. This is equivalent to Image::to_shader
.Shader
that will sample ‘image’ with minimal processing. This is equivalent to
Image::to_raw_shader
.