web_sys/features/
gen_GpuTexelCopyBufferInfo.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 = GPUTexelCopyBufferInfo)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `GpuTexelCopyBufferInfo` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
16    pub type GpuTexelCopyBufferInfo;
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: `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
24    #[wasm_bindgen(method, getter = "bytesPerRow")]
25    pub fn get_bytes_per_row(this: &GpuTexelCopyBufferInfo) -> 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: `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
33    #[wasm_bindgen(method, setter = "bytesPerRow")]
34    pub fn set_bytes_per_row(this: &GpuTexelCopyBufferInfo, 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: `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
42    #[wasm_bindgen(method, getter = "offset")]
43    pub fn get_offset(this: &GpuTexelCopyBufferInfo) -> 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: `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
51    #[wasm_bindgen(method, setter = "offset")]
52    pub fn set_offset(this: &GpuTexelCopyBufferInfo, val: f64);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Get the `rowsPerImage` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
60    #[wasm_bindgen(method, getter = "rowsPerImage")]
61    pub fn get_rows_per_image(this: &GpuTexelCopyBufferInfo) -> Option<u32>;
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Change the `rowsPerImage` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
69    #[wasm_bindgen(method, setter = "rowsPerImage")]
70    pub fn set_rows_per_image(this: &GpuTexelCopyBufferInfo, val: u32);
71    #[cfg(web_sys_unstable_apis)]
72    #[cfg(feature = "GpuBuffer")]
73    #[doc = "Get the `buffer` field of this object."]
74    #[doc = ""]
75    #[doc = "*This API requires the following crate features to be activated: `GpuBuffer`, `GpuTexelCopyBufferInfo`*"]
76    #[doc = ""]
77    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
78    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
79    #[wasm_bindgen(method, getter = "buffer")]
80    pub fn get_buffer(this: &GpuTexelCopyBufferInfo) -> GpuBuffer;
81    #[cfg(web_sys_unstable_apis)]
82    #[cfg(feature = "GpuBuffer")]
83    #[doc = "Change the `buffer` field of this object."]
84    #[doc = ""]
85    #[doc = "*This API requires the following crate features to be activated: `GpuBuffer`, `GpuTexelCopyBufferInfo`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
89    #[wasm_bindgen(method, setter = "buffer")]
90    pub fn set_buffer(this: &GpuTexelCopyBufferInfo, val: &GpuBuffer);
91}
92#[cfg(web_sys_unstable_apis)]
93impl GpuTexelCopyBufferInfo {
94    #[cfg(feature = "GpuBuffer")]
95    #[doc = "Construct a new `GpuTexelCopyBufferInfo`."]
96    #[doc = ""]
97    #[doc = "*This API requires the following crate features to be activated: `GpuBuffer`, `GpuTexelCopyBufferInfo`*"]
98    #[doc = ""]
99    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
100    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
101    pub fn new(buffer: &GpuBuffer) -> Self {
102        #[allow(unused_mut)]
103        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
104        ret.set_buffer(buffer);
105        ret
106    }
107    #[cfg(web_sys_unstable_apis)]
108    #[deprecated = "Use `set_bytes_per_row()` instead."]
109    pub fn bytes_per_row(&mut self, val: u32) -> &mut Self {
110        self.set_bytes_per_row(val);
111        self
112    }
113    #[cfg(web_sys_unstable_apis)]
114    #[deprecated = "Use `set_offset()` instead."]
115    pub fn offset(&mut self, val: f64) -> &mut Self {
116        self.set_offset(val);
117        self
118    }
119    #[cfg(web_sys_unstable_apis)]
120    #[deprecated = "Use `set_rows_per_image()` instead."]
121    pub fn rows_per_image(&mut self, val: u32) -> &mut Self {
122        self.set_rows_per_image(val);
123        self
124    }
125    #[cfg(web_sys_unstable_apis)]
126    #[cfg(feature = "GpuBuffer")]
127    #[deprecated = "Use `set_buffer()` instead."]
128    pub fn buffer(&mut self, val: &GpuBuffer) -> &mut Self {
129        self.set_buffer(val);
130        self
131    }
132}