mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
fix invalid markdown in shader docs (#1271)
This commit is contained in:
parent
1b2a39d3b0
commit
0320e75f97
@ -135,7 +135,7 @@
|
|||||||
//! to specify one or more standard include directories. Relative paths are relative to the
|
//! to specify one or more standard include directories. Relative paths are relative to the
|
||||||
//! directory, which contains the source file the `#include "..."` directive is declared in.
|
//! directory, which contains the source file the `#include "..."` directive is declared in.
|
||||||
//!
|
//!
|
||||||
//! ## `define: [("NAME", "VALUE"), ...]
|
//! ## `define: [("NAME", "VALUE"), ...]`
|
||||||
//!
|
//!
|
||||||
//! Adds the given macro definitions to the pre-processor. This is equivalent to passing `-DNAME=VALUE`
|
//! Adds the given macro definitions to the pre-processor. This is equivalent to passing `-DNAME=VALUE`
|
||||||
//! on the command line.
|
//! on the command line.
|
||||||
|
Loading…
Reference in New Issue
Block a user