3 #if SILICONSTUDIO_PARADOX_GRAPHICS_API_DIRECT3D
8 using SharpDX.Direct3D11;
10 namespace SiliconStudio.
Paradox.Graphics
12 public partial class FakeTexture
16 throw new NotImplementedException();
19 internal override RenderTargetView GetRenderTargetView(
ViewType viewType,
int arrayOrDepthSlice,
int mipMapSlice)
21 throw new NotImplementedException();
24 internal override UnorderedAccessView GetUnorderedAccessView(
int arrayOrDepthSlice,
int mipMapSlice)
26 throw new NotImplementedException();
ViewType
Defines how a view is selected from a resource.