Class StructHelper
Inheritance
System.Object
StructHelper
Assembly: Aximo.Render.dll
Syntax
public static class StructHelper
Methods
|
Improve this Doc
View Source
GetFieldSizeOf(Type)
Declaration
public static int GetFieldSizeOf(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetFieldsOf(Type)
Declaration
public static int GetFieldsOf(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetVertexAttribPointerType(Type)
Declaration
public static VertexAttribPointerType GetVertexAttribPointerType(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
OpenToolkit.Graphics.OpenGL4.VertexAttribPointerType |
|