Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
5a00dc8a
Commit
5a00dc8a
authored
May 05, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
May 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
direct3d11: no need to restrict the vertex position
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
fa5c2922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/video_output/win32/direct3d11.c
modules/video_output/win32/direct3d11.c
+1
-1
No files found.
modules/video_output/win32/direct3d11.c
View file @
5a00dc8a
...
...
@@ -175,7 +175,7 @@ static const char* globVertexShaderDefault = "\
VS_OUTPUT VS( VS_INPUT In )\
{\
VS_OUTPUT Output;\
Output.Position =
float4(
In.Position
.xy, 0.0f, 1.0f)
;\
Output.Position = In.Position;\
Output.Texture = In.Texture;\
Output.Opacity = In.Opacity;\
return Output;\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment