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 Client::search.

Shader
ShaderInfo

Enums

ErrorKind

The kind of an error.

SearchFilter
SearchSortOrder

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.