Macro raylib_ffi::draw
source · macro_rules! draw { ($expression:expr) => { ... }; }
Expand description
Begins drawing, creates a new scope, executes code, then cleans up
Example
draw!({
// Graphics code here..
});macro_rules! draw { ($expression:expr) => { ... }; }
Begins drawing, creates a new scope, executes code, then cleans up
draw!({
// Graphics code here..
});