csharp
public enum TextureUsageWhat a texture is for.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
NoneNothing. Not a valid texture.
SampledSampled by a shader.
StorageRead and written by a shader without a sampler.
ColourTargetA colour attachment.
DepthStencilTargetA depth or stencil attachment.
CopySourceThe source of a copy.
CopyDestinationThe destination of a copy.
Used by (135, showing 40)
- ArenaFrameThirdPersonShooter
- PbrShowcaseGamePbrShowcase
- TriangleGameHelloTriangle
- UiHostHelloUi
- VideoGameVideoPlayback
- VirtualGeometryGameVirtualGeometry
- AccelerationStructureTestsVixen.Graphics.Null.Tests
- AppGraphicsVixen.App.Hosting
- AssetTextureSourceVixen.Engine.Renderer
- AutoExposureRendererVixen.Rendering.PostFx
- AutoExposureTestsVixen.Rendering.PostFx.Tests
- BindlessFrameTestsVixen.Rendering.Tests
- BindlessSamplingDeviceTestsVixen.Graphics.Golden.Tests
- BindlessSetLayoutTestsVixen.Shaders.Tests
- BindlessTableDeviceTestsVixen.Graphics.Golden.Tests
- BindlessTableTestsVixen.Graphics.Tests
- BloomRendererVixen.Rendering.PostFx
- BloomTestsVixen.Rendering.PostFx.Tests
- ClusterResolveTestsVixen.Rendering.Tests
- ClusteredLightingTestsVixen.Rendering.Tests
- ClusteredShadingDeviceTestsVixen.Graphics.Golden.Tests
- CommandRecorderTestsVixen.Graphics.Null.Tests
- CompositorAssetTestsVixen.Rendering.Tests
- CompositorImageTestsVixen.Graphics.Golden.Tests
- DefaultFrameTestsVixen.Rendering.Tests
- DepthPrepassTestsVixen.Rendering.Tests
- DescriptorBindingTestsVixen.Rendering.Tests
- DistanceFieldAoImageTestsVixen.Graphics.Golden.Tests
- DrawCompactionTestsVixen.Rendering.Tests
- EnvironmentTextureVixen.Rendering
- FixtureVixen.Graphics.Golden.Tests
- FixtureVixen.Rendering.Tests
- FoliageCullPassTestsVixen.Rendering.Terrain.Tests
- ForwardFrameTestsVixen.Rendering.Tests
- ForwardLightingTestsVixen.Rendering.Tests
- GlCommandListTestsVixen.Graphics.OpenGL.Tests
- GlDeviceVixen.Graphics.OpenGL
- GlDeviceTestsVixen.Graphics.OpenGL.Tests
- GlReplayTestsVixen.Graphics.OpenGL.Tests
- GlSwapChainVixen.Graphics.OpenGL