Skip to main content

web_sys/features/
gen_GpuTexelCopyBufferLayout.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[cfg(web_sys_unstable_apis)]
6#[wasm_bindgen]
7extern "C" {
8    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = GPUTexelCopyBufferLayout)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `GpuTexelCopyBufferLayout` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
13    #[doc = ""]
14    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
15    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
16    pub type GpuTexelCopyBufferLayout;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `bytesPerRow` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
21    #[doc = ""]
22    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
23    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
24    #[wasm_bindgen(method, getter = "bytesPerRow")]
25    pub fn get_bytes_per_row(this: &GpuTexelCopyBufferLayout) -> Option<u32>;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `bytesPerRow` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
30    #[doc = ""]
31    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
32    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
33    #[wasm_bindgen(method, setter = "bytesPerRow")]
34    pub fn set_bytes_per_row(this: &GpuTexelCopyBufferLayout, val: u32);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Get the `offset` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
39    #[doc = ""]
40    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
41    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
42    #[wasm_bindgen(method, getter = "offset")]
43    pub fn get_offset(this: &GpuTexelCopyBufferLayout) -> Option<f64>;
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Change the `offset` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
48    #[doc = ""]
49    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
50    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
51    #[wasm_bindgen(method, setter = "offset")]
52    pub fn set_offset(this: &GpuTexelCopyBufferLayout, val: u32);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Change the `offset` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
57    #[doc = ""]
58    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
59    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
60    #[wasm_bindgen(method, setter = "offset")]
61    pub fn set_offset_f64(this: &GpuTexelCopyBufferLayout, val: f64);
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Get the `rowsPerImage` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
66    #[doc = ""]
67    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
68    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
69    #[wasm_bindgen(method, getter = "rowsPerImage")]
70    pub fn get_rows_per_image(this: &GpuTexelCopyBufferLayout) -> Option<u32>;
71    #[cfg(web_sys_unstable_apis)]
72    #[doc = "Change the `rowsPerImage` field of this object."]
73    #[doc = ""]
74    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
75    #[doc = ""]
76    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
77    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
78    #[wasm_bindgen(method, setter = "rowsPerImage")]
79    pub fn set_rows_per_image(this: &GpuTexelCopyBufferLayout, val: u32);
80}
81#[cfg(web_sys_unstable_apis)]
82impl GpuTexelCopyBufferLayout {
83    #[doc = "Construct a new `GpuTexelCopyBufferLayout`."]
84    #[doc = ""]
85    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferLayout`*"]
86    #[doc = ""]
87    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
88    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
89    pub fn new() -> Self {
90        #[allow(unused_mut)]
91        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
92        ret
93    }
94    #[cfg(web_sys_unstable_apis)]
95    #[deprecated = "Use `set_bytes_per_row()` instead."]
96    pub fn bytes_per_row(&mut self, val: u32) -> &mut Self {
97        self.set_bytes_per_row(val);
98        self
99    }
100    #[cfg(web_sys_unstable_apis)]
101    #[deprecated = "Use `set_offset()` instead."]
102    pub fn offset(&mut self, val: u32) -> &mut Self {
103        self.set_offset(val);
104        self
105    }
106    #[cfg(web_sys_unstable_apis)]
107    #[deprecated = "Use `set_rows_per_image()` instead."]
108    pub fn rows_per_image(&mut self, val: u32) -> &mut Self {
109        self.set_rows_per_image(val);
110        self
111    }
112}
113#[cfg(web_sys_unstable_apis)]
114impl Default for GpuTexelCopyBufferLayout {
115    fn default() -> Self {
116        Self::new()
117    }
118}