Commit Graph

5 Commits (822f2d6191d0f50cfc3ac64ac9fb989bc8da3243)

Author SHA1 Message Date
Ben Hansen 63e0d9c6b8 intermediate tutorials migrated 3 years ago
Elijah C. Voigt bcc79b5e41 Misc typo and code fixes.
009: impl Vertex for ModelVertex was using the vertex_attr_array! macro.
009: RenderPipelineDescriptor has a `vertex` member not  `vertex_state`.
009: to_rgba() should be to_rgba8(), to_rgba is set to be deprecated.

010: BindGroupDescriptor has a `entries` member not `bindings`.
010: Remove re-declaration of mat4 model_matrix;
010: Prefer hard-coded [#.#; #] instead of `Foo::fn().into()`.
010: Clarify which shader frag/vert file changes are in.

011: Change Model::load return type to Result<Self>.
011: TextureDescriptor does not have a array_layer_count member.

012: Add .into() to calls in Uniforms::update_view_proj().
012: Dereference delta variable in State::input().

013: Add more changed lines to Model::load to avoid compiler yelling.
4 years ago
Ben Hansen 1f9024691c shaderc 1.6 -> 0.7 4 years ago
Ben Hansen ad5cd8e12f fixed #93 4 years ago
Ben Hansen 9b02850917 started threading 4 years ago