Update MagpieFX.md

This commit is contained in:
刘旭 2023-03-22 16:35:36 +08:00 committed by GitHub
commit 00327a6b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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