.. |
Shaders
|
Fix shaders not compiling with spaces in the path
|
2021-11-20 12:33:52 -08:00 |
AlignedNew.h
|
Minor code review
|
2021-10-24 15:26:53 -07:00 |
AlphaTestEffect.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
BasicEffect.cpp
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
BasicPostProcess.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
Bezier.h
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
BinaryReader.cpp
|
Convert internal functions to use Internal namespace instead of leading underscore (#305)
|
2022-02-20 16:29:56 -08:00 |
BinaryReader.h
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
BufferHelpers.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
CommonStates.cpp
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
DDS.h
|
NVTT 1.x wrote L8/L16 as RGB instead of LUMINANCE
|
2021-04-02 17:08:32 -07:00 |
DDSTextureLoader.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
DGSLEffect.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
DGSLEffectFactory.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
DebugEffect.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
DemandCreate.h
|
Updated copyright banner
|
2021-02-26 23:00:12 -08:00 |
DirectXHelpers.cpp
|
Updated copyright banner
|
2021-02-26 23:00:12 -08:00 |
DualPostProcess.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
DualTextureEffect.cpp
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
EffectCommon.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
EffectCommon.h
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
EffectFactory.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
EnvironmentMapEffect.cpp
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
GamePad.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
GeometricPrimitive.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
Geometry.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
Geometry.h
|
Updated copyright banner
|
2021-02-26 23:00:12 -08:00 |
GraphicsMemory.cpp
|
Updated pimpl pattern for default move ctors/ops/dtors (#282)
|
2021-09-30 16:55:19 -07:00 |
Keyboard.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
LoaderHelpers.h
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
Model.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
ModelLoadCMO.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
ModelLoadSDKMESH.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
ModelLoadVBO.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
Mouse.cpp
|
Added UWP to CMakePresets
|
2022-03-02 02:17:11 -08:00 |
NormalMapEffect.cpp
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
PBREffect.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
PBREffectFactory.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
PlatformHelpers.h
|
Adding ModelBone support for transform hierarchies (#281)
|
2021-09-28 20:34:06 -07:00 |
PrimitiveBatch.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
SDKMesh.h
|
Fixed typo in SDKMesh
|
2021-08-31 18:33:03 -07:00 |
ScreenGrab.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
SharedResourcePool.h
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
SimpleMath.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
SkinnedEffect.cpp
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
SpriteBatch.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
SpriteFont.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
TeapotData.inc
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |
ToneMapPostProcess.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
VertexTypes.cpp
|
Updated copyright banner
|
2021-02-26 23:00:12 -08:00 |
WICTextureLoader.cpp
|
Constify variables
|
2022-02-21 02:02:17 -08:00 |
XboxDDSTextureLoader.cpp
|
Convert internal functions to use Internal namespace instead of leading underscore (#305)
|
2022-02-20 16:29:56 -08:00 |
pch.cpp
|
Updated copyright banner
|
2021-02-26 23:00:12 -08:00 |
pch.h
|
std::ignore usage instead of (void) for ignoring return values
|
2021-10-17 11:55:16 -07:00 |
vbo.h
|
Trimmed trailing whitespace
|
2021-12-07 13:43:42 -08:00 |