GraphicsDeviceExtensions.SetVertexShaderConstantFloat4 Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Sets a constant register to a generic data type which is passed to the vertex shader on the graphics device.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member SetVertexShaderConstantFloat4<T>(GraphicsDevice, Int32, T%) Sets a constant register to a generic data type which is passed to the vertex shader on the graphics device.
Public methodStatic member SetVertexShaderConstantFloat4<T>(GraphicsDevice, Int32, Int32, T%) Sets a constant register to a generic data type which is passed to the vertex shader on the graphics device.

Top