Skip to content

Commit 873fc9b

Browse files
committed
P4 Deferred
1 parent 80d61ca commit 873fc9b

File tree

387 files changed

+3942
-18426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

387 files changed

+3942
-18426
lines changed

.gitignore

-330
This file was deleted.

P4GLSL/.vs/P4GLSL/v15/.suo

18.5 KB
Binary file not shown.

P4GLSL/.vs/P4GLSL/v15/Browse.VC.db

40.5 MB
Binary file not shown.
Binary file not shown.

P4GLSL/Debug/P4GLSL.exe

148 KB
Binary file not shown.

P4GLSL/Debug/P4GLSL.ilk

969 KB
Binary file not shown.

P4GLSL/Debug/P4GLSL.log

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cl : Línea de comandos warning D9035: La opción 'Gm' está desusada y se quitará en próximas versiones
2+
auxiliar.cpp
3+
cl : Línea de comandos warning D9035: La opción 'Gm' está desusada y se quitará en próximas versiones
4+
main.cpp
5+
auxiliar.obj : warning LNK4075: se omite '/EDITANDCONTINUE' debido a la especificación '/SAFESEH'
6+
P4GLSL.vcxproj -> D:\PGATR2\P4GLSL\Debug\P4GLSL.exe

P4GLSL/Debug/P4GLSL.pdb

1.23 MB
Binary file not shown.
2.62 KB
Binary file not shown.
152 KB
Binary file not shown.
1.49 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0
2+
Debug|Win32|D:\PGATR2\P4GLSL\|
2.69 KB
Binary file not shown.
8.11 KB
Binary file not shown.
972 Bytes
Binary file not shown.

P4GLSL/Debug/auxiliar.obj

228 KB
Binary file not shown.

P4GLSL/Debug/main.obj

281 KB
Binary file not shown.

P4GLSL/Debug/vc141.idb

1.5 MB
Binary file not shown.

P4GLSL/Debug/vc141.pdb

596 KB
Binary file not shown.
File renamed without changes.

Visual2015/P3GLSL/P3GLSL.sln P4GLSL/P4GLSL.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
44
VisualStudioVersion = 12.0.30501.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P3GLSL", "P3GLSL.vcxproj", "{70C0D183-E002-4AE2-828C-DB24BD68B5CC}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P4GLSL", "P4GLSL.vcxproj", "{16C1C4DC-39FF-4E91-8161-E2072C207BCF}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Win32 = Debug|Win32
1111
Release|Win32 = Release|Win32
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{70C0D183-E002-4AE2-828C-DB24BD68B5CC}.Debug|Win32.ActiveCfg = Debug|Win32
15-
{70C0D183-E002-4AE2-828C-DB24BD68B5CC}.Debug|Win32.Build.0 = Debug|Win32
16-
{70C0D183-E002-4AE2-828C-DB24BD68B5CC}.Release|Win32.ActiveCfg = Release|Win32
17-
{70C0D183-E002-4AE2-828C-DB24BD68B5CC}.Release|Win32.Build.0 = Release|Win32
14+
{16C1C4DC-39FF-4E91-8161-E2072C207BCF}.Debug|Win32.ActiveCfg = Debug|Win32
15+
{16C1C4DC-39FF-4E91-8161-E2072C207BCF}.Debug|Win32.Build.0 = Debug|Win32
16+
{16C1C4DC-39FF-4E91-8161-E2072C207BCF}.Release|Win32.ActiveCfg = Release|Win32
17+
{16C1C4DC-39FF-4E91-8161-E2072C207BCF}.Release|Win32.Build.0 = Release|Win32
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

P4GLSL/P4GLSL.sln.DotSettings.user

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Int64 x:Key="/Default/CodeStyle/Naming/CSharpAutoNaming/AutoNamingCompletedVersion/@EntryValue">2</s:Int64></wpf:ResourceDictionary>

0 commit comments

Comments
 (0)