11 lines
		
	
	
		
			402 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			402 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@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 |