Home
last modified time | relevance | path

Searched refs:ERROR_NOT_PERMITTED_EXT (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ash/src/vk/
Dconst_debugs.rs3514 Self::ERROR_NOT_PERMITTED_EXT => Some("ERROR_NOT_PERMITTED_EXT"), in fmt()
Dextensions.rs14857 pub const ERROR_NOT_PERMITTED_EXT: Self = Self(-1000174001); constant