Type Definition ul_sys::ULGPUDriverUpdateGeometryCallback[][src]

pub type ULGPUDriverUpdateGeometryCallback = Option<unsafe extern "C" fn(geometry_id: c_uint, vertices: ULVertexBuffer, indices: ULIndexBuffer)>;
Expand description

The callback invoked when the GPUDriver wants to update existing geometry with new vertex/index data.