Struct amethyst_renderer::Data [−][src]
pub struct Data {
pub const_bufs: Vec<<RawConstantBuffer as DataBind<Resources>>::Data>,
pub globals: Vec<<RawGlobal as DataBind<Resources>>::Data>,
pub out_colors: Vec<<RenderTarget<(R8_G8_B8_A8, Unorm)> as DataBind<Resources>>::Data>,
pub out_blends: Vec<<BlendTarget<(R8_G8_B8_A8, Unorm)> as DataBind<Resources>>::Data>,
pub out_depth: Option<<DepthStencilTarget<DepthStencil> as DataBind<Resources>>::Data>,
pub samplers: Vec<<Sampler as DataBind<Resources>>::Data>,
pub textures: Vec<<RawShaderResource as DataBind<Resources>>::Data>,
pub vertex_bufs: Vec<<RawVertexBuffer as DataBind<Resources>>::Data>,
}Fields
const_bufs: Vec<<RawConstantBuffer as DataBind<Resources>>::Data>
globals: Vec<<RawGlobal as DataBind<Resources>>::Data>
out_colors: Vec<<RenderTarget<(R8_G8_B8_A8, Unorm)> as DataBind<Resources>>::Data>
out_blends: Vec<<BlendTarget<(R8_G8_B8_A8, Unorm)> as DataBind<Resources>>::Data>
out_depth: Option<<DepthStencilTarget<DepthStencil> as DataBind<Resources>>::Data>
samplers: Vec<<Sampler as DataBind<Resources>>::Data>
textures: Vec<<RawShaderResource as DataBind<Resources>>::Data>
vertex_bufs: Vec<<RawVertexBuffer as DataBind<Resources>>::Data>
Trait Implementations
impl Clone for Data[src]
impl Clone for Datafn clone(&self) -> Data[src]
fn clone(&self) -> DataReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Data[src]
impl Debug for Datafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Data[src]
impl Default for Dataimpl PartialEq for Data[src]
impl PartialEq for Datafn eq(&self, other: &Data) -> bool[src]
fn eq(&self, other: &Data) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Data) -> bool[src]
fn ne(&self, other: &Data) -> boolThis method tests for !=.
impl PipelineData<Resources> for Data[src]
impl PipelineData<Resources> for Data