citro3d/source
fincs 15de0e300e Add support for cube textures, see below:
- Added C3D_TexCube structure for holding pointers to all 6 faces
- C3D_TexLoadImage accepts face number and mipmap level
- C3D_TexGenerateMipmap accepts face number
- Added functions (C3D_Tex*GetImagePtr) for accessing image data
- Now using GX to copy texture data to VRAM instead of failing
- Moved texunit setup code to texture.c
2017-02-12 00:14:04 +01:00
..
maths Added Mtx_Diagonal(). (#27) 2016-09-11 23:40:10 +02:00
attribs.c Add doxygen support 2017-02-09 19:45:33 +01:00
base.c Add support for cube textures, see below: 2017-02-12 00:14:04 +01: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 Add doxygen support 2017-02-09 19:45:33 +01:00
effect.c Added C3D_FragOpShadow() 2017-02-09 19:59:46 +01:00
immediate.c Add doxygen support 2017-02-09 19:45:33 +01:00
internal.h Add support for cube textures, see below: 2017-02-12 00:14:04 +01:00
light.c Add doxygen support 2017-02-09 19:45:33 +01:00
lightenv.c Add doxygen support 2017-02-09 19:45:33 +01:00
lightlut.c Add doxygen support 2017-02-09 19:45:33 +01:00
mtxstack.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
renderbuffer.c Add doxygen support 2017-02-09 19:45:33 +01:00
renderqueue.c Added C3D_FrameRate() for controlling output framerate 2017-02-09 19:57:02 +01:00
texenv.c Add doxygen support 2017-02-09 19:45:33 +01:00
texture.c Add support for cube textures, see below: 2017-02-12 00:14:04 +01:00
uniforms.c Add doxygen support 2017-02-09 19:45:33 +01:00