Vixen
02b45cc4
csharp
public enum TextureUsage

What a texture is for.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (7)

  • None

    Nothing. Not a valid texture.

  • Sampled

    Sampled by a shader.

  • Storage

    Read and written by a shader without a sampler.

  • ColourTarget

    A colour attachment.

  • DepthStencilTarget

    A depth or stencil attachment.

  • CopySource

    The source of a copy.

  • CopyDestination

    The 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