# Histogram is not showing up

{% hint style="info" %}
Starting with **version 1.11.25**, OmniScope on Windows uses **DirectX 11** instead of OpenGL + OpenCL. The issue described on this page **no longer applies** to current versions.
{% endhint %}

## Legacy OpenGL Builds (before 1.11.25)

On older Windows builds using OpenGL, the Histogram scope may appear empty on some GPUs. This is caused by a GLSL compute shader compatibility issue.

To fix it, disable **Use GLSL compute if available** in **Preferences > Performance**, then restart OmniScope.


---

# 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.timeinpixels.com/nobe-omniscope/troubleshooting/histogram-is-not-showing-up.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.
