Docs.rs
  • rafx-framework-0.0.15
    • rafx-framework 0.0.15
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • aclysma
    • Dependencies
      • arrayvec ^0.5 normal
      • bincode ^1.3.1 normal
      • bitflags ^1.2 normal
      • crossbeam-channel ^0.5 normal
      • downcast-rs ^1.2.0 normal
      • fnv ^1.0 normal
      • glam ^0.13.1 normal
      • lazy_static ^1 normal
      • log ^0.4 normal
      • parking_lot ^0.11.1 normal
      • profiling ^1.0.1 normal
      • rafx-api ^0.0.15 normal
      • rafx-base ^0.0.15 normal
      • rafx-visibility ^0.0.15 normal
      • serde ^1 normal
      • serde_bytes ^0.11 normal
      • slotmap ^1.0.2 normal
      • memoffset ^0.6 dev
    • Versions
    • 23.17% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

RenderFeature

Required Methods

  • feature_debug_constants
  • feature_debug_name
  • feature_index
  • set_feature_index

Implementors

In rafx_framework::render_features::render_features_prelude

logo
Change settings

Trait rafx_framework::render_features::render_features_prelude::RenderFeature

source · [−]
pub trait RenderFeature {
    fn set_feature_index(index: RenderFeatureIndex);
    fn feature_index() -> RenderFeatureIndex;
    fn feature_debug_name() -> &'static str;
    fn feature_debug_constants() -> &'static RenderFeatureDebugConstants;
}

Required Methods

source

fn set_feature_index(index: RenderFeatureIndex)

source

fn feature_index() -> RenderFeatureIndex

source

fn feature_debug_name() -> &'static str

source

fn feature_debug_constants() -> &'static RenderFeatureDebugConstants

Implementors