Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad types in shader crashes OBS #29

Open
filiphanes opened this issue Dec 8, 2023 · 0 comments
Open

Bad types in shader crashes OBS #29

filiphanes opened this issue Dec 8, 2023 · 0 comments

Comments

@filiphanes
Copy link

Hi,
For example this shader with void instead of float4 type crashes OBS immediately:

void mainImage(VertData v_in) : TARGET
{
	return image.Sample(textureSampler, v_in.uv);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant