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

Update gl4cDirectStateAccessTexturesTests.cpp #369

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12132,7 +12132,7 @@ bool ParameterSetupErrorsTest::Testf()
"called for a non-scalar parameter (pname TEXTURE_BORDER_COLOR or TEXTURE_SWIZZLE_RGBA).");
}

/* Check that INVALID_ENUM is generated by TextureParameter* if the
/* Check that INVALID_OPERATION is generated by TextureParameter* if the
effective target is either TEXTURE_2D_MULTISAMPLE or
TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
{
Expand Down Expand Up @@ -12260,7 +12260,7 @@ bool ParameterSetupErrorsTest::Testi()
"called for a non-scalar parameter (pname TEXTURE_BORDER_COLOR or TEXTURE_SWIZZLE_RGBA).");
}

/* Check that INVALID_ENUM is generated by TextureParameter* if the
/* Check that INVALID_OPERATION is generated by TextureParameter* if the
effective target is either TEXTURE_2D_MULTISAMPLE or
TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
{
Expand Down Expand Up @@ -12384,7 +12384,7 @@ bool ParameterSetupErrorsTest::Testfv()
"params should have a defined constant value (based on the value of pname) and does not.");
}

/* Check that INVALID_ENUM is generated by TextureParameter* if the
/* Check that INVALID_OPERATION is generated by TextureParameter* if the
effective target is either TEXTURE_2D_MULTISAMPLE or
TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
{
Expand Down Expand Up @@ -12755,7 +12755,7 @@ bool ParameterSetupErrorsTest::TestIuiv()
"params should have a defined constant value (based on the value of pname) and does not.");
}

/* Check that INVALID_ENUM is generated by TextureParameter* if the
/* Check that INVALID_OPERATION is generated by TextureParameter* if the
effective target is either TEXTURE_2D_MULTISAMPLE or
TEXTURE_2D_MULTISAMPLE_ARRAY, and pname is any of the sampler states. */
{
Expand Down