Function naga::back::spv::helpers::global_needs_wrapper

source ยท
pub fn global_needs_wrapper(ir_module: &Module, var: &GlobalVariable) -> bool
Expand description

Return true if the global requires a type decorated with Block.

See back::spv::GlobalVariable for details.