# DirectX 11 Grass Shader

{% hint style="warning" %}
This documentation is meant as a general overview of the concepts used in the shader, if you want to know what a specific setting does, look at its tooltip for more information.
{% endhint %}

{% embed url="<https://youtu.be/kiMk--uVFFI>" %}
A general introduction for the DirectX 11 Grass Shader
{% endembed %}

For feature requests, documentation problems, bugs, or other reasons you can contact me via my [support email](mailto:support@stixgames.com), or the [contact form](https://stixgames.com/contact).

Also don't forget to [join my Discord](https://discord.gg/jvBFhQA) to get support even faster and to show off your creations!

I hope you enjoy using my grass shader!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stixgames.com/general/directx-11-grass-shader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
