Crate willow[−][src]
Expand description
Re-exports
pub use anyhow; |
Macros
create_programs | This macro allows efficient batch creation of programs by compiling and linking in parallel. |
Structs
Attribute | In a |
Buffer | Wraps a WebGL buffer. |
Context | A wrapper for a WebGL rendering context. |
Error | The |
Indices | Stores the indices of a buffer. |
ProgramData | An internal type used to hold program-specific resources.
There must be exactly one field in a |
Uniform | In a |
Enums
BufferDataUsage | The |
RenderPrimitiveType | The type of rendering primitive. |
Traits
AttrStruct | The trait implemented by attribute structs. |
AttributeType | Types that can be used as an attribute argument type. |
Program | Represents WebGL programs. |
UniformType | Types that can be used as a uniform argument type. |
Type Definitions
Result |
|
Derive Macros
Program | Derives a user-friendly wrapper for |