Skip to main content

render

Function render 

Source
pub unsafe fn render(primitives: &mut [*mut OcsgPrimitive])
Expand description

Perform CSG rendering on a list of primitive pointers.

ยงSafety

All pointers in primitives must be valid OcsgPrimitive handles. The render callbacks must only issue valid GL calls.