[][src]Trait dxplr::d3d11::ISamplerState

pub trait ISamplerState: IDeviceChild {
    fn get_desc(&self) -> SamplerDesc<Filter>;
}

Required methods

Loading content...

Implementors

impl ISamplerState for SamplerState[src]

Loading content...