bevy_
render
0.15.1
Into
Binding
Required Methods
into_binding
Implementations on Foreign Types
&'a [&'a TextureView]
Implementors
In bevy_
render::
render_
resource
bevy_render
::
render_resource
Trait
IntoBinding
Copy item path
source
pub trait IntoBinding<'a> { // Required method fn
into_binding
(self) ->
BindingResource
<'a>; }
Required Methods
§
source
fn
into_binding
(self) ->
BindingResource
<'a>
Implementations on Foreign Types
§
source
§
impl<'a>
IntoBinding
<'a> for &'a [&'a
TextureView
]
source
§
fn
into_binding
(self) ->
BindingResource
<'a>
Implementors
§
source
§
impl<'a>
IntoBinding
<'a> for &'a
Sampler
source
§
impl<'a>
IntoBinding
<'a> for &'a
TextureView
source
§
impl<'a>
IntoBinding
<'a> for
BindingResource
<'a>
source
§
impl<'a>
IntoBinding
<'a> for
BufferBinding
<'a>
source
§
impl<'a, T:
ShaderType
+
WriteInto
>
IntoBinding
<'a> for &'a
DynamicStorageBuffer
<T>
source
§
impl<'a, T:
ShaderType
+
WriteInto
>
IntoBinding
<'a> for &'a
DynamicUniformBuffer
<T>
source
§
impl<'a, T:
ShaderType
+
WriteInto
>
IntoBinding
<'a> for &'a
StorageBuffer
<T>
source
§
impl<'a, T:
ShaderType
+
WriteInto
>
IntoBinding
<'a> for &'a
UniformBuffer
<T>