Trait gfx::Resources [−][src]
Different types of a specific API.
Different types of a specific API.
type Buffer: Clone + PartialEq<Self::Buffer> + Eq + Send + Copy + Sync + Any + Debug + Hash[src]type Shader: Clone + PartialEq<Self::Shader> + Eq + Send + Sync + Any + Debug + Hash[src]type Program: Clone + PartialEq<Self::Program> + Eq + Send + Sync + Any + Debug + Hash[src]type PipelineStateObject: Clone + PartialEq<Self::PipelineStateObject> + Eq + Send + Sync + Any + Debug + Hash[src]type Texture: Clone + PartialEq<Self::Texture> + Eq + Send + Sync + Any + Debug + Hash[src]type ShaderResourceView: Clone + PartialEq<Self::ShaderResourceView> + Eq + Send + Copy + Sync + Any + Debug + Hash[src]type UnorderedAccessView: Clone + PartialEq<Self::UnorderedAccessView> + Eq + Send + Copy + Sync + Any + Debug + Hash[src]type RenderTargetView: Clone + PartialEq<Self::RenderTargetView> + Eq + Send + Copy + Sync + Any + Debug + Hash[src]type DepthStencilView: Clone + PartialEq<Self::DepthStencilView> + Eq + Send + Sync + Any + Debug + Hash[src]type Sampler: Clone + PartialEq<Self::Sampler> + Eq + Send + Copy + Sync + Any + Debug + Hash[src]type Fence: Clone + PartialEq<Self::Fence> + Eq + Send + Sync + Any + Debug + Hash[src]type Mapping: Gate<Self> + PartialEq<Self::Mapping> + Eq + Send + Sync + Any + Debug + Hash[src]impl Resources for DummyResources[src]type Buffer = ()type Shader = ()type Program = ()type PipelineStateObject = ()type Texture = ()type ShaderResourceView = ()type UnorderedAccessView = ()type RenderTargetView = ()type DepthStencilView = ()type Sampler = ()type Fence = DummyFencetype Mapping = DummyMapping