TextureCaps.SupportsNoProjectedBumpEnvironment Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center