Struct gfx::pso::target::Scissor [] [src]

pub struct Scissor(_);

Scissor component. Sets up the scissor test for rendering.

  • init: ()
  • data: Rect = target area

Trait Implementations

impl Clone for Scissor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Scissor
[src]

Formats the value using the given formatter.

impl Eq for Scissor
[src]

impl Hash for Scissor
[src]

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

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

impl PartialEq for Scissor
[src]

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

This method tests for !=.

impl<'a> DataLink<'a> for Scissor
[src]

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

Create a new empty data link.

Check if this link is actually used by the shader.

Attempt to enable scissor test.

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.

impl<R: Resources> DataBind<R> for Scissor
[src]

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

Dump the given data into the raw data set.