Свойство | Type | Description | |
---|---|---|---|
IsArray | bool | ||
IsMatrix | bool | ||
IsVector | bool | ||
MatrixColumns | int | ||
Size | int | ||
Type | HlslType |
Méthode | Description | |
---|---|---|
CreateArray ( HlslType type, int size ) : |
||
CreateMatrix ( HlslType type, int rows, int columns ) : |
||
CreateVector ( HlslType type, int size ) : |
||
HlslTypeDefinition ( HlslType type ) : System | ||
SetArray ( int size ) : void | ||
SetMatrix ( int rows, int columns ) : void | ||
SetVector ( int size ) : void | ||
ToString ( ) : string |
Generates a string representing this type
|
static public CreateArray ( HlslType type, int size ) : |
||
type | HlslType | |
size | int | |
Résultat |
static public CreateMatrix ( HlslType type, int rows, int columns ) : |
||
type | HlslType | |
rows | int | |
columns | int | |
Résultat |
static public CreateVector ( HlslType type, int size ) : |
||
type | HlslType | |
size | int | |
Résultat |
public HlslTypeDefinition ( HlslType type ) : System | ||
type | HlslType | |
Résultat | System |
public SetMatrix ( int rows, int columns ) : void | ||
rows | int | |
columns | int | |
Résultat | void |