Skip to content

Commit

Permalink
rt(mtl): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Oct 2, 2024
1 parent 7fc724d commit 7037aa3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions librashader-runtime-mtl/tests/hello_triangle/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,7 @@ declare_class!(
// blit.endEncoding();

filter_chain.frame(&texture,
&Viewport {
x: 0.0,
y: 0.0,
mvp: None,
output: &backbuffer
}, &command_buffer, 1, None)
&Viewport::new_render_target_sized_origin(backbuffer.as_ref(), None).expect("viewport"), &command_buffer, 1, None)
.expect("frame");

let blit = command_buffer
Expand Down

0 comments on commit 7037aa3

Please sign in to comment.