We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e69f5 commit f23beecCopy full SHA for f23beec
src/core/buffer.rs
@@ -40,8 +40,6 @@ impl<T: BufferDataType + PrimitiveDataType> BufferDataType for [T; 4] {}
40
41
impl BufferDataType for Quat {}
42
43
-impl<T: BufferDataType + ?Sized> BufferDataType for &T {}
44
-
45
struct Buffer {
46
context: Context,
47
id: crate::context::Buffer,
src/core/texture.rs
@@ -57,8 +57,6 @@ impl<T: TextureDataType + PrimitiveDataType> TextureDataType for [T; 4] {}
57
58
impl TextureDataType for Quat {}
59
60
-impl<T: TextureDataType + ?Sized> TextureDataType for &T {}
61
62
/// The basic data type used for each pixel in a depth texture.
63
pub trait DepthTextureDataType: DepthDataType {}
64
0 commit comments