[−][src]Trait gfx_core::Resources
Different types of a specific API.
Different types of a specific API.
type Buffer: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Sync + Copytype Shader: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Synctype Program: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Synctype PipelineStateObject: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Synctype Texture: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Synctype ShaderResourceView: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Sync + Copytype UnorderedAccessView: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Sync + Copytype RenderTargetView: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Sync + Copytype DepthStencilView: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Synctype Sampler: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Sync + Copytype Fence: Clone + Hash + Debug + Eq + PartialEq + Any + Send + Synctype Mapping: Hash + Debug + Eq + PartialEq + Any + Send + Sync + Gate<Self>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