[][src]Type Definition ul_sys::ULGPUDriverCreateGeometryCallback

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

The callback invoked when the GPUDriver wants to create geometry with certain ID and vertex/index data.