Registry / other / effects11

effects11

JSON →
library11.29vcpkgunverified

Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.

vcpkg install effects11
INSTALL
IMPORT
SIG · EFFECTS11
E
effects11
othercppv11.29
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Effects11.h
#include <Effects11.h>

Load an FX11 effect from compiled shader data.

#include <Effects11.h> #include <d3d11.h> // Requires a valid D3D11 device and device context ID3DX11Effect* effect = nullptr; D3DX11CreateEffectFromMemory(shaderData, dataSize, 0, device, &effect);
Debug
Known issues
breakingEffects11 is deprecated in favor of modern shader compilation techniques.
fix
Consider using DirectXShaderCompiler and manual shader reflection instead.
affects: >=11.29
Upgrade
Version history
11.29latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources

No resource links recorded.

effects11 — pip install effects11 · libregistry