Home
last modified time | relevance | path

Searched defs:MTLVertexStepFunction (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/metal/src/
H A Dvertexdescriptor.rs70 pub enum MTLVertexStepFunction { enum
104 pub fn step_function(&self) -> MTLVertexStepFunction { in step_function()
108 pub fn set_step_function(&self, func: MTLVertexStepFunction) { in set_step_function()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/metal/src/
H A Dvertexdescriptor.rs70 pub enum MTLVertexStepFunction { enum
104 pub fn step_function(&self) -> MTLVertexStepFunction { in step_function()
108 pub fn set_step_function(&self, func: MTLVertexStepFunction) { in set_step_function()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/metal/src/
H A Dvertexdescriptor.rs70 pub enum MTLVertexStepFunction { enum
104 pub fn step_function(&self) -> MTLVertexStepFunction { in step_function()
108 pub fn set_step_function(&self, func: MTLVertexStepFunction) { in set_step_function()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/metal/src/
H A Dvertexdescriptor.rs70 pub enum MTLVertexStepFunction { enum
104 pub fn step_function(&self) -> MTLVertexStepFunction { in step_function()
108 pub fn set_step_function(&self, func: MTLVertexStepFunction) { in set_step_function()
/dports/graphics/rx/rx-0.4.0/cargo-crates/metal-0.17.0/src/
H A Dvertexdescriptor.rs69 pub enum MTLVertexStepFunction { enum
103 pub fn step_function(&self) -> MTLVertexStepFunction { in step_function()
107 pub fn set_step_function(&self, func: MTLVertexStepFunction) { in set_step_function()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dconv.rs219 pub fn map_step_mode(mode: wgt::VertexStepMode) -> mtl::MTLVertexStepFunction { in map_step_mode()