Struct ul_sys::ULGPUDriver[][src]

#[repr(C)]
pub struct ULGPUDriver {
Show 14 fields pub begin_synchronize: ULGPUDriverBeginSynchronizeCallback, pub end_synchronize: ULGPUDriverEndSynchronizeCallback, pub next_texture_id: ULGPUDriverNextTextureIdCallback, pub create_texture: ULGPUDriverCreateTextureCallback, pub update_texture: ULGPUDriverUpdateTextureCallback, pub destroy_texture: ULGPUDriverDestroyTextureCallback, pub next_render_buffer_id: ULGPUDriverNextRenderBufferIdCallback, pub create_render_buffer: ULGPUDriverCreateRenderBufferCallback, pub destroy_render_buffer: ULGPUDriverDestroyRenderBufferCallback, pub next_geometry_id: ULGPUDriverNextGeometryIdCallback, pub create_geometry: ULGPUDriverCreateGeometryCallback, pub update_geometry: ULGPUDriverUpdateGeometryCallback, pub destroy_geometry: ULGPUDriverDestroyGeometryCallback, pub update_command_list: ULGPUDriverUpdateCommandListCallback,
}

Fields

begin_synchronize: ULGPUDriverBeginSynchronizeCallbackend_synchronize: ULGPUDriverEndSynchronizeCallbacknext_texture_id: ULGPUDriverNextTextureIdCallbackcreate_texture: ULGPUDriverCreateTextureCallbackupdate_texture: ULGPUDriverUpdateTextureCallbackdestroy_texture: ULGPUDriverDestroyTextureCallbacknext_render_buffer_id: ULGPUDriverNextRenderBufferIdCallbackcreate_render_buffer: ULGPUDriverCreateRenderBufferCallbackdestroy_render_buffer: ULGPUDriverDestroyRenderBufferCallbacknext_geometry_id: ULGPUDriverNextGeometryIdCallbackcreate_geometry: ULGPUDriverCreateGeometryCallbackupdate_geometry: ULGPUDriverUpdateGeometryCallbackdestroy_geometry: ULGPUDriverDestroyGeometryCallbackupdate_command_list: ULGPUDriverUpdateCommandListCallback

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.