Searched defs:PlatformDebug (Results 1 – 1 of 1) sorted by relevance
33 pub struct PlatformDebug { struct34 pub allow_invalid_spirv: bool,35 pub clc: bool,36 pub max_grid_size: u64,60 static mut PLATFORM_DBG: PlatformDebug = PlatformDebug { argument