mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[glsl-in] Implement default for options
This commit is contained in:
committed by
Dzmitry Malyshau
parent
16d7c0e428
commit
fd042e6f31
@@ -19,6 +19,7 @@ mod token;
|
||||
mod types;
|
||||
mod variables;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Options {
|
||||
pub entry_points: FastHashMap<String, ShaderStage>,
|
||||
pub defines: FastHashMap<String, String>,
|
||||
|
||||
Reference in New Issue
Block a user