Our primary emphasis is on the creation and expansion of B2C mobile and SaaS products, with a significant focus on customers from TIER-1 countries. We are headquartered in Kyiv and operate across global markets.
In line with the broader goal of helping Ukraine transition from the third world to the first, we are dedicated to cultivating a culture of digital product development and entrepreneurship, particularly within Ukraine
Our approach includes offering educational programs for both entering the profession through the course and for developing C‑level management using aninternal educational programs and frameworks
-- Check if the system supports a specific DirectX feature level (e.g., 11_0) local supportsDX11 = IsDxFeatureLevelSupported( DX_FEATURE_LEVEL_11_0 ) Advanced queries (e.g., driver version, tessellation support) require calling DXGI or D3D11 device methods via a FiveM Native Bridge . This is typically done in a C# or C++ resource. C# Example (using ExternalTask or ScriptHost ): using SharpDX.Direct3D11; using SharpDX.DXGI; var device = SharpDX.Direct3D11.Device.GetDevice(SharpDX.Direct3D.DriverType.Hardware); var adapter = device.Adapter; var desc = adapter.Description; Debug.WriteLine($"GPU: desc.Description | VRAM: desc.DedicatedVideoMemory"); 3.3. Retrieving DX11 Feature Levels FiveM automatically uses the highest feature level supported by the OS and GPU. You can query:
1. Overview In the context of FiveM (the modification framework for Grand Theft Auto V), a DirectX Query refers to the process of retrieving information about the client's rendering hardware, driver capabilities, and graphics settings using DirectX APIs. This is critical for script and resource developers who need to optimize performance, adjust graphical fidelity, or diagnose rendering issues. directx query fivem
-- Get current screen resolution local screenW, screenH = GetActiveScreenResolution() -- Check if the system supports a specific
local featureLevels = [`DX_FEATURE_LEVEL_10_0`] = "10_0", [`DX_FEATURE_LEVEL_10_1`] = "10_1", [`DX_FEATURE_LEVEL_11_0`] = "11_0", [`DX_FEATURE_LEVEL_11_1`] = "11_1", [`DX_FEATURE_LEVEL_12_0`] = "12_0", [`DX_FEATURE_LEVEL_12_1`] = "12_1" Retrieving DX11 Feature Levels FiveM automatically uses the