Vixen
dd8b0a81
csharp
public readonly record struct TextureParameter

One number an op hands its kernel, under the name the kernel declares.

Read the guide page for this →

Fields and properties (3)

  • public string Name

    The uniform's name in the .rvn.

  • public float Value

    Its value, in the unit below.

  • public TextureParameterUnit Unit

    How the evaluator reads the value.

Methods (1)

  • public TextureParameter(string Name, float Value, TextureParameterUnit Unit = Scalar)

    One number an op hands its kernel, under the name the kernel declares.

Used by (33)

  • ExternalCompoundTestsVixen.Editor.Texturing.Tests
  • LayerStackCompileTestsVixen.Editor.Texturing.Tests
  • LayerStackDifferentialVixen.Editor.Texturing.Tests
  • LayerStackEditingTestsVixen.Editor.Texturing.Tests
  • MaskStackTestsVixen.Editor.Texturing.Tests
  • TextureAdjustTestsVixen.Editor.TextureGraph.Tests
  • TextureAnalysisKernelTestsVixen.Editor.TextureGraph.Tests
  • TextureAspectDeviceTestsVixen.Editor.TextureGraph.Tests
  • TextureColourDeviceTestsVixen.Editor.TextureGraph.Tests
  • TextureCompoundLibraryTestsVixen.Editor.TextureGraph.Tests
  • TextureExpressionCostTestsVixen.Editor.TextureGraph.Tests
  • TextureFilterKernelTestsVixen.Editor.TextureGraph.Tests
  • TextureGraphCompilerTestsVixen.Editor.TextureGraph.Tests
  • TextureGraphDeclarationTestsVixen.Editor.TextureGraph.Tests
  • TextureGraphDeviceTestsVixen.Editor.TextureGraph.Tests
  • TextureGraphNameKnobTestsVixen.Editor.TextureGraph.Tests
  • TextureGraphParameterTestsVixen.Editor.TextureGraph.Tests
  • TextureGraphPreviewVixen.Editor.Texturing
  • TextureGraphSubGraphTestsVixen.Editor.TextureGraph.Tests
  • TextureKernelCeilingsVixen.Editor.TextureGraph
  • TextureKernelSabotageTestsVixen.Editor.TextureGraph.Tests
  • TextureMeshMapNodeTestsVixen.Editor.TextureGraph.Tests
  • TextureNodeLibraryTestsVixen.Editor.TextureGraph.Tests
  • TextureOpVixen.Editor.TextureGraph
  • TextureOutputLevelTestsVixen.Editor.TextureGraph.Tests
  • TexturePixelProcessorTestsVixen.Editor.TextureGraph.Tests
  • TexturePlacementKernelTestsVixen.Editor.TextureGraph.Tests
  • TexturePlanVixen.Editor.TextureGraph
  • TextureResampleFilterTestsVixen.Editor.TextureGraph.Tests
  • TextureSourceKernelTestsVixen.Editor.TextureGraph.Tests
  • TextureSpaceClaimDeviceTestsVixen.Editor.TextureGraph.Tests
  • TextureSpaceDeviceTestsVixen.Editor.TextureGraph.Tests
  • TextureSurfaceKernelTestsVixen.Editor.TextureGraph.Tests