Docs.rs
  • librashader-runtime-0.8.1
    • librashader-runtime 0.8.1
    • Permalink
    • Docs.rs crate page
    • MPL-2.0 OR GPL-3.0-only
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • chyyran
    • Dependencies
      • arc-swap ^1.7.1 normal
      • array-concat ^0.5.2 normal
      • bytemuck ^1.12.3 normal
      • image ^0.25.2 normal
      • librashader-common ^0.8.1 normal
      • librashader-pack ^0.8.1 normal
      • librashader-preprocess ^0.8.1 normal
      • librashader-presets ^0.8.1 normal
      • librashader-reflect ^0.8.1 normal
      • num-traits ^0.2.15 normal
    • Versions
    • 90.85% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate librashader_runtime

librashader_runtime0.8.1

  • All Items

Crate Items

  • Modules
  • Macros

Crates

  • librashader_runtime

Crate librashader_runtime

Source
Expand description

Helpers and shared logic for librashader runtime implementations.

Most of this is only useful when writing a librashader runtime implementations, not using a librashader runtime. Types useful for using the runtime implementations will be re-exported in librashader::runtime.

If you are writing a librashader runtime implementation, using these traits and helpers will help in maintaining consistent behaviour in binding semantics and image handling.

Modules§

binding
Generic implementation of semantics binding.
filter_pass
Filter pass helpers and common traits.
framebuffer
Helpers for handling framebuffers.
image
Image handling helpers.
parameters
Parameter reflection helpers and traits.
quad
VBO helper utilities.
render_target
Common types for render targets.
ringbuffer
Ringbuffer helpers
scaling
Scaling helpers.
uniforms
Uniform binding helpers.

Macros§

impl_default_frame_options
impl_filter_chain_parameters

Results

Settings
Help
    trait
    librashader_runtime::binding::BindSemantics
    Trait that abstracts binding of semantics to shader …
    method
    librashader_runtime::binding::BindSemantics::bind_semantics
    Write uniform and texture semantics to the provided …
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.