bevy_
render
0.14.2
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>