diff options
Diffstat (limited to 'o3d/command_buffer/common/cross/resource.h')
-rw-r--r-- | o3d/command_buffer/common/cross/resource.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/command_buffer/common/cross/resource.h b/o3d/command_buffer/common/cross/resource.h index 8e86723..861d24f 100644 --- a/o3d/command_buffer/common/cross/resource.h +++ b/o3d/command_buffer/common/cross/resource.h @@ -134,6 +134,13 @@ struct Desc { }; } // namespace effect_param +namespace effect_stream { +struct Desc { + Uint32 semantic; // the semantic type + Uint32 semantic_index; +}; +} // namespace effect_stream + namespace texture { // Texture flags. enum Flags { |