Discussion:
How abstracted is GLSL from SPIR-V?
(too old to reply)
Blue-Maned_Hawk
2024-03-19 21:41:00 UTC
Permalink
C78 had the property that, with enough training, one could predict what
the resulting assembly code would be, effectively meaning that one could
“mentally compile” a program. Does GLSL have an analagous property to
SPIR-V?
--
Blue-Maned_Hawk│shortens to Hawk│/blu.mɛin.dʰak/│he/him/his/himself/Mr.
blue-maned_hawk.srht.site
Source: This was revealed to me once in a dream.
immibis
2024-03-25 02:35:59 UTC
Permalink
Post by Blue-Maned_Hawk
C78 had the property that, with enough training, one could predict what
the resulting assembly code would be, effectively meaning that one could
“mentally compile” a program. Does GLSL have an analagous property to
SPIR-V?
SPIR-V is a binary high-level language, so one would think so.

Loading...