doc(capi): fix d3d11 param docs
This commit is contained in:
parent
cc97be6a0c
commit
07944f9c29
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ pub use librashader::runtime::d3d11::capi::options::FrameOptionsD3D11;
|
|||
|
||||
use librashader::runtime::{FilterChainParameters, Size, Viewport};
|
||||
|
||||
/// OpenGL parameters for the source image.
|
||||
/// Direct3D 11 parameters for the source image.
|
||||
#[repr(C)]
|
||||
pub struct libra_source_image_d3d11_t {
|
||||
/// A shader resource view into the source image
|
||||
|
|
|
@ -21,7 +21,7 @@ pub use ash::vk::PFN_vkGetInstanceProcAddr;
|
|||
pub type libra_PFN_vkGetInstanceProcAddr =
|
||||
unsafe extern "system" fn(instance: *mut c_void, p_name: *const c_char);
|
||||
|
||||
/// Vulkan parameters for the source image.
|
||||
/// Vulkan parameters for the source image.
|
||||
#[repr(C)]
|
||||
pub struct libra_image_vk_t {
|
||||
/// A raw `VkImage` handle to the source image.
|
||||
|
|
Loading…
Add table
Reference in a new issue