Skip to content

Commit dcb48d9

Browse files
committed
More cleanup.
1 parent 723ccf9 commit dcb48d9

File tree

1 file changed

+0
-5
lines changed
  • crates/processing_ffi/src

1 file changed

+0
-5
lines changed

crates/processing_ffi/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,6 @@ pub extern "C" fn processing_ortho(
586586
error::check(|| graphics_ortho(window_entity, left, right, bottom, top, near, far));
587587
}
588588

589-
pub const PROCESSING_ATTR_POSITION: u32 = 0x01;
590-
pub const PROCESSING_ATTR_NORMAL: u32 = 0x02;
591-
pub const PROCESSING_ATTR_COLOR: u32 = 0x04;
592-
pub const PROCESSING_ATTR_UV: u32 = 0x08;
593-
594589
pub const PROCESSING_ATTR_FORMAT_FLOAT: u8 = 1;
595590
pub const PROCESSING_ATTR_FORMAT_FLOAT2: u8 = 2;
596591
pub const PROCESSING_ATTR_FORMAT_FLOAT3: u8 = 3;

0 commit comments

Comments
 (0)