⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Backend.Vulkan.RequestEnabled

static bool RequestEnabled(string name)

Checks if a named request registered via Backend.Vulkan.Request was successfully enabled. This MUST only be called after SK.Initialize.

   
string name The name given to the BackendVulkanRequest.
RETURNS: bool If the request’s extensions and features were all enabled.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!