Enum gfx_core::dummy::DummyResources [] [src]

pub enum DummyResources {}

Dummy resources phantom type

Trait Implementations

impl Copy for DummyResources
[src]

impl Clone for DummyResources
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DummyResources
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for DummyResources
[src]

impl Hash for DummyResources
[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 PartialEq for DummyResources
[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 Resources for DummyResources
[src]

impl CommandBuffer<DummyResources> for DummyCommandBuffer
[src]

[src]

Clone as an empty buffer

[src]

Reset the command buffer contents, retain the allocated storage

[src]

Bind a pipeline state object

[src]

Bind a complete set of vertex buffers

[src]

Bind a complete set of constant buffers

[src]

Bind a global constant

[src]

Bind a complete set of shader resource views

[src]

Bind a complete set of unordered access views

[src]

Bind a complete set of samplers

[src]

Bind a complete set of pixel targets, including multiple colors views and an optional depth/stencil view. Read more

[src]

Bind an index buffer

[src]

Set scissor rectangle

[src]

Set reference values for the blending and stencil front/back

[src]

Update a vertex/index/uniform buffer

[src]

Update a texture

[src]

[src]

Clear color target

[src]

[src]

Draw a primitive

[src]

Draw a primitive with index buffer