Class VertexLayoutBinded
Inheritance
System.Object
VertexLayoutBinded
Assembly: Aximo.Render.dll
Syntax
public class VertexLayoutBinded : VertexLayoutDefinition
Methods
|
Improve this Doc
View Source
AddAttribute(VertexLayoutDefinitionAttribute)
Declaration
protected override void AddAttribute(VertexLayoutDefinitionAttribute attr)
Parameters
Overrides
|
Improve this Doc
View Source
AddAttribute(Type, Int32, Boolean)
Declaration
public virtual VertexLayoutBindedAttribute AddAttribute(Type type, int index, bool normalized = false)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Int32 |
index |
|
System.Boolean |
normalized |
|
Returns
|
Improve this Doc
View Source
AddAttribute(Type, Int32, Int32, Boolean)
Declaration
public virtual VertexLayoutBindedAttribute AddAttribute(Type type, int index, int size, bool normalized = false)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Int32 |
index |
|
System.Int32 |
size |
|
System.Boolean |
normalized |
|
Returns
|
Improve this Doc
View Source
AddAttribute<T>(Int32, Boolean)
Declaration
public virtual VertexLayoutBindedAttribute AddAttribute<T>(int index, bool normalized = false)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
normalized |
|
Returns
Type Parameters
|
Improve this Doc
View Source
AddAttribute<T>(Int32, Int32, Boolean)
Declaration
public virtual VertexLayoutBindedAttribute AddAttribute<T>(int index, int size, bool normalized = false)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
size |
|
System.Boolean |
normalized |
|
Returns
Type Parameters
|
Improve this Doc
View Source
CreateAttributeInstance()
Declaration
protected override VertexLayoutDefinitionAttribute CreateAttributeInstance()
Returns
Overrides