Struct redirect::fence::Fence [] [src]

pub struct Fence {
    pub ptr: ComPtr<ID3D12Fence>,
}

a fence

Fields

Methods

impl Fence
[src]

[src]

get the current value of the fence

[src]

set the event if fence value reachs value

[src]

set the fence to the specified value from CPU side

Trait Implementations

impl DeviceChild for Fence
[src]

[src]

get the parent device of self

impl Clone for Fence
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Fence
[src]

[src]

Formats the value using the given formatter.