Support multiple source languages, adding HLSL as an option.
This commit is contained in:
parent
4d65ee31a6
commit
66e2faf844
7 changed files with 54 additions and 17 deletions
|
|
@ -61,6 +61,7 @@ enum SourceLanguage {
|
|||
SourceLanguageGLSL = 2,
|
||||
SourceLanguageOpenCL_C = 3,
|
||||
SourceLanguageOpenCL_CPP = 4,
|
||||
SourceLanguageHLSL = 5,
|
||||
};
|
||||
|
||||
enum ExecutionModel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue