Skip to main content

create_empty_render_texture

Function create_empty_render_texture 

Source
pub fn create_empty_render_texture(
    width: u32,
    height: u32,
) -> Result<RenderTextureRef, TextureCreationError>