Click or drag to resize
AB4D logo

InputElementFactory Class

InputElementFactory is a helper class that can help with creation of InputElement arrays.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXInputElementFactory

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public static class InputElementFactory

The InputElementFactory type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateInputElement Create one InputElement based on the supplied parameters
Public methodStatic memberGetInputElementsArray Returns array of InputElement structs that describes the supplied inputLayoutType. This method is thread safe and can be called from any thread.
Public methodStatic memberGetStandardInstancedInputElements Returns array of InputElement structs that can be used for mesh instancing that is used in DXEngine.
Public methodStatic memberIsSupportedInputLayout Returns boolean that specifies if the requiredInputLayout can be used with the availableInputLayout.
Top
See Also