pub trait HwRenderContextNegotiationInterface: Debug {
// Required method
fn as_any(&self) -> &dyn Any;
}
Required Methods§
Implementations on Foreign Types§
Source§impl HwRenderContextNegotiationInterface for retro_hw_render_context_negotiation_interface_vulkan
Available on crate feature vulkan
only.
impl HwRenderContextNegotiationInterface for retro_hw_render_context_negotiation_interface_vulkan
Available on crate feature
vulkan
only.