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
  • spv.paramMemory.420.frag
Find file
BlameHistoryPermalink
  • David Neto's avatar
    Add test case for read-only storage texture passed to helper function (#2414) · 2067d1a9
    David Neto authored Oct 07, 2020
    This is based on spv.paramMemory.frag.out which exercises the
    writeonly storage image case.
    
    This appears to need desktop GLSL.
    
    The generated SPIR-V fails validation because the image_write function
    takes a parameter which is pointer to an OpTypeImage with Unknown format.
    But the parameters passed in are pointer to OpTypeImage with formats Rgba32f
    and Rgba16f. The validator rejects this, saying the parameter types must
    match.
    2067d1a9
spv.paramMemory.420.frag 980 Bytes
EditWeb IDE
×

Replace spv.paramMemory.420.frag

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.