Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion _includes/home-news-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ <h4>{{ post.title }}</h4>
{% elsif post.categories contains 'blog' %}Read Blog
{% elsif post.categories contains 'presentation' %}View Presentation
{% elsif post.categories contains 'video' %}Watch Video
{% elsif post.categories contains 'event' %}Join Virtual Meetup
{% elsif post.categories contains 'event' %}
{% if post.event_button_label != '' %}
{{ post.event_button_label }}
{% else %}
Join Virtual Meetup
{% endif%}
{% else %}Read More
{% endif %}
</a>
Expand Down
4 changes: 3 additions & 1 deletion _posts/2025-09-12-graphics-programming-conference-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ event_type: ""
author: ""
image: "/images/events/2025-11-18-slang-graphics-programming-conference-2025.webp"
human_date: "🗓️ November 18-20, 2025"
event_button_label: "Learn More"
---

**Location**: Breda, The Netherlands
**Website**: <a href="https://graphicsprogrammingconference.com/" target="_blank">https://graphicsprogrammingconference.com/</a>


In its second year, Graphics Programmaing Conference will have the latest advances in real-time rendering in games, interactive application and other new developments.
In its second year, Graphics Programmaing Conference will have the latest advances in real-time rendering in games, interactive application and other new developments.

**Wednesday, November 19th at 16:00**
Slang Working Group Chair, Shannong Woods will be speaking on Slang, the open-source, cross-platform shading language hosted by Khronos Group. This presentation explores how Slang's modern features enable neural graphics techniques across diverse GPU platforms. We will examine Slang's key architectural advantages: its modular system for scalable shader development, built-in automatic differentiation capabilities, and seamless cross-platform compilation. We will explore Slang's automatic differentiation system, enabling gradient-based optimization without requiring external ML frameworks. By understanding Slang's language design and capabilities, graphics programmers can leverage its neural graphics features to build more sophisticated and performant shader systems, unlocking new possibilities in real-time rendering across all target platforms.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a typo in my name -- could you fix that while you're in this file?


<a class="btn btn-primary" href="https://graphicsprogrammingconference.com/" target="_blank">View the GPC2025 Website</a>