Trait easy_imgui_renderer::glr::AttribField
source · pub unsafe trait AttribField {
// Required method
fn detail() -> (usize, u32);
}
Expand description
§Safety
Returned information will be used to index the raw memory of a VertexAttribBuffer. Returning wrong information will cause seg faults.
Required Methods§
Object Safety§
This trait is not object safe.