Skip to content

Commit

Permalink
Note that comment is copied
Browse files Browse the repository at this point in the history
  • Loading branch information
SafariMonkey committed Dec 10, 2023
1 parent f928675 commit 18506d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/graphics/d3d12.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub fn initialize_xr_graphics(
window: Option<RawHandleWrapper>,
xr_entry: xr::Entry,
available_extensions: xr::ExtensionSet,
// note: this comment is copied from the Vulkan backend, I'm not sure what it means
// Horrible hack to get the Handtacking extension Loaded, Replace with good system to load
// any extension at some point
) -> anyhow::Result<(
Expand All @@ -42,6 +43,7 @@ pub fn initialize_xr_graphics(
XrInput,
XrViews,
XrFrameState,
// note: this comment is copied from the Vulkan backend, I'm not sure what it means
// Horrible hack to get the Handtacking extension Loaded, Replace with good system to load
// any extension at some point
)> {
Expand Down Expand Up @@ -292,6 +294,7 @@ pub fn initialize_xr_graphics(
should_render: true,
})
.into(),
// note: this comment is copied from the Vulkan backend, I'm not sure what it means
// Horrible hack to get the Handtacking extension Loaded, Replace with good system to load
// any extension at some point
))
Expand Down

0 comments on commit 18506d3

Please sign in to comment.