mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-04 01:34:19 +00:00 
			
		
		
		
	Update raylib_api.* by CI
This commit is contained in:
		@@ -7359,7 +7359,7 @@
 | 
				
			|||||||
          "name": "image"
 | 
					          "name": "image"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "type": "float*",
 | 
					          "type": "float *",
 | 
				
			||||||
          "name": "kernel"
 | 
					          "name": "kernel"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5621,7 +5621,7 @@ return {
 | 
				
			|||||||
      returnType = "void",
 | 
					      returnType = "void",
 | 
				
			||||||
      params = {
 | 
					      params = {
 | 
				
			||||||
        {type = "Image *", name = "image"},
 | 
					        {type = "Image *", name = "image"},
 | 
				
			||||||
        {type = "float*", name = "kernel"},
 | 
					        {type = "float *", name = "kernel"},
 | 
				
			||||||
        {type = "int", name = "kernelSize"}
 | 
					        {type = "int", name = "kernelSize"}
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2842,7 +2842,7 @@ Function 304: ImageKernelConvolution() (3 input parameters)
 | 
				
			|||||||
  Return type: void
 | 
					  Return type: void
 | 
				
			||||||
  Description: Apply Custom Square image convolution kernel
 | 
					  Description: Apply Custom Square image convolution kernel
 | 
				
			||||||
  Param[1]: image (type: Image *)
 | 
					  Param[1]: image (type: Image *)
 | 
				
			||||||
  Param[2]: kernel (type: float*)
 | 
					  Param[2]: kernel (type: float *)
 | 
				
			||||||
  Param[3]: kernelSize (type: int)
 | 
					  Param[3]: kernelSize (type: int)
 | 
				
			||||||
Function 305: ImageResize() (3 input parameters)
 | 
					Function 305: ImageResize() (3 input parameters)
 | 
				
			||||||
  Name: ImageResize
 | 
					  Name: ImageResize
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1844,7 +1844,7 @@
 | 
				
			|||||||
        </Function>
 | 
					        </Function>
 | 
				
			||||||
        <Function name="ImageKernelConvolution" retType="void" paramCount="3" desc="Apply Custom Square image convolution kernel">
 | 
					        <Function name="ImageKernelConvolution" retType="void" paramCount="3" desc="Apply Custom Square image convolution kernel">
 | 
				
			||||||
            <Param type="Image *" name="image" desc="" />
 | 
					            <Param type="Image *" name="image" desc="" />
 | 
				
			||||||
            <Param type="float*" name="kernel" desc="" />
 | 
					            <Param type="float *" name="kernel" desc="" />
 | 
				
			||||||
            <Param type="int" name="kernelSize" desc="" />
 | 
					            <Param type="int" name="kernelSize" desc="" />
 | 
				
			||||||
        </Function>
 | 
					        </Function>
 | 
				
			||||||
        <Function name="ImageResize" retType="void" paramCount="3" desc="Resize image (Bicubic scaling algorithm)">
 | 
					        <Function name="ImageResize" retType="void" paramCount="3" desc="Resize image (Bicubic scaling algorithm)">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user