Struct gfx::pso::buffer::VertexBufferCommon [] [src]

pub struct VertexBufferCommon<T, I = InstanceRate>(_, _);

Service struct to simplify the implementations of VertexBuffer and InstanceBuffer.

Trait Implementations

impl<T, I> Clone for VertexBufferCommon<T, I>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T, I> Debug for VertexBufferCommon<T, I>
[src]

[src]

Formats the value using the given formatter.

impl<T, I> Eq for VertexBufferCommon<T, I>
[src]

impl<T, I> Hash for VertexBufferCommon<T, I>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<T, I> PartialEq for VertexBufferCommon<T, I>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<'a, T: Structure<Format>, I: ToInstanceRate + 'a> DataLink<'a> for VertexBufferCommon<T, I>
[src]

The assotiated "init" type - a member of the PSO "init" struct.

[src]

Create a new empty data link.

[src]

Check if this link is actually used by the shader.

Attempt to link with a vertex buffer containing multiple attributes.

Attempt to link with a vertex attribute.

Attempt to link with a constant buffer.

Attempt to link with a global constant.

Attempt to link with an output render target (RTV).

Attempt to link with a depth-stencil target (DSV).

Attempt to link with a shader resource (SRV).

Attempt to link with an unordered access (UAV).

Attempt to link with a sampler.

Attempt to enable scissor test.

impl<R: Resources, T, I> DataBind<R> for VertexBufferCommon<T, I>
[src]

The associated "data" type - a member of the PSO "data" struct.

[src]

Dump the given data into the raw data set.