mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added variable rate shading.
This commit is contained in:
@@ -84,6 +84,11 @@ extern(C++, "bgfx") package final abstract class ViewMode{
|
||||
default_,sequential,depthAscending,depthDescending,count
|
||||
}
|
||||
}
|
||||
extern(C++, "bgfx") package final abstract class ShadingRate{
|
||||
enum Enum{
|
||||
rate1x1,rate1x2,rate2x1,rate2x2,rate2x4,rate4x2,rate4x4,count
|
||||
}
|
||||
}
|
||||
extern(C++, "bgfx") package final abstract class NativeWindowHandleType{
|
||||
enum Enum{
|
||||
default_,wayland,count
|
||||
|
||||
Reference in New Issue
Block a user