Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L libplacebo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 50
    • Issues 50
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • libplacebo
  • Merge requests
  • !413

shaders: parametrize/abstract ident_t

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Niklas Haas requested to merge ident_v2 into master Mar 13, 2023
  • Overview 1
  • Commits 18
  • Pipelines 5
  • Changes 18

Removes any hard-coded assumptions that ident_t is a string. In the future, I want to replace this by a uint16_t (or something along those lines)

Actually, I think that this makes the code more readable, because "..."ID"..." shows up more prominently in my syntax highlighting than "...%s...", and allows identifiers to be more quickly and easily distinguished from other types of format characters.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ident_v2

VideoLAN code repository instance