Skip to content

Commit

Permalink
revision
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Apr 7, 2023
1 parent 95ae959 commit 3ed1758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/OSL/oslexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ struct SymLocationDesc {



/// Parameter property hint bitfield values
/// Parameter property hint bitflag values. The enum values must be powers of
/// two so they can be combined with bitwise operators.
enum class ParamHints : uint32_t {
/// `none`: No special properties
none = 0,
Expand Down

0 comments on commit 3ed1758

Please sign in to comment.