summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/compute-particles
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-225-245/+10
* Improve examples CMakeLists.txtKai Köhne2022-02-151-16/+4
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Disable RHI Renderer by defaultMike Krus2021-07-191-0/+5
* Re-generate CMake project files for examplesJoerg Bornemann2021-05-181-0/+4
* compute-particles examples: add RHI techniques and shadersPaul Lemire2020-11-249-19/+171
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-1/+1
* CMake: Regenerate qt3d examplesAlexandru Croitor2020-10-161-0/+4
* CMake: Honor INSTALL_EXAMPLESDIRJoerg Bornemann2020-10-131-1/+5
* rhi: Start adding compute supportJean-Michaël Celerier2020-08-052-11/+11
* Add support for building with CMakeMike Krus2020-05-221-0/+56
* compute-particles: Update import version in ComputeFrameGraph.qmlPaul Lemire2017-03-231-1/+1
* QMemoryBarrier cleanupPaul Lemire2017-02-161-1/+1
* ComputeParticles: use memory barrierPaul Lemire2017-01-251-0/+1
* Compute Particles example: was using wrong work group sizePaul Lemire2016-08-261-1/+1
* Compute-Particles: use vec4 in the ParticlesData structurePaul Lemire2016-07-192-8/+9
* Move last remaining pieces of examples-common to Qt3DExtrasPaul Lemire2016-05-011-1/+1
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-232-1/+2
* Rename QClearBuffer to QClearBuffersMike Krus2016-03-201-2/+2
* QAnnotation changesFranck Arrecot2016-03-172-6/+6
* QGeometryRenderer API changesMike Krus2016-03-131-2/+2
* Some fixes for examples.Wieland Hagen2016-03-091-1/+5
* QComputeJob cleanupPaul Lemire2016-03-051-1/+1
* Renaming QTechniqueFilter APIJanne Koskinen2016-03-021-2/+2
* QAttribute API changesPaul Lemire2016-02-291-4/+4
* Remove ParameterMappingPaul Lemire2016-02-261-4/+0
* Unify license header usage.Antti Kokko2016-01-265-92/+162
* compute-particles: add RenderSurfaceSelector in FrameGraphPaul Lemire2016-01-231-20/+24
* Link examples against static libPaul Lemire2016-01-161-3/+1
* Add a compute shader examplePaul Lemire2016-01-1410-0/+717