forked from StrafesNET/roblox-bot-player
fix1
This commit is contained in:
@@ -6,7 +6,7 @@ pub async fn setup_and_start(){
|
||||
let vulkan_adapter = vulkan_instance.create_adapter(None).unwrap();
|
||||
let vulkan_device = vulkan_adapter
|
||||
.create_device(
|
||||
wgpu::Features::empty(),
|
||||
wgpu::Features::TEXTURE_COMPRESSION_BC,
|
||||
wgpu::ExperimentalFeatures::disabled(),
|
||||
wgpu::Limits::defaults(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user