SysRay / psOff_public

Playstation 4 Emulator for Windows
GNU General Public License v3.0
286 stars 17 forks source link

Shader| Fix output to use correct type #179

Closed SysRay closed 5 months ago

SysRay commented 5 months ago

(vs_0x2c23eb50) Compile error, line:0 column:0 | (OpAccessChain result type (OpTypeVector) does not match the type that results from indexing into the base (OpTypeFloat). %503 = OpAccessChain %_ptr_Output_v4float %502 %uint_1

Find out why %502 is only float

SysRay commented 5 months ago

fixes SysRay/psOff_compatibility#291

SysRay commented 5 months ago

Seems to be pointsize instead of position

SysRay commented 5 months ago

In next render release

SysRay commented 5 months ago

closed #202