Skip to content

Conversation

@LukaTD
Copy link
Contributor

@LukaTD LukaTD commented Oct 25, 2025

No description provided.

@hazeycode hazeycode requested a review from Copilot November 3, 2025 23:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds OpenGL query object support by introducing the Query type and wrapping related OpenGL query functions. The implementation follows the existing pattern used for other OpenGL object types like Texture, Shader, and Buffer.

  • Adds Query enum type and three parameter enums (QueryTarget, QueryParameter, QueryObjectParameter)
  • Wraps 7 OpenGL query-related functions with type-safe Zig interfaces
  • Follows the established pattern of providing both singular and plural variants for gen/delete operations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zig-gamedev zig-gamedev deleted a comment from Copilot AI Nov 3, 2025
Copy link
Member

@hazeycode hazeycode left a comment

Choose a reason for hiding this comment

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

Thanks!

@hazeycode hazeycode merged commit 0ab263e into zig-gamedev:main Nov 3, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants