Crate shadertoy [−] [src]
Rust library wrapping the Shadertoy REST API to be able to easily search through and download Shadertoy assets.
Structs
| Client |
Client for issuing queries against the Shadertoy API and database |
| Error |
The Error type. |
| RenderPass | |
| RenderPassInput | |
| RenderPassOutput | |
| Sampler | |
| SearchParams |
Search parameters for |
| Shader | |
| ShaderInfo |
Enums
| ErrorKind |
The kind of an error. |
| SearchFilter | |
| SearchSortOrder |
Traits
| ResultExt |
Additional methods for |
Type Definitions
| Result |
Convenient wrapper around |