Method | Description | |
---|---|---|
ExportNamedConstants ( GpuNamedConstants pConsts, string filename ) : void | ||
ExportNamedConstants ( GpuNamedConstants pConsts, string filename, Endian endianMode ) : void | ||
ImportNamedConstants ( Stream stream, GpuNamedConstants pDest ) : void |
|
public ExportNamedConstants ( GpuNamedConstants pConsts, string filename ) : void | ||
pConsts | GpuNamedConstants | |
filename | string | |
return | void |
public ExportNamedConstants ( GpuNamedConstants pConsts, string filename, Endian endianMode ) : void | ||
pConsts | GpuNamedConstants | |
filename | string | |
endianMode | Endian | |
return | void |
public ImportNamedConstants ( Stream stream, GpuNamedConstants pDest ) : void | ||
stream | Stream | |
pDest | GpuNamedConstants | |
return | void |