Function printf_expand

Source
pub fn printf_expand(
    scope: &mut Scope,
    format_string: impl Into<String>,
    args: Vec<Variable>,
)
Expand description

Prints a formatted message using the print debug layer in Vulkan, or printf in CUDA.