13 lines
		
	
	
		
			405 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			405 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return number hasAnisotropic
 | 
						|
---@return number hasPixelShaders
 | 
						|
---@return number hasVertexShaders
 | 
						|
---@return number hasTrilinear
 | 
						|
---@return number hasTripleBufering
 | 
						|
---@return number maxAnisotropy
 | 
						|
---@return number hasHardwareCursor
 | 
						|
---Returns information about graphics capabilities of the current system
 | 
						|
function GetVideoCaps() end
 |