diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-30 15:46:38 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-30 15:46:38 +1000 |
commit | 4505fb6585885866ff9a76f76c00ed727d3bb818 (patch) | |
tree | 5a6fb84426827e818513632cf9bde8dca0300b4b /bindgen/rust/src/ral.rs | |
parent | bfae2fd3f7b367709f21a8b4fccab107e2e81797 (diff) |
wip
Diffstat (limited to 'bindgen/rust/src/ral.rs')
-rw-r--r-- | bindgen/rust/src/ral.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/rust/src/ral.rs b/bindgen/rust/src/ral.rs index f9c44e4..5568954 100644 --- a/bindgen/rust/src/ral.rs +++ b/bindgen/rust/src/ral.rs @@ -1,7 +1,7 @@ //! Wrapper around the RAL code in celeritas-core use celeritas_sys::{ - BufferHandle, GPU_Buffer, GPU_CmdEncoder, GPU_CmdEncoder_BeginRender, GPU_CmdEncoder_EndRender, GPU_GetDefaultEncoder + BufferHandle, GPU_CmdEncoder, GPU_CmdEncoder_BeginRender, GPU_CmdEncoder_EndRender, GPU_GetDefaultEncoder }; pub struct FrameRenderEncoder(*mut GPU_CmdEncoder); |