Refactor editor rendering contracts
This commit is contained in:
@@ -20,6 +20,16 @@ enum class EditorHostPngResourceKind : std::uint8_t {
|
||||
PlayButtonIcon,
|
||||
PauseButtonIcon,
|
||||
StepButtonIcon,
|
||||
ViewMoveToolIcon,
|
||||
ViewMoveToolActiveIcon,
|
||||
MoveToolIcon,
|
||||
MoveToolActiveIcon,
|
||||
RotateToolIcon,
|
||||
RotateToolActiveIcon,
|
||||
ScaleToolIcon,
|
||||
ScaleToolActiveIcon,
|
||||
TransformToolIcon,
|
||||
TransformToolActiveIcon,
|
||||
};
|
||||
|
||||
struct EditorHostResourceBytes {
|
||||
|
||||
Reference in New Issue
Block a user