Skip to content

Commit

Permalink
Hide vertex stream fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bqqbarbhg committed Dec 27, 2024
1 parent 47a08b2 commit 253e396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ impl ThreadPool {

pub struct VertexStream<'a> {
pub(crate) data: *mut c_void,
pub vertex_count: usize,
pub vertex_size: usize,
pub(crate) vertex_count: usize,
pub(crate) vertex_size: usize,
_marker: PhantomData<&'a mut ()>,
}

Expand Down

0 comments on commit 253e396

Please sign in to comment.