aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2019-02-11 20:53:39 -0500
committerdan sinclair <dj2@everburning.com>2019-02-11 20:53:39 -0500
commit0f6750bc5832f3cad6c96477275f644067fd4e33 (patch)
tree7ab4859ad7e5e78e02002daeb49f7abcbcb1d3eb /include
parente1ca9e9980aff330ae3cbdc73e1bdc1e721afa85 (diff)
downloadamber-0f6750bc5832f3cad6c96477275f644067fd4e33.tar.gz
Updates to adapt to newer Dawn with Metal (#279)
* Dawn device is always taken from the engine config * Fix buffer view copy height * Clear color is stored as a ::dawn::Color value rather than ClearColorCommand
Diffstat (limited to 'include')
-rw-r--r--include/amber/amber_dawn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/amber/amber_dawn.h b/include/amber/amber_dawn.h
index af6e8a6..32bb556 100644
--- a/include/amber/amber_dawn.h
+++ b/include/amber/amber_dawn.h
@@ -22,7 +22,7 @@ namespace amber {
/// Configuration for the Dawn engine.
struct DawnEngineConfig : public EngineConfig {
- /// The dawn Device to use for running tests.
+ /// The Dawn Device to use for running tests.
::dawn::Device* device;
};