Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
ZanGFX: Do define_object! for CmdPool
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Mar 20, 2018
1 parent f0887e8 commit e6e2e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NGSEngine/src/zangfx/src/base/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ define_object! { arg::ArgPool }
define_object! { command::CmdQueueBuilder }
define_object! { command::CmdQueue }
define_object! { command::CmdBuffer }
define_object! { command::CmdPool }
define_object! { command::RenderCmdEncoder }
define_object! { command::ComputeCmdEncoder }
define_object! { command::CopyCmdEncoder }
Expand Down

0 comments on commit e6e2e30

Please sign in to comment.