ShaderAttribute

Description

abstract class Tinman.Gpu.Semantic.ShaderAttribute

Derived from

Attribute abstract

Extended by

ComputeShader sealed
GeometryShader sealed
PixelShader sealed
TessellateShader abstract
VertexShader sealed

Base class for attributes that identify a static method as a GPU shader.

Public / Attributes

Hints


public readonly attribute Hints → (int32)

The shader hints.

Protected / Constructors

Shader​Attribute


protected constructor ShaderAttribute → (1)

hints in : int32

See Hints.

Creates a new instance of Shader.