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

Relax ClipDistance, CullDistance capability check in all environments #368

Merged
merged 1 commit into from
Aug 23, 2016

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Aug 23, 2016

Fixes #365

@@ -1175,6 +1193,15 @@ TEST_P(ValidateCapabilityVulkan10, Capability) {
<< test_code;
}

TEST_P(ValidateCapabilityOpenGL40, Capability) {
const string test_code = MakeAssembly(GetParam());
std::cout << test_code << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is used for debug? Also in the above TEST_P.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 358cb29

@antiagainst
Copy link
Contributor

+2

@dneto0 dneto0 merged commit 358cb29 into KhronosGroup:master Aug 23, 2016
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

Successfully merging this pull request may close these issues.

2 participants