TextureCaps.SupportsNoProjectedBumpEnvironment Property (Microsoft.DirectX.Direct3D)
Specifies whether the device does not support a projected bump-environment lookup operation in programmable and fixed-function shaders.
Definition
Visual Basic Public ReadOnly Property SupportsNoProjectedBumpEnvironment As Boolean C# public bool SupportsNoProjectedBumpEnvironment { get; } C++ public:
property bool SupportsNoProjectedBumpEnvironment {
bool get();
}JScript public function get SupportsNoProjectedBumpEnvironment() : boolean
Property Value
System.Boolean
Value that is true if the device does not support a projected bump-environment lookup operation, or false if it does.This property is read-only.