-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resource.rc
54 lines (52 loc) · 2.53 KB
/
Resource.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// Siv3D Engine Rsource
64000 FILE "Engine/LogMessages.txt"
64080 FILE "Engine/Assets/engine_textures.s3a"
64600 FILE "Engine/Fonts/umeplus-p-gothic.zip"
64604 FILE "Engine/Fonts/mplus-1p-medium.zip"
64700 FILE "Engine/Shaders/D3D11/Sprite.vs"
64701 FILE "Engine/Shaders/D3D11/FullScreenTriangle.vs"
64702 FILE "Engine/Shaders/D3D11/DeferredMesh.vs"
64703 FILE "Engine/Shaders/D3D11/DeferredMesh_Shadow.vs"
64704 FILE "Engine/Shaders/D3D11/LightAccumulation.vs"
64705 FILE "Engine/Shaders/D3D11/ForwardMesh.vs"
64706 FILE "Engine/Shaders/D3D11/ForwardParticle.vs"
64707 FILE "Engine/Shaders/D3D11/ForwardLine3D.vs"
64800 FILE "Engine/Shaders/D3D11/Shape.ps"
64801 FILE "Engine/Shaders/D3D11/Shape_Stencil.ps"
64802 FILE "Engine/Shaders/D3D11/Sprite.ps"
64803 FILE "Engine/Shaders/D3D11/Sprite_Stencil.ps"
64804 FILE "Engine/Shaders/D3D11/Sprite_Font.ps"
64805 FILE "Engine/Shaders/D3D11/FullScreenTriangle1xMSAA.ps"
64806 FILE "Engine/Shaders/D3D11/FullScreenTriangle2xMSAA.ps"
64807 FILE "Engine/Shaders/D3D11/FullScreenTriangle4xMSAA.ps"
64808 FILE "Engine/Shaders/D3D11/FullScreenTriangle1xMSAA_Linear.ps"
64809 FILE "Engine/Shaders/D3D11/FullScreenTriangle2xMSAA_Linear.ps"
64810 FILE "Engine/Shaders/D3D11/FullScreenTriangle4xMSAA_Linear.ps"
64811 FILE "Engine/Shaders/D3D11/DeferredMesh.ps"
64812 FILE "Engine/Shaders/D3D11/DeferredMesh_Textured.ps"
64813 FILE "Engine/Shaders/D3D11/DeferredMesh_Shadow.ps"
64814 FILE "Engine/Shaders/D3D11/LightAccumulation_NoFog.ps"
64815 FILE "Engine/Shaders/D3D11/LightAccumulation_LinearFog.ps"
64816 FILE "Engine/Shaders/D3D11/LightAccumulation_ExponentialFog.ps"
64817 FILE "Engine/Shaders/D3D11/LightAccumulation_SquaredExponentialFog.ps"
64818 FILE "Engine/Shaders/D3D11/LightAccumulation_HeightFog.ps"
64819 FILE "Engine/Shaders/D3D11/DeferredFinalize.ps"
64820 FILE "Engine/Shaders/D3D11/ForwardMesh.ps"
64821 FILE "Engine/Shaders/D3D11/ForwardMesh_Textured.ps"
64822 FILE "Engine/Shaders/D3D11/ForwardLine3D.ps"
64823 FILE "Engine/Shaders/D3D11/FXAA_None.ps"
64824 FILE "Engine/Shaders/D3D11/FXAA_Q20.ps"
64825 FILE "Engine/Shaders/D3D11/FXAA_Q25.ps"
64826 FILE "Engine/Shaders/D3D11/FXAA_Q39.ps"
// Optional
64040 FILE "Engine/Objdetect/facePhoto.zip"
64041 FILE "Engine/Objdetect/faceAnime.zip"
64601 FILE "Engine/Fonts/mplus-1p-thin.zip"
64602 FILE "Engine/Fonts/mplus-1p-light.zip"
64603 FILE "Engine/Fonts/mplus-1p-regular.zip"
64605 FILE "Engine/Fonts/mplus-1p-bold.zip"
64606 FILE "Engine/Fonts/mplus-1p-heavy.zip"
64607 FILE "Engine/Fonts/mplus-1p-black.zip"
// App Resource
100 ICON "Icon.ico"
// 101 FILE "Engine/Splash.png"