Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
entropylost committed Oct 27, 2023
1 parent 1dbb2e4 commit 21bdd1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions luisa_compute/examples/custom_op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ use luisa::lang::external::CpuFn;
use luisa::prelude::*;
use luisa_compute as luisa;

#[derive(Clone, Copy, Value, IoTexel, Debug)]
#[repr(transparent)]
struct Foo {
x: u32,
}

#[derive(Clone, Copy, Value, Debug)]
#[repr(C)]
#[value_new(pub)]
Expand Down

0 comments on commit 21bdd1c

Please sign in to comment.