citro3d/source
oreo639 66a0594e5d Add C3D_LightEnvBumpNormalZ()
Used to configure whether the Z component of the normal map is used or if
the Z component is reconstructed based on the XY components of the normal map.
2023-08-12 16:52:36 +02:00
..
maths Optimize Quat_FromMtx() 2017-12-30 21:09:10 +01:00
attribs.c Add doxygen support 2017-02-09 19:45:33 +01:00
base.c Pause the VBlank counters while the application is suspended 2020-07-06 20:21:03 +02:00
buffers.c Add doxygen support 2017-02-09 19:45:33 +01:00
drawArrays.c Add doxygen support 2017-02-09 19:45:33 +01:00
drawElements.c Fix some cases of GPU freezing when changing programs 2017-02-15 00:31:27 +01:00
effect.c Gas changes: 2018-05-23 13:54:49 +02:00
fog.c Add Fog rendering support 2017-04-08 12:46:25 +02:00
framebuffer.c Added C3D_FrameBuf{Clear/Transfer} and C3D_Calc{Color/Depth}BufSize 2017-03-26 20:02:05 +02:00
gas.c Gas changes: 2018-05-23 13:54:49 +02:00
immediate.c Add doxygen support 2017-02-09 19:45:33 +01:00
internal.h Implement VRAM bank awareness for rendertarget allocations 2021-08-26 23:46:07 +02:00
light.c Allow for separate light amb/dif/spe colors 2017-03-30 23:42:58 +02:00
lightenv.c Add C3D_LightEnvBumpNormalZ() 2023-08-12 16:52:36 +02:00
lightlut.c LightLut/LightEnv: generate/use proper LUTs for the [0,1] domain 2017-03-30 23:39:39 +02:00
mtxstack.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
proctex.c Do not update proctex LUTs if proctex is disabled 2017-04-27 16:11:34 +02:00
renderqueue.c Implement VRAM bank awareness for rendertarget allocations 2021-08-26 23:46:07 +02:00
tex3ds.c Remove superfluous const in tex3ds.h/c 2018-03-02 19:42:22 +01:00
texenv.c Refactor texenv code in order to allow for stronger type checking 2017-12-01 17:46:14 +01:00
texture.c Implement VRAM bank awareness for rendertarget allocations 2021-08-26 23:46:07 +02:00
uniforms.c Fix typo in C3D_UpdateUniforms 2017-03-04 18:16:20 +01:00