doc(capi): fix d3d11 param docs

This commit is contained in:
chyyran 2023-01-27 00:40:48 -05:00
parent cc97be6a0c
commit 07944f9c29
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ pub use librashader::runtime::d3d11::capi::options::FrameOptionsD3D11;
use librashader::runtime::{FilterChainParameters, Size, Viewport}; use librashader::runtime::{FilterChainParameters, Size, Viewport};
/// OpenGL parameters for the source image. /// Direct3D 11 parameters for the source image.
#[repr(C)] #[repr(C)]
pub struct libra_source_image_d3d11_t { pub struct libra_source_image_d3d11_t {
/// A shader resource view into the source image /// A shader resource view into the source image

View file

@ -21,7 +21,7 @@ pub use ash::vk::PFN_vkGetInstanceProcAddr;
pub type libra_PFN_vkGetInstanceProcAddr = pub type libra_PFN_vkGetInstanceProcAddr =
unsafe extern "system" fn(instance: *mut c_void, p_name: *const c_char); 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)] #[repr(C)]
pub struct libra_image_vk_t { pub struct libra_image_vk_t {
/// A raw `VkImage` handle to the source image. /// A raw `VkImage` handle to the source image.