mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added ability to configure minimum uniform buffer size.
This commit is contained in:
committed by
Бранимир Караџић
parent
71e0db9369
commit
16cf4f8683
@@ -2083,8 +2083,9 @@ public static class bgfx
|
||||
public uint32 maxOcclusionQueries;
|
||||
public uint32 maxEncoders;
|
||||
public uint32 minResourceCbSize;
|
||||
public uint32 transientVbSize;
|
||||
public uint32 transientIbSize;
|
||||
public uint32 maxTransientVbSize;
|
||||
public uint32 matTansientIbSize;
|
||||
public uint32 minUniformBufferSize;
|
||||
}
|
||||
|
||||
public RendererType rendererType;
|
||||
@@ -2138,8 +2139,9 @@ public static class bgfx
|
||||
{
|
||||
public uint16 maxEncoders;
|
||||
public uint32 minResourceCbSize;
|
||||
public uint32 transientVbSize;
|
||||
public uint32 transientIbSize;
|
||||
public uint32 maxTransientVbSize;
|
||||
public uint32 matTransientIbSize;
|
||||
public uint32 minUniformBufferSize;
|
||||
}
|
||||
|
||||
public RendererType type;
|
||||
|
||||
Reference in New Issue
Block a user