pub fn load(
    device: Arc<Device>
) -> Result<Arc<ShaderModule>, ShaderCreationError>
Expand description

Loads the shader as a ShaderModule.