Click or drag to resize
AB4D logo

EffectsManagerUnregisterShaderResource Method

Overload List
 NameDescription
Public methodUnregisterShaderResource(ShaderBytecodeProvider) Unregisters shaderResource as source for shaders code. Returns true if resource was unregistered, false if the this resource was not registered and was therefore not unregistered. This method is the same as static UnregisterShaderResourceStatic(ShaderBytecodeProvider) method.
Public methodUnregisterShaderResource(String) Unregisters the specified resourceName from the list of registered shader resources (resource that was previously registered by RegisterShaderResource(String, Byte) or RegisterShaderResourceStatic(String, Byte). Returns true if resource was unregistered, false if the this resource was not registered and was therefore not unregistered. This method is the same as static UnregisterShaderResourceStatic(String) method.
Top
See Also