pub type ULGPUDriverNextTextureIdCallback = Option<unsafe extern "C" fn() -> c_uint>;Expand description
The callback invoked when the GPUDriver wants to get the next available texture ID.
Aliased Type§
enum ULGPUDriverNextTextureIdCallback {
None,
Some(unsafe extern "C" fn() -> u32),
}