Skip to content

Do something with vertex-pixel shader linkage on DX11 #22

@quyse

Description

@quyse

Because of DirectX11's crazy linkage system we need to list all vertex shader's interpolates in pixel shader. Otherwise we will get Direct3D error about invalid linkage because output variables from vertex shader and input variables from pixel shader are set to different "hardware" registers. Maybe it is possible to workaround this automatically rather than manually, or invent some new abstraction like shader-stage interface.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions