mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
Update MagpieFX.md
This commit is contained in:
parent
7161b8e4e6
commit
00327a6b68
1 changed files with 5 additions and 5 deletions
|
|
@ -5,15 +5,15 @@ MagpieFX 基于 DirectX 11 计算着色器
|
|||
//!VERSION 3
|
||||
//!OUTPUT_WIDTH INPUT_WIDTH * 2
|
||||
//!OUTPUT_HEIGHT INPUT_HEIGHT * 2
|
||||
// Specify USE_DYNAMIC to use GetFrameCount or GetCursorPos.
|
||||
// 若要使用 GetFrameCount 或 GetCursorPos 需指定 USE_DYNAMIC
|
||||
//!USE_DYNAMIC
|
||||
// Specifying GENERIC_DOWNSCALER indicates that this effect can be used as the "default downscaling effect".
|
||||
// GENERIC_DOWNSCALER 表示此效果可以作为“默认降采样效果”
|
||||
//!GENERIC_DOWNSCALER
|
||||
// Use SORT_NAME to specify the name used for sorting, otherwise the files will be sorted by their file names.
|
||||
// 使用 SORT_NAME 指定排序时使用的名字,否则按照文件名排序
|
||||
//!SORT_NAME test1
|
||||
|
||||
// Not specifying OUTPUT_WIDTH and OUTPUT_HEIGHT indicates that this effect supports outputting to any size.
|
||||
// You can use some pre-defined constants when calculating texture size.
|
||||
// 不指定 OUTPUT_WIDTH 和 OUTPUT_HEIGHT 表示此效果支持输出任意尺寸
|
||||
// 计算纹理尺寸时可以使用一些预定义常量
|
||||
// INPUT_WIDTH
|
||||
// INPUT_HEIGHT
|
||||
// OUTPUT_WIDTH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue