[][src]Type Definition ul_sys::ULGPUDriverUpdateGeometryCallback

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

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