Vixen
02b45cc4
csharp
public enum IrVariableKind

Where a variable lives, which decides how a backend declares it.

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

Fields and properties (3)

  • Global

    A shader-level binding: uniform, texture or sampler.

  • Parameter
  • Local

Used by (7)

  • CodeGenTestBaseVixen.Raven.Tests
  • FunctionVerifierVixen.Raven
  • IrFunctionVixen.Raven
  • IrVariableVixen.Raven
  • IrVerifierTestsVixen.Raven.Tests
  • LibraryBuilderVixen.Raven
  • LowererVixen.Raven