Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
G
glslang
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • glslang
  • Repository

Switch branch/tag
  • glslang
  • Test
  • hlsl.domain.2.tese
Find file
BlameHistoryPermalink
  • steve-lunarg's avatar
    HLSL: handle PCF input to DS in arbitrary argument position · f38cca3c
    steve-lunarg authored Apr 03, 2017
    In the hull shader, the PCF output does not participate in an argument list,
    so has no defined ordering.  It is always put at the end of the linkage.  That
    means the DS input reading PCF data must be be at the end of the DS linkage
    as well, no matter where it may appear in the argument list.  This change
    makes sure that happens.
    
    The detection is by looking for arguments that contain tessellation factor
    builtins, even as a struct member.  The whole struct is taken as the PCF output
    if any members are so qualified.
    f38cca3c
hlsl.domain.2.tese 745 Bytes
EditWeb IDE
×

Replace hlsl.domain.2.tese

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.