Skip to content

Commit

Permalink
Fix teapot example
Browse files Browse the repository at this point in the history
  • Loading branch information
trevex committed Dec 29, 2022
1 parent b420f96 commit c1a8b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/bin/teapot/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use vulkano::{
graphics::{
depth_stencil::DepthStencilState,
input_assembly::InputAssemblyState,
vertex_input::VertexInput,
vertex_input::Vertex,
viewport::{Viewport, ViewportState},
},
GraphicsPipeline, Pipeline, PipelineBindPoint,
Expand Down

0 comments on commit c1a8b04

Please sign in to comment.