DXGI_DDI_MODE_SCALING型別變數尚未指派有意義的值。 DXGI_DDI_MODE_SCALING_STRETCHED 可以顯示延展內容。 DXGI_DDI_MODE_SCALING_CENTERED 可以顯示置中內容。 規格需求 需求值 最低支援的用戶端可在 Windows Vista 和更新版本的 Windows 作業系統中使用。
typedef enum DXGI_MODE_SCALING { DXGI_MODE_SCALING_UNSPECIFIED = 0, DXGI_MODE_SCALING_CENTERED = 1, DXGI_MODE_SCALING_STRETCHED = 2 } DXGI_MODE_SCALING; Constants DXGI_MODE_SCALING_UNSPECIFIED Unspecified scaling. DXGI_MODE_SCALING_CENTERED Specifies no scaling. The image is centered on the ...
{"id":100,"name":"根目录","takeCareProducts":[{"id":200,"name":"可乐","takeCareProducts"...
DXGI_MODE_SCALING enumeration (Windows) OFNHookProcOldStyle callback function (Windows) RasEapInitialize callback function (Windows) ITransformPropertiesConfig::SetPropertyValue ScenesMenu2 Element ThumbnailTime Element IAppxEncryptedFile::GetEncryptedStream method (Preliminary) MDM_Policy_Config01_LanmanWork...
DXGI_DDI_MODE_DESC结构 DXGI_DDI_MODE_ROTATION枚举 DXGI_DDI_MODE_SCALING枚举 DXGI_DDI_MODE_SCANLINE_ORDER枚举 DXGI_DDI_MULTIPLANE_OVERLAY_ATTRIBUTES结构 DXGI_DDI_MULTIPLANE_OVERLAY_BLEND枚举 DXGI_DDI_MULTIPLANE_OVERLAY_CAPS结构 DXGI_DDI_MULTIPLANE_OVERLAY_FEATURE_CAPS枚举 ...
typedefenumDXGI_SCALING { DXGI_SCALING_STRETCH =0, DXGI_SCALING_NONE =1, DXGI_SCALING_ASPECT_RATIO_STRETCH =2} ; 常量 DXGI_SCALING_STRETCH 值:0 指示DXGI 使后台缓冲区内容缩放以适应演示目标大小。 这是调用IDXGIFactory::CreateSwapChain 方法时 DXGI的隐式行为。
DXGI_SCALING 枚举 DXGI_SWAP_CHAIN_DESC1 结构 DXGI_SWAP_CHAIN_FULLSCREEN_DESC 结构 IDXGIAdapter2 接口 IDXGIDevice2 接口 IDXGIDisplayControl 接口 IDXGIFactory2 接口 IDXGIOutput1 接口 概述 IDXGIOutput1::D uplicateOutput 方法 IDXGIOutput1::FindClosestMatchingMode1 方法 IDXGIOutput1::GetDisplayMod...
HRESULTGetDisplayModeList( DXGI_FORMAT EnumFormat, UINT Flags, [in, out] UINT *pNumModes, [out, optional] DXGI_MODE_DESC *pDesc ); 参数 EnumFormat 类型:DXGI_FORMAT 颜色格式 (DXGI_FORMAT)。 Flags 类型:UINT 要包含 (模式的选项,请参阅DXGI_ENUM_MODES) 。 需要指定DXGI_ENUM_MODES_SCALING来公...
typedefstructDXGI_SWAP_CHAIN_DESC1{UINT Width; UINT Height; DXGI_FORMAT Format; BOOL Stereo; DXGI_SAMPLE_DESC SampleDesc; DXGI_USAGE BufferUsage; UINT BufferCount; DXGI_SCALING Scaling; DXGI_SWAP_EFFECT SwapEffect; DXGI_ALPHA_MODE AlphaMode; UINT Flags; } DXGI_SWAP_CHAIN_DESC1; ...
performance scaling, independent from an output resolution, and even in windowed mode. Furthermore, applications should leverage IDXGIOutput6:: CheckHardwareCompositionSupport to determine if they need to scale the content before presenting it, or if they should let the hardware do the scaling for ...